@CHARSET "ISO-8859-1";
div.seguradora 
{
	width:515px; 
	height:130px; 
	border-style: solid;
	overflow: hidden;
	float:left;
	border-radius:15px; 
	display:table; 
	margin-left:5px;
	margin-top:5px;
	border-width:1px;
	border-color:#000080;	
}
div.logo{
	width:27%; 
	height:100%; 
	height:130px;  
	overflow: hidden;
	float:left;
	border-radius:0px 0px 0px 0px;
	border-left-color: #000;
	border-top-color: #000;
	display:table;
	text-align:center;
}
div.logo img{
	 padding-top:40px;
	 width:100%;
	 display:table;
}
div.detalhe{
	width: 375px;
	height: 130px;
	overflow: hidden;
	float: left;
	border-radius: 15px;
	display:table; border:0px;
}
div.detalhe1{
	width: 375px; 
	height: 35px;
	overflow: hidden;
	float: none;
	border-radius: 0px;
	font-size:25px;
	display:table;
}

div.detalhe2{
	width: 375px; 
	height: 67px;
	overflow: hidden;
	float: none;
	border-radius: 0px;
	font-size:12px;
	display:table;
}
div.detalhe3{
	width: 375px; 
	height: 67px;
	overflow: hidden;
	float: left;
	font-size:12px;
	display:table;
}

div.detalhe3interno{
	width: 185px;
	height: 65px; 
	overflow: hidden;
	float:left;
}

div.seguradora a:link {
	color: #000000;
	text-decoration: none;
}
div.seguradora a:visited {
	color: #000000;
	text-decoration: none;
}
div.seguradora a:hover {
	color: #FFDD02;
	text-decoration: none;
}
div.seguradora a:active {
	color: #000000;
	text-decoration: none;
}

