@charset "utf-8";
/* CSS Document */

@import url("geral.css");

h1.titulo{
color:#246176;
font-size:14px;
font-weight:bold;
border-bottom: 2px solid #5b8998;
text-transform: uppercase;
height:20px;
width:610px;
}
#boxFaleConosco{
width:600px;
text-align:center;
line-height:17px;
height:auto;
}
#boxFaleConosco a{
color:#666666;
}
#boxFaleConosco img{
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
#boxFaleConosco #formulario{
text-align:left;
padding-top:15px;
}
#boxFaleConosco #formulario div{
float:left;
height:auto;
}
#boxFaleConosco #formulario div.rotulos{
width:120px;
height:300px;
}
#boxFaleConosco #formulario div.rotulos p{
height:30px;
}
#boxFaleConosco #formulario div.campos{
padding-left:20px;
width:270px;
height:300px;
}
#boxFaleConosco #formulario div.campos p{
height:30px;
}
#boxFaleConosco #formulario div.bt-enviar{
clear:both;
width:450px;
text-align:left;
padding-left:140px;
}