@charset "utf-8";
/* CSS Document */

body{
	background-color:#130b04;
}

#geral{
	width:950px;
	height:100%;
	background-color:#FFFFFF;
	margin:0 auto;
}

#pagina_principal{
	float:left;
	background-color:#FFFFFF;
	width:950px;
	height:auto;
	display:block;
	margin-bottom:15px;
	padding-top:15px;

}


#miolo{
	background:#eae8dc;
	width:876px;
	height:100%;
	margin:auto;
	margin-bottom:70px;
}

#menu{
	float:left;
	background-color:#FFFFFF;
	width:876px;
	height:auto;
}

#banner{
	float:left;
	width:876px;
	height:218px;
	margin:0 auto;
}

#linha{
	margin-left:15px;
}

#bloco01{
	float:left;
	width:876px;
	height:178px;
	background-image:url(../img/bg_bloco_destaque.png);
	background-repeat:repeat-x;
}

#bloco02{
	float:left;
	width:876px;
	height:100%;
	background-color:#e9e8dc;

}

#bloco03{
	float:left;
	width:876px;
	height:248px;
	background-color:#ccc9b3;
}

#bloco04{
	float:left;
	width:876px;
	height:auto;
	padding-top:15px;
	margin-bottom:0px;	
	background-color:#eae8dc;
}

#bloco05{
	float:left;
	width:876px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#eae8dc;
}

#bloco_interno{
	float:left;
	width:876px;
	background-image:url(../img/bg_bloco_destaque.png);
	background-repeat:repeat-x;
	padding-bottom:20px;
	margin-bottom:0px;
}

#box_50anos{
	float:left;
	width:98%;
	height:auto;
}

.linha{
	margin-top:25px;
	margin-bottom:25px;	
	background-image:url(../img/linha_noticias.png);
	background-repeat:no-repeat;
	width:586px;
	height:5px;	
}