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

*  {
	margin:0;
	padding:0;
}
 
html, body {height:100%; width:100%;}

body {
	background:url(../images/bkg.jpg) repeat-x;
	background-color:#e6f6ef;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2{
	font-size:21px;	
	color:#5b9f86;
	margin:0;

}
h3{
	font-size:13px;
	font-weight:bold;	
	color:#445343;
	margin:2px 0 0 5px;
}

p{
	font-size:12px;
	color:#467b67;	
	margin:10px 0 0 5px;
	
}

.btTop{
	color: #377E65;	
	text-decoration:none;
	
}
.btTop:hover{
	color: #0dbe6c;	
	text-decoration:underline;
	
}

#container {
	width: 985px;
	margin: auto;
	position:relative;
}

#topo{
	background:url(../images/topo24hrs.jpg) no-repeat;
	width:980px;
	height:370px;
	float:left;
}

#topo #logoTopo{
	float:left;	
	margin:50px 0 0 25px;
}
#cont{
	float:left;
	margin:5px 0 0 0;
}

#contPadrao{
	float:left;
	width:711px;
	margin:20px 0 25px 15px;	
}
#contPadrao li{
	font-size:12px;
	color:#445343;
	margin:10px 0 0 25px;
}
#menu{
	position:absolute;
	top:290px;
	left:30px;	

}

#destaques{
	float:left;
	width:auto;
	height:auto;
	background:url(../images/bkgDest.jpg) no-repeat left;
}

#destaques #dest1 a{
	margin-left:10px;
	display:block;
	width:240px;
	height:97px;
	background:url(../images/btDest_03.jpg) no-repeat 0 0;
}
#destaques #dest1 a:hover{
	background:url(../images/btDest_03.jpg) no-repeat -246px 0;
}

#destaques #dest2 a{
	margin-left:10px;
	display:block;
	width:240px;
	height:97px;
	background:url(../images/btDest_05.jpg) no-repeat 0 0;
}
#destaques #dest2 a:hover{
	background:url(../images/btDest_05.jpg) no-repeat -246px 0;
}

#destaques #dest3 a{
	margin-left:10px;
	display:block;
	width:240px;
	height:97px;
	background:url(../images/btDest_06.jpg) no-repeat 0 0;
}
#destaques #dest3 a:hover{
	background:url(../images/btDest_06.jpg) no-repeat -246px 0;
}

#banner{
	float:left;
	margin:10px 0 0 0;
	width:726px;
}
#noticias{
	float:left;	
	margin:50px 0 0 20px;
}
#noticias .noticia1{
	margin:5px 0 0 0;
	width:640px;
	background:#eef9f4;
	padding:10px;
}
#noticias .noticia2{
	margin:5px 0 0 0;
	width:640px;
	background:#ddeae4;
	padding:10px;
}

#noticias h1{
	font-size:16px;	
	color:#445343;
	margin:5px 0 0 0;
}

#noticias p{
		color: #377E65;			
	}
#noticias a{
		color: #0dbe6c;	
		font-size:12px;
		margin:5px 0 5px 580px;	
		text-decoration:none;
	}

#noticias a:hover{
		color: #377E65;	
		text-decoration:underline;
	}
		

#fpq{
	float:left;	
	margin:65px 0 0 40px;
}
#fpq a{
		color: #0dbe6c;	
		font-size:12px;
		margin:55px 0 5px 200px;	
		text-decoration:none;
	}

#fpq a:hover{
		color: #377E65;	
		text-decoration:underline;
	}
#rodape {
	float:left;	
	width:980px;
	background:url(../images/bkgRoda.jpg) no-repeat;
	margin-top:35px;

}
