/* CSS Document */

body {
	background-image:url(../imagens/bgtop1.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0 auto;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#geral {
	margin:0 auto;
	width:770px;
	/*padding:0px;*/
}

#top {
	width:770px;
	text-align:left;
	float:left;
	height:178px;
	background-image:url(../imagens/head.jpg);
}

#menu {
	width:551px;
	margin-top:154px;
	margin-left:110px;
	position:relative;
	height:24px;
}

#meio {
	float:left;
	width:770px;
	height:auto;
	background-color:#FFFFFF;
	padding-top:5px;
}

#box {
	background-image:url(../imagens/bg_box.jpg);
	float:left;
	width:360px;
	height:334px;
	padding:35px;
	margin-left:10px;
	margin-bottom:0px;
	font-size:14px;
}

#boxdestaques {
	float:left;
	width:320px;
	height:418px;
	margin-left:2px;
	margin-bottom:0px;
}

.destaque {
	float:left;
	width:320px;
	height:209px;
	background-image:url(../imagens/bgdestaque.jpg);
}

.fotodestaque {
	float:left;
	margin-top:24px;
	margin-left:24px;
	width:160px;
	height:160px;
}
.fotodestaque img{
	border:none;
}

.textodestaque {
	margin-top:20px;
	margin-left:10px;
	height:auto;
	width:auto;
	float:left;
	text-align:left;
	font-size:12px;
}

#rodape {
	float:left;
	height:41px;
	width:100%;
	background-image:url(../imagens/bgbaixo.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding-top:5px;
	color:#336633;
	font-size:11px;
}
#rodape a{
	color:#336633;
	font-weight:bold;
	text-decoration:none;
}

/*PADROES*/

#meio p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

#meio a {
	color: #444;
	text-decoration:none;
	font-weight:bold;
}

#meio a:hover {
	color: #000000;
	text-decoration:underline;
	background-color:#FFFFFF;
}
