/* CSS Document */

/***********************************************/
/*HTML tag styles
/***********************************************/
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;		
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
} 
.fondo1 {
	background: url(../img/fondo_ave_paraiso.jpg) no-repeat bottom right;
} 

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0380E0;
	margin: 0px;	
}

h2 {
	font-size: 22px;
	font-weight: bold;	
	color: #FF0000;
	margin: 0px 0px 10px 0px;	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 10px 0px;	
}
a {
	color: #0380E0;
	text-decoration: none;
}
a:hover{
	color: #0033CC;
	text-decoration: none;
}
p {
	padding: 0px;
	text-align:left;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}
br {
	margin: 0px;
}
img {
	margin: 0px;
}
form {
	margin: 0px;
}
input, select, textarea {
	font-size: 12px;
	color:#333333;
}
label {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}
table {
	font-size: 12px;
}
/***********************************************/
/*Composición Página*/
/***********************************************/
.cabecera {
	width: 1000px;
	height: 50px;
	margin: 0px auto 0px auto;
}
.contenedor_imagen {
	width: 1000px;
	height: 124px;
	margin: 0px auto 0px auto;
}
.contenedor {
	width: 1000px;
	margin: 15px auto 0px auto;
}
.contenedor .izda {
	width: 180px;
	float:left;
	margin-right: 15px;
}
.contenedor .dcha {
	width: 805px;
	float:left;
	margin-bottom: 20px;
}
.contenido_izda { width: 530px; float: left; margin: 0px 10px 10px 0px; }
.contenido_izda_linea { margin: 0px 0px 10px 0px; clear: both; width: 530px; }
.contenido_izda img {
	margin-right: 5px;
}
.contenido_izda .imagen_contenido {
	margin-right: 15px;
}
.contenido_izda .botones {
	width: 100%;
	text-align: center;
	line-height: 14px;
}
.contenido_izda .botones a {
	width:230px;
	float:left;
	text-align:center;
	font-size: 11px;
	color: 91560a;
	font-weight: bold;
	padding: 11px;
	text-decoration:none;	
}
.contenido_dcha {
	width: 260px;
	float: left;
	margin-bottom: 15px;
}
.contenido_centro {
	width: 805px;
	clear: left;
	margin-bottom: 15px;
}
.banner_lateral_izda {
	width:180px;
	margin-bottom: 10px;
}
/***********************************************/
/*Elementos de la Cabecera*/
/***********************************************/
.logo {	
	width: 600px;
	height:50px;
	float: left;
}
.overmenu {
	width: 200px;
	height:30px;
	float: right;
	margin: 0px 0px 10px 0px;
}
.overmenu ul {
	list-style: none;
}
.overmenu ul li {
	float: left;
	text-align: center;
	margin: 0px 3px 0px 3px;
}
.overmenu ul li img {
	margin:0px;
	vertical-align: middle;
}
.overmenu ul li a {
	color: #3366FF;
	line-height: 10px;
	text-decoration: none;
	font-size: 10px;
}
/***********************************************/
/*Elementos del Pie*/
/***********************************************/
.pie { width: 1000px; height: 90px; clear: left; text-align: center; border-top: #9ccafe 1px solid; padding: 5px 0px 5px 0px; margin: 0px auto 0px auto; border-bottom: #9ccafe 1px solid; 
}
.pie a:hover {
	text-decoration: none;
}
.link_krama {
	width: 1000px;
	font-size: 10px;
	margin: 0px auto 0px auto;
}
.link_krama a {
	color: #666666;
}
.link_krama a:hover {
	text-decoration: none;
}
/***********************************************/
/*Menú Superior*/
/***********************************************/
.menu_superior {
	width: 1000px;
	height: 23px;
	text-align: right;
	margin: 0px auto 0px auto;
}
.menu_superior ul {
	list-style: none;
	margin: 0px 0px 0px 187px;
	padding: 0px;
}
.menu_superior ul li {
	font-weight: bold;
	color: #FFFFFF;
	background:  url(../img/menu_superior_fdo.gif) no-repeat;
	text-align: center;
	font-size: 12px;
	float:left;
	width: 115px;
	height: 23px;
	line-height: 22px;
	margin: 0px 0px 0px 1px;
}
.menu_superior ul li a {
	color: #FFFFFF;
	text-decoration:none;
}
.menu_superior ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************************/
/*Menú Lateral*/
/***********************************************/
.menu_lateral {
	width: 180px;
	margin-bottom: 10px;
}
.menu_lateral .sup {
	width: 180px;
	color: #FFFFFF;
	background: url(../img/menuLateralFdoTit.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 0px 20px;
	height: 22px;
}
.menu_lateral .centro {
	width: 180px;
	background: url(../img/menu_lateral_fdo.jpg) no-repeat bottom;
	padding: 5px 0px 15px 0px;
}
.menu_lateral ul {
	list-style: none;
	margin: 0px 0px 0px 5px; 	
	padding: 0px;
}
.menu_lateral ul li a {
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 13px;
	background: url(../img/ico_mas.gif) no-repeat left;
}	
.menu_lateral ul li ul {
	list-style: none;
	margin: 0px 0px 0px 15px; 	
	padding: 0px;
}
.menu_lateral ul li ul li a {
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 8px;
	background: url(../img/ico_menos.gif) no-repeat left;
	line-height: 20px;
}	
.menu_lateral ul li ul li ul li a {
	color: #000099;
	text-decoration: none;
	padding: 0px 0px 0px 8px;
	background: none;
	line-height: 18px;
}
.menu_lateral ul li ul li ul li ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 8px;
	background: none;
	line-height: 14px;
}
#submenu1, #submenu2, #submenu3, #submenu4 {
	display: none;
}

