@charset "utf-8";
/* CSS Document */

body {
	background-image: url(http://www.apaesocorro.org.br/img/backGeral.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}

#divGeral {
	position:absolute;
	left:50%;
	margin-left:-440px;
	width:881px;
	height:auto;
	z-index:1;
}

#divImagensCab {
	position:absolute;
	left:0px;
	top:0px;
	width:881px;
	height:292px;
	z-index:2;
}
#divGeralCab {
	position:absolute;
	left:0px;
	top:0px;
	width:881px;
	height:292px;
	background-image:url(http://www.apaesocorro.org.br/img/bordaGeralCab.png);
	background-repeat:no-repeat;
	z-index:3;
}
#divMenuPrincipal {
	position:absolute;
	left:0px;
	top:282px;
	width:881px;
	height:50px;
	text-align:center;
	z-index:2;
}
#divConteudo {
	position:absolute;
	left:20px;
	top:284px;
	width:837px;
	height:auto;
	padding-top: 50px;
	background-image:url(http://www.apaesocorro.org.br/img/backGeralCentro.png);
	background-repeat:repeat-y;
	z-index:1;
}
#divRodape {
	position:absolute;
	width:881px;
	height:53px;
	background-image:url(http://www.apaesocorro.org.br/img/backRodape.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:15px;

}
#linkDestaqueHome{
	color:#D9468E;
	font-weight:bold;
}
.box {
	font-family: Verdana;
	font-size:11px;
}

