/* css BF Seguros */


/*================================================================================================

                              LAYOUT

=================================================================================================*/



body, h1, h2, h3, h4, p, ul, li, a{
	margin: 0px;
	padding: 0px;
}



body {
	font: 10pt "trebuchet ms", "Arial", san-serif;
	background-color: #edeeef;
	margin-top:0;
	text-align:center; /* centrar para IE5.x */
}



#contenedor{
	margin:0 auto; /* centra el contenedor */
	width: 750px;
	text-align:left; /*aqui alineamos todo de nuevo a la izquierda, pero dentro del contenedor*/	
}

#espacioTop {
	height: 9px;
	background: #fff;
}

#top{
	padding: 0px;
	margin: 0px;
	/*background:url(../img/top.jpg) left no-repeat;*/
	height: 82px;
}


#menu{
	text-align: center;
	font-weight: bold;
	background: #fff;
	height: 30px;
	border-top: 1px #000 dashed;
	border-bottom: 1px #000 dashed;
}

/*fondo rounded*/

.curvy {position:relative; width:750px; background:#8dbb01; color:#000; margin:5em auto; top:-80px;}
/*#ctl,  #ctr, */ #cbl,#cbr {position:absolute; width:20px; height:20px; color:#60859f; background:#edeeef; overflow:hidden; font-style:normal; z-index:1;}
#ctl,  #ctr {position:absolute; width:0px; height:0px; color:#60859f;  overflow:hidden;  z-index:1;}
#ctl {/*top:0; left:0;*/}
#cbl {bottom:0; left:0;}
#ctr {/*top:0; right:0;*/}
#cbr {bottom:0; right:0;}
.curvy em b {position:absolute; font-size:150px; font-family:arial; color:#8dbb01; line-height:40px; font-weight:normal;}
#ctl b {/*left:-8px;*/}
#ctr b {/*left:-25px;*/}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding: 0px 0px 0px 0px;}


/*============================ MENU - NAVEGACIÓN =============================================*/

#menu ul {
	margin-top:0px;
	margin-left: 40px;
	list-style:none;
}
#menu li{display: inline; font-size: 10pt;}

#menu li, #menu li a, #menu li a:hover {
	margin-right: 20px;
}

#menu li, #menu li a { color:#60859f; }

#menu li.sel, #menu li a:hover  {
	font-weight: bold;
	color: #F9DD2E;
	/*margin-right: 40px;*/
}

#submenu{
	margin-bottom: -113px;
}



#submenu.curvy p ul{
	list-style: none;
}

/*==============================  FIN MENU - NAVEGACIÓN ==========================================*/

                            

#contenido_home{
	width: 750px;
	padding: 0;
	margin: 0;	
}

	#cont_derecha {
		text-align: right;
		float:right;
		width:321px;
		margin:0 0 8px 15px;
		padding: 2px;
		border: 3px solid #fff;
	}
	
	#contenido{
		height: auto;
		width: 710px;
		padding: 0 0 0 21px;		
	}
	
	#contenido_ext{
		height: auto;
		width: 700px;
		padding: 0 0 0 21px;		
	}
	
	#pie{
		clear:both;
		margin: 0;
		padding: 0;
		border-top: 1px #000000 dashed;
		height: 79px;
	}


#garantias{
	visibility:hidden;
}


/*================================================================================================

                              FORMATO TEXTO

=================================================================================================*/

em {
	font-size: 9pt;
	font-style:normal;
	color:#666;
}

h1,h2,h3,h4,h5 {
	font-family: "trebuchet ms", "Arial", san-serif;
	color:#8dbb01;
	
}

h2{margin-bottom: 10px;}
h3{margin-bottom: 5px;}
h4{margin-bottom: 5px; margin-top: 15px;}
h5{margin-bottom: 5px;margin-top: 0px;}

p {
	color: #5e5e5e;
	margin-bottom:25px;	
	line-height:13pt;
}

p.nota{margin-top:60px; font-size:80%;}

p,li{
	text-align:justify;
}

#tablaMenu li{
	text-align:left;
}

strong { color:#666; }

a {	text-decoration:none; }

#contenido a, #contenido a:hover, #contenido_ext a, #contenido_ext a:hover {
	font-weight: bold;
	color: #555;
	border-bottom: 1px #aaa dotted;
}

