@charset "ISO-8859-1";
/* CSS Document */

body
{
	margin: 0px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#07478e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
}

.form
{
	color:#FFF;
	border:1px solid #07478E;
	background-color:#063B75;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}


.form2
{
	color:#FFF;
	border:1px solid #063B75;
	background-color:#07478E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

a
{
	text-decoration:none;
	color:#FFF;
}

a:hover
{
	text-decoration:underline;
	color:#FFF;
}



#Geral
{
	width:795px;
	position:relative;
	left:50%;
	margin-left:-397px;
}

#Topo
{
	height:430px;
	z-index: 1;
}

#Miolo
{
	width:770px;
	height:270px;
	background-image:url(../img/miolo.jpg);
	background-repeat:no-repeat;
	margin-top:-15px;
	margin-left:10px;
}


#MioloInterna
{
	width:770px;
	background-image:url(../img/miolo_interna.jpg);
	background-repeat:no-repeat;
	margin-top:-20px;
	margin-left:10px;
}

#MioloInterna #Conteudo
{
	padding: 35px;
	overflow:auto;
}

#MioloInterna #Conteudo p
{
	color:#FFF;
}

#Novidades
{
	width:216px;
	height:185px;
	margin-left:30px;
	margin-top:30px;
	position:absolute;
	background-image:url(../img/novidades.jpg);
	background-repeat:no-repeat;
}

#Novidades #Conteudo
{
	margin-top:60px;
	width:90%;
	margin-left:15px;
}

#Novidades #Conteudo .Data
{
	font-size:10px;
}


#Enquete
{
	width:264px;
	height:185px;
	margin-left:254px;
	margin-top:30px;
	position:absolute;
	background-image:url(../img/enquete.jpg);
	background-repeat:no-repeat;
}

#Enquete #Conteudo
{
	margin-top:60px;
	width:90%;
	margin-left:30px;
}

#Enquete #Conteudo .Branco
{
	color:#FFF;
}

#Enquete #Conteudo ul
{
	list-style:none;
	padding:0px;
}

#Newsletter
{
	width:216px;
	height:185px;
	margin-left:525px;
	margin-top:30px;
	position:absolute;
	background-image:url(../img/newsletter.jpg);
	background-repeat:no-repeat;
}

#Newsletter #Conteudo
{
	margin-top:60px;
	width:90%;
	margin-left:25px;
}

#Newsletter #Conteudo .Branco
{
	color:#FFF;
}

#Newsletter #Conteudo ul
{
	list-style:none;
	padding:0px;
	line-height:1.7;
}

#Rodape
{
	width:100%;
	margin-left:30px;
	margin-top:10px;
}

#Rodape #Logo
{
	float:right;
	margin-top:-15px;
	margin-right:70px;
	border:0px;
}