.clear
{
	clear: both;
}
.derecha
{
	float: right;
}
.izquierda
{
	float: left;
}
.izquierdablock
{
	float: left;
	display: block;
}
.derechablock
{
	float: right;
	display: block;
}
A
{
	color: #2763A5;
	text-decoration: none;
/*font-weight: bold;*/
}
A:hover
{
	text-decoration: underline;
}
A IMG
{
	border: none;
}
IMG.left, IMG.center, IMG.right
{
	padding: 4px;
/*border: 1px solid #a0a0a0;*/
}
IMG.left
{
	float: left;
	margin: 0 12px 5px 0;
}
IMG.leftblock
{
	float: left;
	margin: 0 12px 5px 0;
	display: block;
}
IMG.center
{
	display: block;
	margin: 0 auto;
}
IMG.right
{
	float: right;
	margin: 0 0 5px 12px;
}
/******************** PRUEBA ****************************/
P
{
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
/*font-size:80%;*/
	color: #444;
	text-align: justify;
	word-spacing: 0.1em;
/*text-indent:1em;*/
	margin-bottom: 1.6em;
}
P STRONG, P EM
{
	color: #000;
}
H1+P, H2+P, H3+P
{
	text-indent: 0;
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
BODY
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#barra_superior
{
	background: url(../imagenes/degradado.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E1E6FA;
/*border-bottom:2px solid #2763A5;*/
}
#barra_superior_contenido
{
	width: 980px;
	margin: 0 auto;
}
#contenedor_principal
{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
/*border: 1px red solid;*/
}
#contenedor_izquierdo
{
	width: 420px;
/*330*/
	float: left;
/*border: 1px green dotted;*/
	padding-bottom: 20px;
}
#contenedor_derecho
{
	width: 540px;
/*625*/
	float: right;
/*border: 1px blue dotted;*/
}
#contenedor_inferior
{
	width: 100%;
	float: left;
/*margin: 0 auto;
border: 2px solid #2763A5;*/
}
#contenedor_inferior_columna1
{
	width: 300px;
	float: left;
}
#contenedor_inferior_columna2
{
	width: 300px;
	float: left;
}
#contenedor_inferior_columna3
{
	width: 300px;
	float: right;
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
#navigation
{
/*background: #AFD5E0 url("bg-nav.gif") repeat-x;
border: 1px solid #979797;
width: 1000px;
margin: 0 auto;
padding-left: 10px;
*/
	border: 2px solid #2763A5;
	border-width: 2px 0;
	border-top: none;
	font-size: 1.3em;
/*margin-top: 1em;*/
	padding-top: 0.6em;
	clear: both;
/*border: 1px solid red;
padding-left: 1em;*/
}
#navigation A
{
	font-weight: bold;
}
#navigation UL, #navigation UL LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation UL
{
	padding: 5px 0 4px;
/*text-align: center;*/
}
#navigation UL LI
{
	display: inline;
	margin-right: 0.2em;
/*border-left:2px solid #2763A5;*/
}
#navigation UL LI.last
{
	margin-right: 1em;
}
#navigation UL LI A
{
	background: url(../imagenes/tab-right-azul-inactivo.gif) no-repeat 100% 0;
	color: #FFFFFF;
	padding: 5px 0;
	text-decoration: none;
}
#navigation UL LI A SPAN
{
/*background: url("../imagenes/tab-left-azul-inactivo.gif") no-repeat;*/
	padding: 5px 1em;
}
#navigation UL LI A:hover SPAN
{
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation UL LI.active A
{
	background: url(../imagenes/tab-right-azul.gif) no-repeat 100% 0;
	text-decoration: none;
}
#navigation UL LI.active A SPAN
{
/*background: url("../imagenes/tab-left-azul.gif") no-repeat;*/
	color: #2763A5;
/*#69C;*/
	border-left: 2px solid #2763A5;
	border-bottom: 2px solid #FFFFFF;
}
#navigation UL LI.hogar
{
	margin-right: 0;
}
#navigation UL LI.hogar A
{
	background: url(../imagenes/tab-right-verde-inactivo.gif) no-repeat 100% 0;
	color: #FFFFFF;
/*padding: 5px 0;*/
	text-decoration: none;
}
#navigation UL LI.hogar A SPAN
{
/*background: url("../imagenes/tab-left-verde-inactivo.gif") no-repeat;*/
	padding: 5px 1em;
	border-left: 0px solid #000000;
}
#navigation UL LI.hogar#active A
{
	background: url(../imagenes/tab-right-verde.gif) no-repeat 100% 0;
	text-decoration: none;
}
#navigation UL LI.hogar#active A SPAN
{
/*background: url("../imagenes/tab-left-verde.gif") no-repeat;*/
	color: #2763A5;
/*#69C;*/
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
#indice
{
	font-size: 12px;
/*padding-right : 10px;
margin: 5px;
margin-right: 10px;
float: none;*/
}
#indice A
{
	font-weight: bold;
}
#indice UL, #indice UL LI
{
	list-style: none;
}
#indice UL
{
	text-align: right;
}
#indice UL LI
{
	display: inline;
/*background-color:#2763A5;
padding: 10px;*/
}
/*#indice ul li a {
color:#FFFFFF;
background-color:none;
}
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
.indice_coberturas
{
	background-color: #F2F4F5;
	border: 1px solid #CCCCCC;
/*#E9ECEE;
#FFCC00;
border : solid 1px #CCCCCC;*/
	margin-bottom: 25px;
}
.indice_coberturas P
{
/*background-color: #E9ECEE;
border-bottom: 2px solid #E9ECEE;*/
	font-size: 15px;
	text-align: center;
/*font-weight: bolder;*/
}
#indice_coberturas_izquierdo
{
	width: 266px;
	float: left;
/*border: 1px blue dotted;*/
}
#indice_coberturas_derecho
{
	width: 266px;
	float: right;
/*border: 1px blue dotted;*/
}
.indice_coberturas H4
{
	border-bottom: 1px solid #CCCCCC;
/*#E9ECEE;*/
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.indice_coberturas H5
{
	color: #676766;
/*text-align: center;*/
	font-size: 0.9em;
	font-weight: normal;
	font-style: oblique;
	padding: 0;
	margin-top: -10px;
	padding-left: 10px;
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
#contenedor_derecho UL
{
	margin: 0px;
	padding-left: 2em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
	list-style-image: url(../imagenes/approve.gif);
/*list-style-type: disc;
border: 1px solid #DDDDDD;
border: 1px solid #DDDDDD;*/
}
#contenedor_derecho UL.sublista
{
	margin: 0;
	padding-left: 30px;
	line-height: 1.5em;
	list-style-image: url(../imagenes/minilinea.gif);
/*font-size: .8em;
list-style-type: disc;
list-style-type: square;
border: 1px solid #DDDDDD;
list-style-image: url(symbol2.gif);*/
}
#contenedor_derecho UL LI
{
	padding-left: 0.2em;
/*padding-bottom: .5em;*/
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
#coberturas
{
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}
#coberturas_lista
{
	background-color: #F2F4F5;
/*FFFFEE;*/
	border: 1px solid #CCCCCC;
/*#E9ECEE;
padding : 5px 20px 5px 20px;*/
	padding: 5px 20px;
}
#coberturas UL
{
	margin-bottom: 0;
	padding: 0px;
	margin: 0 0 0 16px;
	padding-left: 0.8em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
	list-style-type: none;
/*padding-left: 0.8em;
border: 1px solid #DDDDDD;*/
	list-style-image: url(../imagenes/approve.gif);
}
#coberturas UL LI
{
	/*[disabled]margin-bottom:2px;*/
}
#coberturas UL.sublista
{
	margin-bottom: 0;
	margin-left: 4em;
	list-style-image: url(../imagenes/minilinea.gif);
/*padding-left: 1.6em;
line-height: 2em;
font-size: .8em;
/*      list-style-type: disc;
list-style-type: square;
border: 1px solid #DDDDDD;*/
}
/*#coberturas H2
{
color: #666666;
text-align: center;
border-bottom: 1px solid #CCCCCC;
padding-bottom: 5px;
font-size: 20px;
}*/
.coberturas_indice
{
	background-color: #F2F4F5;
/*FFFFEE;*/
	border: 1px solid #CCCCCC;
/*#E9ECEE;*/
	padding: 5px 20px;
}
.coberturas_indice H2
{
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-size: 14px;
}
.coberturas_indice UL LI
{
	margin-bottom: 8px;
	vertical-align: middle;
}
.coberturas_item
{
	background-color: #FFE194;
/*#DDF8CC; /* FFFFEE;*/
	border: 1px solid #FFCC33;
/*#CCCCCC; /* #E9ECEE;*/
	padding: 5px 20px;
}
/*.coberturas_item
{
background-color: #DDF8CC; /* FFFFEE;
border: 1px solid #CCCCCC; /* #E9ECEE;
padding: 5px 20px;
}*/
#coberturas_detalle
{
	color: #000000;
	font-size: 13px;
	line-height: 1.7em;
}
#coberturas_detalle P
{
	padding: 1em;
	text-align: justify;
	font-size: 12px;
}
#coberturas_detalle UL
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	padding-left: 60px;
	line-height: 1.5em;
	list-style-image: none;
}
/***********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
**********************************************************************************************************************************************************
***********************************************************************************************************************************************************/
#barra_inferior
{
	clear: both;
/*height : 50px;
background: url("../imagenes/degradado_inferior.gif");
background-repeat: repeat-x;
background-position:top;*/
	background-color: #E1E6FA;
	border-top: 3px solid #2763A5;
}
#barra_inferior_contenido
{
	width: 980px;
	height: 60px;
	margin: 0 auto;
	background-color: #E1E6FA;
}
#footer
{
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px;
	font-weight: bolder;
	background-color: #E1E6FA;
	font-weight: 100;
}
#footer P
{
	padding: 5px;
	text-align: center;
}
#footer P A
{
	font-weight: 100;
}
#footer P A:hover
{
	text-decoration: none;
	border-bottom: 1px solid #2763A5;
}
#footer UL, #footer UL LI
{
	list-style: none;
}
#msg_ok
{
	background-color: #F2F4F5;
	border: 1px solid #CCCCCC;
/*padding: 10px;*/
}
#msg_ok P
{
/*background-color: #E9ECEE;
border-bottom: 2px #CCCCCC; /* #E9ECEE;
font-size: 15px;
text-align: center;
/*    font-weight: bolder;*/
	padding-left: 10px;
	padding-right: 10px;
}
#msg_ok H4
{
	border-bottom: 1px solid #CCCCCC;
/*#E9ECEE;*/
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding: 0px;
}
#msg_enviado
{
	background-color: #DDF8CC;
/*#CCFFCC; /*DBE8DB;*/
	border: 1px solid #A4D999;
	color: #336633;
/*FFFFFF;*/
	padding: 10px;
}
#msg_alerta
{
	background-color: #F56616;
/*Naranja #F56616;
009900;
naranja    #FF9933;
verde     #009900;
#B02819;
#2763A5;
border: 1px solid #009900;
padding-right: 50px;*/
	border: 2px solid #FEE093;
	color: #88BD8C;
/*FFFFFF;*/
	padding: 10px;
}
#msg_alerta P
{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
	word-spacing: 0.1em;
	margin-bottom: 0;
}
#msg_alerta BLOCKQUOTE
{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	word-spacing: 0.1em;
	margin-bottom: 0;
}
#msg_alerta P STRONG, P EM
{
	color: #FFFFFF;
}
#msg_alerta_vida
{
	background-color: #2662A4;
	border: 2px solid #496A97;
	color: #88BD8C;
	padding: 10px;
}
#msg_alerta_vida P
{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
	word-spacing: 0.1em;
	margin-bottom: 0;
}
#msg_alerta_vida BLOCKQUOTE
{
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: center;
	word-spacing: 0.1em;
	margin-bottom: 0;
}
#msg_alerta_vida P STRONG, P EM
{
	color: #FFFFFF;
}
/*****************************************************************************************************************************************/
#panel_secciones
{
/*border-bottom:2px solid #2763A5;
background-color:#2763A5*/
}
#secciones
{
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
/*background: url("../imagenes/degradado.gif");
background-repeat: repeat-x;
background-position:right;*/
}
#secciones A
{
/*font-size: 14px;*/
	font-weight: bold;
}
#secciones UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #BBBBBB;
/*#CCCCCC;*/
}
#secciones UL LI
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
/*margin-right: 0.7em;*/
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
/*cursor: hand;*/
}
#secciones UL LI.active
{
/*background-color: #F2F4F5;*/
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	border-bottom: none;
}
/*#secciones UL LI A
{
padding: 10px;
}*/
#secciones UL LI A:hover
{
	color: #2763A5;
	text-decoration: underline;
}
/*
#secciones UL LI:hover
{
background-color: #CCCCCC;
border: 1px solid #BBBBBB;
}


#secciones UL LI#active A
{
color: #2763A5;
text-decoration: none;
}
*/