#contenido a:hover, #contenido_ext a:hover{
	background: #d3d3d3;
	border-bottom: 1px #aaa solid;
}

#contenido_ext p{
	margin-top: -5px;
	margin-bottom:25px;	
}

#contenido_ext ul, #contenido ul{
	margin: 0 0 10px 30px;
	list-style: none;
}

#contenido_ext li, #contenido li{
	color: #5e5e5e;
	line-height: 13pt;
}

#contenido ul.listado{
	list-style-image:url(../img/bullet_listas.gif);
	list-style-position:outside;
}
#contenido ul.listado li{
	line-height:150%;
}


img.imgPrima{
	display:block;
		margin-top:-15px;
	margin-bottom:30px;
}


#certificado label,#certificado span {
	display:block;
	float:left;
}
#certificado br{
	clear:left;
}

#certificado label{
	width:150px;
	margin-bottom:10px;
	font-weight:bold;
	margin-right:15px;
}
#certificado span{
	width:auto;
}
		

/*================================================================================================

                              FORMULARIOS

=================================================================================================*/





form {
	margin:0px;
	padding:0px;
}


#montaje label{
	color:#2581b3;
}

#montaje textarea {
	font: 11px "trebuchet ms", "Arial", san-serif;
	color: #5e5e5e;
	border:1px solid #ccc;
	margin-right:5px;
}

#montaje select {
	color: #5e5e5e;
	font-size:10px;	
	border:1px solid #ccc;
	margin-right:5px;
}


#montaje input {
	color: #5e5e5e;
	font-size:10px;
	width: 80%;
	border:1px solid #ccc;
	background: url(../img/bg_inputs.gif) left repeat-x;
	margin-right:5px;
}

input#reset, input#submit {
	width: 69px;
	margin-right:5px;
}

#boton {
	position:relative;
	top:5px;
}

#formAudifonos{
	margin-bottom:25px;
}

#formAudifonos fieldset{
	margin-bottom:25px;
}

#formAudifonos fieldset legend{
	color:#8dbb01;
	font-size:14px;
}

#formAudifonos label{
	float:left;
	width:110px;
	margin-bottom:15px;
	margin-right:10px;
	font-size:12px;
	color: #5e5e5e;
}
#formAudifonos fieldset label{
	width:480px;
}
#formAudifonos input{
	float:left;
	color: #5e5e5e;
	font-size:10px;
	width: 230px;
	border:1px solid #ccc;
	background: url(../img/bg_inputs.gif) left repeat-x;
}

#formAudifonos  select{
	float:left;
	color: #5e5e5e;
	font-size:10px;
	width: auto;
	margin-left:0px;
	border:1px solid #ccc;
}

#formAudifonos textarea {
	font: 11px "trebuchet ms", "Arial", san-serif;
	color: #5e5e5e;
	border:1px solid #ccc;
	margin-right:5px;
}

#formAudifonos fieldset input{
	width: 30px;
}
#formAudifonos br{
	clear:left;
}

/*================================================================================================

                              TABLAS

=================================================================================================*/



table{
	font-family: "trebuchet ms", Arial, san-serif;
	font-size: 8pt;
}

table ul{
	list-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

table ul li{
	line-height: 9pt;
	color: #d8f24e;
	width:70px;
}

	table ul li a{
		color: #edeeef;
		text-decoration: none;
	}
		
	table ul li a:hover {
		color: #d8f24e;
		padding-left:8px;
		background: url(../img/bullet.gif) 0px 7px no-repeat;
	}
	
	table ul li.sel {
		color: #d8f24e;
		padding-left:8px;
		background: url(../img/bullet.gif) 0px 5px no-repeat;
	}

table ul li.cabecera{
	color: #fff;
	font-weight: bold;
}

	table ul li.cabecera a{
		color: #fff;
		text-decoration: none;
	}
		
	table ul li.cabecera a:hover {
		color: #f9dd2e;
	}

.tr_cabecera {
	font-weight: bold;	
	color:#fff;

}
.tr_punto {
	font-size: 9pt;	
	color:#deea00;

}


.tr_subcabecera {
	color:#4d590d;
	font-weight:bold;
	padding-left:3px;
}



.td_valor {
	color:#4d590d;
	font-weight:normal;
}








