body{
background-color:#E5E5E4;
font-family:Tahoma, Arial;
font-size:10px; 
margin: 0 auto;
text-align:center; /* hack para o IE */	
padding:0;
}
.maestra {
position:relative;
width:800px;
margin-left:auto;
margin-right:auto;
position:relative;
background-color:#FFFFFF;
text-align:left; /* hack para o IE */	
}
.header{
float:left;
margin: 0px;
background-color:#ffffff;
padding-top:0px;
}
.barra{
float:left;
background-image:url(../images/barra.jpg);
background-repeat:repeat-x;
height:38px;
padding-top:10px;
padding-right:10px;
}



.tipito{
background-image:url(../images/tipito.gif);
background-repeat:no-repeat;
width:16px;
height:16px;
float:right;
vertical-align:middle;
margin-right:10px;
}
.barra a{
height:23px;
background-image:url(../images/flechita.jpg);
background-position:left bottom;
background-repeat:no-repeat;
text-decoration:none;
color:#ffffff;
font-size:11px;
float:right;
display:inline;
}



.logo{
float:left;
position:relative;
width:760px;
height:89px;
background-color:#FFFFFF;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
background-position:center left;
left:40px;
}
.logo .titulo{
position:relative;
font-size:30px;
font-weight:bold;
top:20px;
left:60px;
color:#01232d;
}
.logo .subtitulo{
position:relative;
font-size:12px;
top:20px;
font-weight:bold;
left:60px;
color:#01232d;
}
.separador{
float:left;
position:relative;
width:720px;
left:40px;
background-image:url(../images/separador.jpg);
background-repeat:repeat-x;
height:25px;
}

.contentWrapper{
float:left;
width:100%;
min-height:550px;
background-color:#ffffff;
}



.footer{
float:left;
width:100%;
background-color:#a7bec4;
height:21px;
color:black;
text-align:center;
padding-top:6px;
}