/* CSS Document */

body, html {
	height:100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
} /* Necessário */

#Asite {
	position: relative;
	min-height:100%; /* para navegadores modernos */
	height: auto !important; /* para navegadores modernos */
	height: auto ! ; /* For IE6 */
	text-align: center;
	width: 100%;
}

#Atopo {
	width:100%;
	height:205px;
	background-image:url(../imagens_site/bg_topo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-bottom: 10px;
	
}

#Acentro {
	margin-bottom: 10px;
	display: inline-table;
	}
	
#Abanner {
	width:100%;
	height:250px;
	background-color: #DCF99C;
	margin-bottom: 10px;
	display: inline-table;
}

#Anews {
	width:100%;
	height:250px;
	background-color: #EDEDED;
	margin-bottom: 10px;
	background-image: url(../imagens_site/bar_Anews_branca.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline-table;
}
#AnewsPi {
	width:100%;
	height:250px;
	background-color: #EDEDED;
	margin-bottom: 10px;
	display: inline-table;
}

#Aconteudo_Pi {
	width:779px;
	display: inline-table;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
}
#Aconteudo_ESQ {
	width:185px;
	display: inline-table;
	text-align: left;
	float: left;
	background-color: #edffc5;
}
#Aconteudo_DIR {
	width:570px;
	display: inline-table;
	text-align: left;
	float: right;
	margin-bottom: 20px;
}
#boxEquipe {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
}
#boxFotoEquipe {
	height: 90px;
	width: 90px;
	border: 1px solid #C967F3;
	margin-right: 10px;
	float: left;
	background-color: #FFF;
}




#Anoticia {
	width:779px;
	height:250px;
	background-image: url(../imagens_site/bg_Anoticia.png);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	background-position: left 24px;
	margin-right: auto;
	margin-left: auto;
}

#Autils {
	height:70px;
	background-color: #FEE8F4;
	margin-bottom: 90px;
	width: 100%;
	display: inline-table;
}

#Areviver {
	width:779px;
	height:70px;
	background-color: #FEE8F4;
	background-image: url(../imagens_site/bg_Areviver.png);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: inline-table;
}
#box_rev {
	width:32%;
	height:50px;
	float: left;
	margin-left: 1%;
	text-align: left;
}
#box_rev_Esq {
	height:50px;
	margin-left: 1%;
	text-align: left;
	border: 1px solid #DD137E;
	float: left;
}
#box_rev_Dir {
	width:56%;
	height:50px;
	margin-left: 1%;
	text-align: left;
	float: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #f7b6d8;
}




#Abaixo {
	width:100%;
	height:80px;
	background-color: #EFEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#Arodape {
	width:779px;
	background-color: #EFEFEF;
	background-image: url(../imagens_site/bg_Arodape.png);
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 1%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
