/* Produtos */

.produtos-tabela { border:1px solid #007594; }
.produtos-tabela th { padding:10px; background:#007594; color:#FFF; text-shadow:none; }
.produtos-tabela td { text-align:left; }

.seguros { background:url(../img/_bg-seguros.png) no-repeat top center; }
	 .topo { height: 160px; border:0; margin-bottom:0%; }
    .topo#cartao-de-credito { height: 110px;}
	 .topo div { float:left;}
	 .topo .descricao { width:67%; padding-left:3%; }
		 .topo .descricao h1{ padding-top:10%; margin-bottom:0%; font: 30px 'GothamBookRegular'; text-transform:uppercase; }
		 .topo .descricao h1 strong{ font: 30px 'GothamBoldRegular'; }
		 .topo .descricao h3{ font: 16px 'PTSansRegular'; line-height:25px; border:0; }
	 .topo .imagem { width:30%; padding-top:2%; }
		.topo .imagem img{ width:135px !important; }

			 .topo#equipamentos-portateis .descricao, 
			 .topo#funeral .descricao,
			 .topo#acidentes-pessoais .descricao
			{ width:55%; }
			 .topo#dental .descricao,
			 .topo#viagem .descricao,
            .topo#cartao-de-credito .descricao,
			 .topo#vida .descricao,
			 .topo#carta-verde .descricao,
			 .topo#terceiros .descricao
			{ width:55%; }
			
			
				 .topo#equipamentos-portateis .descricao h1, 
				 .topo#funeral .descricao h1
				 .topo#acidentes-pessoais .descricao h1
				{ padding-top:10%; margin-bottom:0%; font: 28px 'GothamBookRegular'; text-transform:uppercase; }
				
				 .topo#equipamentos-portateis .descricao h1 strong, 
				 .topo#funeral .descricao h1 strong
				 .topo#acidentes-pessoais .descricao h1 strong
				{ font: 28px 'GothamBoldRegular'; }
			
			 .topo#equipamentos-portateis .imagem, 
			 .topo#funeral .imagem,
			 .topo#acidentes-pessoais .imagem,
			 .topo#dental .imagem,
			 .topo#viagem .imagem,
            .topo#cartao-de-credito .imagem,
			 .topo#vida .imagem,
			 .topo#carta-verde .imagem,
			 .topo#terceiros .imagem
			
			{  padding-top:1%; float:left; }
	/* Equipamentos portateis - FIM */
			
/* Abas */

#tabwrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	min-height: 300px;
	margin: 60px auto;
}

	#tabs { overflow: hidden; }
	#tabs > li { list-style: none; }
	#tabs > li a{
	  margin-bottom: -1px;
	  line-height:45px;
	  font: 14px 'GothamBoldRegular';
	  text-transform:uppercase;
	  float:left;
	  line-height:45px;
	  padding-left:20px;
	  padding-right:40px;
	  display:block;
	  
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
	  
	}	
		#tabs li a:hover { color: #FFF;  }
		#tabs li:first-child a { border-left: 0; }
		#tabs li:last-child a { border-right: 0; }
		
		#tabs li.current a, #tabs li:hover a {  background: url(../img/seguros/seta-aba.png) no-repeat right #007795 ; color: #FFF; }

#content > div {
	clear: both;
	padding: 20px;
	margin-top:-35px;
	line-height: 19px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	display: none;
	background:url(../img/seguros/_bg-seguros-coberturas.png) no-repeat center top 15px;
	min-height:565px;
	text-align:justify;
}
	
	/* Acordion */
	dl {margin-top:10px; width:97%;}
	dt { /*background-color:#EFEFEF; border-bottom:2px solid #fff;*/ padding:5px}
		dt:hover {/*background-color:#FF6600;*/}
			dt:hover a{color:#FFF;}
	dt a {color:#333; font-size:14px !important; padding-left:3% !important; display:block; cursor:pointer; font-weight:normal; text-align:left !important;}
		dt a h2 {font-size:16px !important; }
	dd {margin:0; padding:10px; width:100%;}
	/* Fim acordion */
	
	#content > div h2{ font: 22px 'PTSansRegular'; color:#007292; background:url(../img/seguros/seta-descricao.png) left no-repeat; padding-left:25px; }
	#content > div p{ font: 16px 'PTSansRegular', sans-serif; color:#74736C; }
	

#content .current { display: block; }
#content #home.first { display: block; }
#content p { margin: 0 0 20px 0;}

/* Abas - FIM*/		
			

/* Produtos FIM */