@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../layout/bgPagHome.gif) repeat-x top;
	color:#333333;
	margin:0px;
}

#divPagina {
	left:50%;
	margin-left:-495px;
	position:relative;
	width:990px;
}

#divTopo {
	background:url(../layout/bgTopoHome.gif) repeat-x;
	height:127px;
	position:relative;
}

#divLogo {
	position:absolute;
	left:10px;
}

#divInfoTopo {
	float:right;
	color:#A22929;
	position:absolute;
	right:40px;
	text-align:right;
	top:30px;
}

#divInfoTopo a {
	color:#A22929;
	text-decoration:none;
}
#divInfoTopo a:hover, a:visited, a:active {
	color:#A22929;
	text-decoration:underline;
}

#divCentro {
	background:url(../layout/bgCentroHome.gif) repeat-x top;
	position:relative;
}

#divAreaItem {
    border: 1px solid #CECECE;
    cursor: pointer;
    width: 493px;
    float: left;
}
.tituloAreaHome {
	background:url(../layout/bgTitArea2.gif) repeat-x top;
	border-bottom:1px solid #CECECE;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	padding:6px 0px;
	text-align:center;
}

#divConteudoArea {
	background:url(../layout/bgContArea.gif) repeat-x top;
	height:175px;
	line-height:150%;
	padding:8px;
}

#divFundoVermelho {
	background:url(../layout/bgTitArea2.gif) repeat-x top;
	position:absolute;
}