﻿body {background:#FFF url(../img/bg.jpg) repeat-x;font:12px  Arial, Helvetica, sans-serif;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
#pagewidth{ 
 width:995px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
#header
{
 background:url(../img/fundo_logotipo.jpg) top right no-repeat;
 position:relative; 
 height:100px; 
 width:100%;
} 
#logotipo{
 position:relative; 
 height:70px; 
 width:100%;
 width:264px;
 float:left;
 position:absolute;
}
#footer{
 clear:both;
 } 

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
/*----------------- TOPO -----------------*/
#maincol {background:#FFF;padding:10px;height:450px;background:#FFF url(../img/bg_fieldset.jpg) no-repeat center;}
#menutopo{clear:both;margin:70px 0 0 0;}
#menutopo .timbre{float:right;}
#back a{text-decoration:none;color:#900;}
/*---------------- RODAPÉ ----------------*/
#footer a{text-decoration:none;color:#666;}
#footer a:hover{text-decoration:underline;color:#333;}
#footer {padding-top:10px;text-align:center;background:#FFF url(../img/bg_rodape.jpg) repeat-x;border-top:solid #b2b2b2 1px;}
#footer address {color:#333;font-style:normal;}
#footer span {color:#666;}
/*----------------- FORM -----------------*/
#container{width:250px;text-align:center;left:50%;margin:40px 0 0 -125px;position:absolute;}
#msgErro{width:250px;left:50%;position:absolute;margin:0 0 0 -125px;}
#msgErro ul{list-style-type:none;margin:0;adding:0;}
#msgErro ul li{margin:0;padding:0 0 0 20px;background:#FFF url(../img/error.gif) no-repeat;}
form{margin:0;padding:0;}
fieldset{margin:1em 0;border:1px solid #ccc;}
legend{margin:1em 0;padding:0 .5em;color:#666;background:transparent;font-size:1.3em;font-weight:bold;}
label{clear:both;float:left;margin:0 0 0 12px}
.btEntrar{margin-bottom:5px;}