/* CSS Document */

/***********************************************/
/*HTML tag styles
/***********************************************/
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;		
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
} 
h1 {
	font-size: 23px;
	font-weight: bold;	
	color: #f24f00;
	margin: 0px 0px 10px 0px;	
}
h2 {
	font-size: 18px;
	font-weight: bold;	
	color: #00982d;
	margin: 0px 0px 10px 0px;	
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #f24f00;
	margin: 0px 0px 5px 0px;
	line-height: 18px;
}
a {
	color: #000000;
	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*/
/***********************************************/
.contenedor_pagina {
	width: 1000px;
	margin: 0px auto 0px auto;
}
.cabecera {
	width: 1000px;
	height: 70px;
	margin: 0px 0px 15px 0px;
	background: url(../img/cabecera_logo.png) no-repeat;
}

.contenedor_imagen {
	width: 1000px;
	height: 140px;
	margin: 0px;
}
.contenedor {
	width: 1000px;
	margin: 10px 0px 0px 0px;
}
.contenedor .izda {
	width: 180px;
	float:left;
	margin-right: 25px;
}
.contenedor .dcha {
	width: 795px;
	float:left;
	margin-bottom: 20px;
}
.contenido_izda {
	width: 520px;
	float: left;
	margin: 0px 15px 15px 0px;
}
.contenido_izda_home {
	width: 280px;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 2px solid #009b35;
	background: url(../img/cuadro_home_fdo.gif) repeat-x bottom;
}
.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: 236px;
	float: left;
	margin-bottom: 15px;
	background: url(../img/cuadro_home_fdo.gif) repeat-x bottom;
	border: 2px solid #009b35;
	padding: 10px;
	font-size: 14px;
}
.contenido_dcha_home {
	width: 275px;
	float: right;
	margin: 0px 0px 15px 0px;
	border: 2px solid #009b35;
	padding: 10px;
	background: url(../img/cuadro_home_fdo.gif) repeat-x bottom;	
}
.contenido_centro {
	width: 795px;
	clear: left;
	margin-bottom: 15px;
}
.contenido_centro_home {
	width: 769px;
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border: 2px solid #009b35;
	background: url(../img/cuadro_home_fdo.gif) repeat-x bottom;	
}
.banner_lateral_izda {
	width:170px;
	margin-bottom: 10px;
	height: 57px;
	border: #009b35 5px solid;
}
/***********************************************/
/*Elementos de la Cabecera*/
/***********************************************/
.cabecera_texto {
	width: 800px;
	height: 30px;
	margin: 0px;
	float: right;
	padding: 0px;
	text-align: right;
}
.logo {
	width: 180px;
	float: left;
	height: 70px;
	padding: 3px 0px 0px 20px;
}
.overmenu {
	width: 995px;
	height:22px;
	margin: 0px;
	text-align: right;
	padding: 3px 5px 0px 0px;
}
.overmenu a {
	color: #000000;
}

/***********************************************/
/*Elementos del Pie*/
/***********************************************/
.pie {
	width: 990px;
	clear: left;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
	border: #f24f00 5px solid;
}
.pie a {
	color: #009b35;
	text-decoration: none;
}
.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: 770px;
	margin: 0px;
	float: left;
	padding: 13px 0px 0px 0px;
	height: 37px;
}
.menu_superior ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu_superior ul li {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float:left;
	width: 125px;
	margin: 0px;
}
.menu_superior ul li a {
	color: #FFFFFF;
	text-decoration:none;
}
.menu_superior ul li a:hover {
	color: #99ff99;
	text-decoration: none;
}

/***********************************************/
/*Menú Lateral*/
/***********************************************/
.menu_lateral {
	width: 180px;
	margin-bottom: 10px;
}
.menu_lateral .sup {
	width: 180px;
	padding: 0px;
	height: 117px;
}
.menu_lateral .centro {
	width: 180px;
	background: url(../img/menu_lateral_fdo.jpg) repeat-y;
	padding: 5px 0px 15px 0px;
}
.menu_lateral .inf {
	width: 180px;
	height: 5px;
	background-color: #f24f00;
}
.menu_lateral ul {
	list-style: none;
	margin: 0px 0px 0px 5px; 	
	padding: 0px;
}
.menu_lateral ul li a {
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 13px;
	background: url(../img/ico_mas.gif) no-repeat left;
	font-size: 14px;
}	
.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/cuadroLatTit.gif) no-repeat;
	color: #000000;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
}
.cuadro_inferior .centro {
	padding: 5px 5px 10px 8px;
	height: 150px;
}
.cuadro_inferior img {
	margin-right: 5px;
}
.cuadro_inferior a, .cuadro_inferior a:hover {
	color: #000000;
	text-decoration: none;
}
.banner_movistar {
	width: 260px;
}
.banner_movistar .sup {
	background: url(../img/bordeCuadro.gif) no-repeat top;
	color: #000000;
	font-weight: bold;
	height: 30px;
	padding: 5px 0px 0px 0px;
}
.banner_movistar .centro {
	background: url(../img/fdoCuadro03_banner.gif) no-repeat bottom;
}

/***********************************************/
/*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;
}

/***********************************************/
/*Textos Varios*/
/***********************************************/
.destacado_azul {
	color: #0380E0;
	font-weight: bold;
}
.destacado_azul2 {
	font-size: 14px;
	color: #0380E0;
	font-weight: bold;
}
.destacado_azul2 a {
	text-decoration: none;
}
.destacado_azul3 {
	color: #0033CC;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.destacado_verde {
	color: #009b35;
	font-weight: bold;
	font-size: 15px;
}
.destacado_verde2 {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.destacado_negro {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.destacado_rojo {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.link {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.clear {
	clear: both;
}
