@charset "utf-8";
/* CSS Document */

h1, h2, strong, a{ color:#040476; }
h1, h2{ margin-bottom:5px; }
h1{ font-size:20px; }
h2{ font-size:12px; }
h3{
	padding:2px;
	font-size:12px;
	background-color:#CCCCCC;
	font-style:oblique;
}
ul * { text-align:left; }
ul {
	list-style-image:url(../imagenes/diseno/flecha.png);
	margin:auto 30px 5px 30px;
}
ul a{ text-decoration:none; color:#040476; }
ul a:hover{ /*color:#FDE303;*/ font-weight:bold; }

p{ margin-bottom:5px; }

input.boton{
	border:#040476 solid 2px;
	background-color:#040476;
	color:#fde303;
	font-weight:bold;
	cursor:pointer;
	padding:2px;
}
input.boton:hover{
	color:#040476;
	background-color:#fde303;
}

/***************** INICIO *****************/
div.sep1{
	height:1px;
	width:100%;
	background:url(../imagenes/diseno/sep1.png) repeat-x;
	margin:5px 0 15px 0;
}
div.sep2-corto{
	height:1px;
	width:175px;
	background:url(../imagenes/diseno/sep2.png) repeat-x;
	margin:5px 0;
}
div.sep2{
	height:1px;
	width:100%;
	background:url(../imagenes/diseno/sep2.png) repeat-x;
	margin:10px 0;
}
div.bienvenida{
	background:url(../imagenes/diseno/foto0.png) right top no-repeat;
	overflow:hidden;
}
.bienvenida p{
	padding-right:160px;
}
img.izda{
	display:block;
	float:left;
	margin:0 15px 15px 0;
	border:#666666 1px solid;
}
.volver{
	margin:auto inherit;
	text-align:center;
}
/***************** CONTACTAR *****************/
div.ocultar { display:none; }
div.mostrar { display:block; margin-bottom:10px; }

/***************** ATENCION AL CLIENTE > PROTECCION AL ASEGURADO *****************/
#crit1 ul, #crit2 ul, #crit3 ul, #crit4 ul, #crit5 ul, #crit6 ul, #crit7 ul, #proc ul{
	margin-top:5px;
	list-style-image:url(../imagenes/pdf.jpg);
}
#proc ul{
	margin-top:15px;
	margin-bottom:15px;
}
#crit1 a, #crit2 a, #crit3 a, #crit4 a, #crit5 a, #crit6 a, #crit7 a, #proc a{
	text-decoration:none;
}
#crit1 a:hover, #crit2 a:hover, #crit3 a:hover, #crit4 a:hover, #crit5 a:hover, #crit6 a:hover, #crit7 a:hover, #proc a:hover{
	color:#FF0000;
	font-weight:normal;
}

/***************** PIE *****************/
span.redtablet, span.redtablet a{
	font-size:9px;
	text-decoration:none;
}
