/* CSS Document */

body{
margin:0;
padding:0px 0;
font-family:"tahoma";
font-size:11px;
background:#302f5e;
color:#cccccc;
}

#thetop{
width:800px;
margin:0 auto;
background: url(../img/estrutura/top.gif) no-repeat;
height:61px;
color:#222;
}

#container{
width:800px;
margin:0 auto;
background: url(../img/estrutura/bg_meio.gif) repeat-y;
height:auto;
color:#222;
}

#centro{
width:773px;
margin-left:12px;
}
#capa{
width:773px;
margin-left:12px;
}

#footer{
margin:0 auto 0px auto;
width:800px;
height:84px;
background:url(../img/estrutura/bg_footer.gif) no-repeat;
padding:0 0 5px 0;
color:#888;
text-align:center;
}

.destaque{
font-family:"Tahoma";
font-size:11px;
color:#a19494;
}

.destaque img{
border:0;
padding:10px 0px;
}

.destaque a{
font-family:"Tahoma";
font-size:11px;
color:#a19494;
text-decoration:none;
}

.destaque a:hover{
font-family:"Tahoma";
font-size:11px;
color:#a19494;
text-decoration:underline;
}

.txt{
	font-family:tahoma;
	font-size:11px;
	color:#817f7f;
	}
	
.form{
margin:0;
border:1px solid #8ea1bc;
font-family:verdana;
color:#415c80;
font-size:10px;

}	
.form2{
border:1px solid #8ea1bc;
font-family:verdana;
color:#415c80;
font-size:10px;
}

.borda{
border:1px solid #8ea1bc;
}
	
	

