/*CSS Document*/
@charset "ISO-8859-1"; 

body{
	margin:0px;
	background-image:url(../_img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Verdana, "Trebuchet MS";
	font-size:11px;
	color:#666666;
}

img {
	border:0px;
}

a{
	border:0px;
	color:#666666;
	text-decoration:underline;
}

option{
	position:relative;
	width:100%;
}

select{
	position:relative;
	border:1px solid #DDDDDD;
	font-family:Tahoma, Arial, Verdana, "Trebuchet MS";
	font-size:11px;
	width:425px;
	color:#666666;
	visibility: visible;
	overflow: scroll;
}


.corpo{
	background-color:#FFFFFF;
	margin-top:30px;
	margin-bottom:30px;
}

p{
	line-height:20px;
}

.rodape{
	border-top:1px solid #999999;
	text-align:right;
	padding-right:15px;
}

.esquerdo{
	width:290px;
	background-image:url(../_img/geral/canto-esquerdo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.direito{
	width:490px;
	background-image:url(../_img/geral/canto-direito.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.conteudo_inicial{
	margin-top:35px;
	margin-left:35px;
}

.conteudo_produto{
	width:490px;
	background-image:url(../_img/geral/canto-direito.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:5px;
}

.conteudo_produto div{
	margin-top:35px;
	margin-left:35px;
}

.menu{
	margin-top:35px;
	margin-left:8px;
}

.menu div{
	margin-bottom:2px;
}

.noticias{
	margin-top:35px;
	margin-left:8px;
}

.lista_noticias{
	width:225px;
	margin-left:10px;
	margin-bottom:2px;
	line-height:20px;
	border:1px solid #EFEFEF;
	padding:5px;
}

.lista_noticias a{
	width:100%;
}

.lista_noticias:hover{
	border:1px solid #666666;
	background-color:#F6F6F6;
}

.lista_noticias:hover a{
	color:#000000;
}
 
.texto{
	text-align:justify;
	width:420px;
}

.table_contato{
	
}

.table_contato input, textarea{
	border:1px solid #DDDDDD;
	font-family:Tahoma, Arial, Verdana, "Trebuchet MS";
	font-size:11px;
	width:100%;
	color:#666666;
}


.table_contato .botao{
	width:60px;
	cursor:pointer;
}

.grade_produtos{
	border:0px solid #CCCCCC;
}

.grade_produtos td{
	background-image:url(../_img/geral/fundo-itens-produtos.jpg);
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	height:20px;
	line-height:20px;
}


/* Dúvidas de Seguros Menu */

#menu {
	width:105%;
	height:300px; 
	overflow:auto;	
	background:#fff;
	font-size:11px;
	margin:1.0em 0 1.0em -1.0em;
	padding:0;
	border:1px solid #747474;
	}
#menu li.link-titulo {
	height:1.8em;
	line-height:1.8em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin:2px 0;
	}
#menu li a.link-unico {
	background:#fff;
	border-bottom: 1px solid #ccc;
	}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;           
	}
#menu li a,  #menu li a:link {
	/* background: #d4dde4 url('http://i79.photobucket.com/albums/j152/maujor/site/bg-seta.gif') no-repeat right;  */
	background: #EFEFEF;
	border-left: 0px solid #7d97ad;
	color: #666666;
	text-decoration: none;
	margin-bottom:1px;
	padding: 3px;
	display: block;
	}
#menu li a:hover {
	/* background: #036 url('http://i79.photobucket.com/albums/j152/maujor/site/bg-seta.gif') no-repeat right; */
	background: #507005;
	color: #fff;
	border-left: 0px solid #99CC00;
	}

.table_assistencia{
	border:1px solid #688E17;
	padding:0px;
	margin-bottom:20px;
}

.table_assistencia td{
	padding:5px;
}

.table_assistencia #titulo{
	background-color:#688E17;
	color:#FFFFFF;
}