@charset "utf-8";
/* CSS Document */


body{
margin:0;
padding:0;
font: 11px/1.5  Arial, Helvetica, sans-serif;
background-color:f8f8f8;
text-align:center; /* hack para o IE */	
}

#geral{
margin:0 auto;
width:748px;
text-align:left; /*  hack para o IE */
}


/*********CONTEÚDO TOPO*************/
#topo{
margin:0 auto;
width:780px;
height:152px;
background-image:url(../imgs/bg_topo.jpg);
margin-top:0px;
margin-bottom:0px;
}

/*Estilo para o Topo*/
#topoEsquerda{
width:192px;
height:54px;
margin-top:20px;
margin-left:10px;
*text-align:left;/*hack para ie 6*/
float:left;
}

#topoDireita{
width:510px;
height:65px;
margin-top:20px;
margin-right:0px;
*margin-right:0px;
*text-align:left;/*hack para ie 6*/
float:right;
}

/*Botão home*/
#btHome{
width:44px;
height:54px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btHome a {
display: block;
margin:0px;
width: 44px;
height:54px;
background-image:url(../imgs/botoes/desativado_home.jpg);
text-decoration:none;
color:#333;
}

#btHome a:hover { 
background-image:url(../imgs/botoes/ativado_home.jpg);
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão empresa*/
#btempresa{
width:44px;
height:54;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btempresa a {
display: block;
margin:0px;
width: 44px;
height:54px;
background-image:url(../imgs/botoes/desativado_empresa.jpg);
text-decoration:none;
color:#333;
}

#btempresa a:hover { 
background-image:url(../imgs/botoes/ativado_empresa.jpg);
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão Seguros*/
#btseguros{
width:44px;
height:54;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btseguros a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_seguros.jpg); 
}

#btseguros a:hover { 
background-image:url(../imgs/botoes/ativado_seguros.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}


/*Botão Seguradora*/
#btseguradora{
width:54px;
height:60px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btseguradora a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_seguradora.jpg);
}

#btseguradora a:hover { 
background-image:url(../imgs/botoes/ativado_seguradora.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão Lembrete*/
#btlembrete{
width:54px;
height:60px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btlembrete a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_lembretes.jpg);
}

#btlembrete a:hover { 
background-image:url(../imgs/botoes/ativado_lembretes.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão orcamento*/
#btorcamento{
width:54px;
height:60px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btorcamento a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_orcamento.jpg);
}

#btorcamento a:hover { 
background-image:url(../imgs/botoes/ativado_orcamento.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão glossario*/
#btglossario{
width:54px;
height:60px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btglossario a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_clientes.jpg);
}

#btglossario a:hover { 
background-image:url(../imgs/botoes/ativado_clientes.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

/*Botão contato*/
#btcontato{
width:54px;
height:60px;
margin:0px 12px 0px 0px;
float:left;
text-align:left;
}

#btcontato a {
display: block;
width: 44px;
height:54px;
margin:0px;
text-decoration:none;
color:#333;
background-image:url(../imgs/botoes/desativado_contato.jpg);
}

#btcontato a:hover { 
background-image:url(../imgs/botoes/ativado_contato.jpg);  
width: 44px;
height:54px;  
text-decoration:none; 
color:#333;
}

#topoEndereco{
width:500px;
margin-top:10px;
*margin-top:20px;
margin-right:0px;
text-align:left;
float:right;
}
#topoEndereco p{
color:#990000;
font-size:90%;
}
/* Fim estilo Topo*/


/*********FIM CONTEÚDO TOPO*************/

#Conteudo{
width:748px;
}

#cabecario img{
padding-right:5px;
float:left;
}
#cabecario  p{
font-size:12px;
color:#990000;
}
#seguro {
margin-top:35px;
}

#seguro h3{
color:#990000;
border-bottom:1px dashed #999;
*font-size:110%;
padding-top:20px;
*padding-top:0px;
}
#seguro ul{
text-align:left;
}
#seguro li{
display:list-item;
}

/*Estilo para formulário*/
input{
background:#E2E3E3;
border:1px solid #E2E3E3;
color:#000;
font-size:80%;
}


textarea{
background:#E2E3E3;
border:1px solid #E2E3E3;
color:#000;
font-size:100%;
}



a.links:link {
	color:#990000;
	text-decoration:underline;
	font-size:11px;

}

a.links:hover {
	color:#990000;
	text-decoration: underline;
	
}


a.links:visited {
	color:#990000;
	text-decoration:underline;

}
