@charset "ISO-8859-1"; /*** Código que corrige a acentuação ***/
/* CSS Document */
@import url(formata_cadastro_gratis.css);
* { 
margin : 0; 
padding : 0; 
list-style : none; 
} 
hr { 
display : none; 
} 
img { 
border : none; 
} 
body { 
background : #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#topo {
width: 100%;
height: 140px;
background: #000 url(img/topo_01.jpg) no-repeat center;
}
#corpo {
width: 100%;
height: 497px;
background: #000 url(img/corpo_home.jpg) no-repeat center;
}
#corpo #geral{
width: 960px;
height: 497px;
margin: 0 auto;
}
#corpo #geral #brasil{
width: 460px;
height: 50px;
float: left;
margin-top: 352px;
}
#corpo #geral #brasil img{
float: right;
}
#corpo #geral #brasil p{
float: right;
clear: both;
font: bold 15px arial, verdana, tahoma;
padding-top: 5px;
}
#corpo #geral #brasil p a{
color: #fff;
text-decoration: none;
}
#corpo #geral #brasil p a:hover{
color: #FC0;
text-decoration: underline;
}
#corpo #geral #eua{
width: 460px;
height: 50px;
float: right;
margin-top: 352px;
}
#corpo #geral #eua p{
font: bold 15px arial, verdana, tahoma; 
padding-top: 5px;
}
#corpo #geral #eua p a{
color: #fff;
text-decoration: none;
}
#corpo #geral #eua p a:hover{
color: #FC0;
text-decoration: underline;
}
#rodape {
width: 100%;
height: 93px;
background: #333 url(img/fundo_rodape.gif);
}
#rodape #geral_rodape{
width: 960px;
height: 93px;
margin: 0 auto;
}
#rodape #geral_rodape #direitos{
width: 360px;
float: left;
}
#rodape #geral_rodape #direitos p{
font: 11px/15px verdana, arial, tahoma; 
padding-top: 15px;
padding-left: 40px;
color: #999;
}
#rodape #geral_rodape #direitos p a{
font: bold 11px/15px verdana, arial, tahoma;
color: #999;
text-decoration: none;
}
#rodape #geral_rodape #direitos p a:hover{
font: bold 11px/15px verdana, arial, tahoma;
color: #fff;
text-decoration: underline;
}
#rodape #geral_rodape #telefone{
width: 280px;
margin-left: 360px;
}
#rodape #geral_rodape #telefone img{
margin: 30px 0 0 10px;
}
#rodape #geral_rodape #olhar{
width: 320px;
float: right;
}
#rodape #geral_rodape #olhar a img{
margin: 1px 0 0 210px;
}
