.container{
	/*border:1px solid black;*/
}

.logo-topo-ibracon{
	margin: 10px;
}


.parallax-window {
    min-height: 30px;
    background: transparent;
}
.parallax-window-linha {
    height: 100%;
    background: transparent;
}
.centroTopo{
	color: #fff;
	top:50%;
	height:500px;
	margin-top:-250px;
	position:absolute;
	/*width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-250px;
	border:1px solid white;*/
	font-size: 50px;
}
.centroRodape{
	color: #fff;
	top:50%;
	height:500px;
	margin-top:350px;
	
	position:absolute;
	/*width:500px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-250px;
	border:1px solid white;*/
	font-size: 18px;
}
.txtTopo{
	font-size: 15px;
	text-align: justify;
}

.listaNoticia{
	list-style: none;
	border-bottom: 1px dotted #000;
	padding: 8px 0 8px 0;
}
ul{
	margin: 0;
	padding: 0;
}

h1{
	border-bottom: 3px solid #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 26px;
}
h5{
	margin-bottom: 30px;
}
.dataNoticia{
	font-size: 13px;
	font-weight: bold;
	color: #6f6661;
	display: block;
}
.tituloNoticia{
	font-size: 15px;
	/*color: #4b3e36;*/
}
.tituloNoticia a{
	/*color: #4b3e36;*/
}
.exclusivoAssociados{
	font-size: 10px;
}
.linha{
	padding: 30px 0;
	min-height: 500px;
}
header{
	width: 100%;
	padding: 12px 0;
	background-color: #fff;
	position:fixed;
    z-index: 10;
    border-bottom: 3px solid #000;
}
.titTopo{
	margin-bottom: 20px;
}