/***********************************************/
/*Cuadros Zona Inferior Página*/
/***********************************************/
.cuadro_inferior {
	width: 260px;
	float: left;
}
.cuadro_inferior .sup { height: 22px; background: url(../img/cuadroCenTitV.gif) no-repeat; color: #000000; font-weight: bold; padding: 5px 0px 0px 10px; font-size: 14px; 
}
.cuadro_inferior .centro { background: url(../img/fdoCuadro03.gif)	no-repeat bottom; padding: 5px 5px 10px 8px; height: 135px; 
}
.cuadro_inferior img {
	margin-right: 5px;
}
.cuadro_inferior a, .cuadro_inferior a:hover {
	color: #000000;
	text-decoration: none;
}
.banner_zonaverde2 {
	width: 260px;
}
.banner_zonaverde2 .sup {
	background: url(../img/bordeCuadro.gif) no-repeat top;
	color: #000000;
	font-weight: bold;
	height: 30px;
	padding: 5px 0px 0px 0px;
}
.banner_zonaverde2 .centro {
	background: url(../img/fdoCuadro03_banner.gif) no-repeat bottom;
}

/***********************************************/
/*Cuadros Lateral Izquierda*/
/***********************************************/
.cuadro_lat_izda {width: 180px; margin-bottom:10px}
.cuadro_lat_izda .sup { height: 22px; background: url(../img/cuadroLatIzdaTitV.gif) no-repeat; color: #000000; font-weight: bold; padding: 5px 0px 0px 5px; font-size: 14px; }
.cuadro_lat_izda .centro { background: url(../img/fdoCuadroLatIzda03.gif)	no-repeat bottom; padding: 5px 5px 8px 8px; font-size:11px; line-height: 14px; }
.cuadro_lat_izda img {margin-right: 5px;}
.cuadro_lat_izda a, .cuadro_lat_izda a:hover {color: #000000; text-decoration: none;}

/***********************************************/
/*Zona Descargas Centralitas*/
/***********************************************/
.listado_descargas {
	width: 255px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.listado_descargas ul {
	list-style: url(../img/ico_pdf0.gif);
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
.listado_descargas ul li {
	margin: 0px 0px 0px 25px;
	padding: 2px 0px 2px 5px;
}
/***********************************************/
/*Mapa Web*/
/***********************************************/
.listado_mapaweb {
	width: 150px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.listado_mapaweb ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
}
.listado_mapaweb ul li {
	margin: 0px 0px 0px 15px;
	padding: 1px 0px 1px 0px;
}
.listado_mapaweb ul li a {
	color: #000000;
}
.listado_mapaweb ul li a:hover {
	color: #0033CC;
}
/***********************************************/
/*Cuestionario de Calidad*/
/***********************************************/
.legend {
	font-size: 14px;
	font-weight: bold;
	color: #0380E0;
	padding: 25px 0px 0px 0px;
	border-bottom: #cccccc 1px dotted;
}
.legend2 {
	font-size: 12px;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

/***********************************************/
/*Cálculo cuotas
/***********************************************/
table.calculo_cuotas { padding:5px; border:#999 1px solid; border-collapse:collapse; margin-bottom: 10px; }
table.calculo_cuotas th.titulo { padding:5px; color:#36cd04; font-size:16px; font-weight:bold; border:#999 1px solid}
table.calculo_cuotas td.titulo { padding:5px; border:#999 1px solid; background-color:#cfe1f5 }
table.calculo_cuotas td.titulo2 { padding:5px; border:#999 1px solid; background-color:#ccc }
table.calculo_cuotas td.titulo3 { padding:5px; border:#999 1px solid; background-color:#cc3333; }
table.calculo_cuotas td.linea {padding:5px; border:#999 1px solid}
.input_cuotas {width: 60px; font-size:14px; text-align:right}
.input_total {font-size:16px; font-weight:bold}


/***********************************************/
/*Textos Varios*/
/***********************************************/
.destacado_rojo {
	color: #FF0000;
	font-weight: bold;
}
.destacado_rojo2 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.destacado_rojo2 a {
	text-decoration: none;
}
.destacado_rojo3 {
	color: #0033CC;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.destacado_verde {
	color: #009900;
	font-weight: bold;
}
.destacado_verde2 {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.destacado_negro {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.destacado_negro2 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.destacado_blanco {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.link {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.clear {
	clear: both;
}

