/***** Eliminar estilos por defecto *****/
* {
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6, fieldset, hr, select, iframe {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: normal;
	font-family: Helvetica, Verdana, Geneva, Arial,  sans-serif;
	font-size: 11px;
}

/****************************************/

body{
	font-family: Helvetica;
	font-size: 11px;
	margin: auto;
	background-color: #555;
	color: #002b5f;
}

a:link{
	color: #002b5f;
	text-decoration: none;
}

a:visited{
	color: #002b5f;
	text-decoration: none;
}

a:hover{
	color: #002b5f;
	text-decoration: none;
}

h1{
	font-size: 35px;
	color: #002b5f;
	margin-bottom: 15px;
	width: auto;
}

h1 span{
	font-size: 15px;
	color: #002b5f;
	text-transform: uppercase;
}

p{
	color: #555;
	width: 96%;
	float: left;
	margin-bottom: 25px;
	text-align: justify;
	line-height: 25px;
}

p a:link{
	color: #002b5f;
	text-decoration: underline;
}

p a:visited{
	color: #002b5f;
	text-decoration: underline;
}

h2{
	font-size: 20px;
	color: #002b5f;
	margin-bottom: 15px;
	width: auto;
	text-decoration: underline;
}

/****************************************/

.azul{
	color: #002b5f;
}

.gris{
	color: #666;
}

.text.xs{
	border: 1px solid #87A0DE;
	width: 50px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.mp{
	border: 1px solid #87A0DE;
	width: 100px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.pe{
	border: 1px solid #87A0DE;
	width: 150px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.pm{
	border: 1px solid #87A0DE;
	width: 200px;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.me{
	width: 250px;
	border: 1px solid #87A0DE;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.gr{
	width: 300px;
	border: 1px solid #87A0DE;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.mg{
	width: 350px;
	border: 1px solid #87A0DE;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.eg{
	width: 400px;
	border: 1px solid #87A0DE;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text.xl{
	width: 450px;
	border: 1px solid #87A0DE;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.combo.xs{
	border: 1px solid #87A0DE;
	width: 40px;
	padding: 1px;
}

.combo.mp{
	border: 1px solid #87A0DE;
	width: 100px;
	padding: 1px;
}

.combo.pe{
	border: 1px solid #87A0DE;
	width: 150px;
	padding: 1px;
}

.combo.pm{
	border: 1px solid #87A0DE;
	width: 200px;
	padding: 1px;
}

.combo.me{
	width: 250px;
	border: 1px solid #87A0DE;
	padding: 1px;
}

.combo.gr{
	width: 300px;
	border: 1px solid #87A0DE;
	padding: 1px;
}

.combo.mg{
	width: 350px;
	border: 1px solid #87A0DE;
	padding: 1px;
}

.combo.eg{
	width: 400px;
	border: 1px solid #87A0DE;
	padding: 1px;
}

.combo.xl{
	width: 450px;
	border: 1px solid #87A0DE;
	padding: 1px;
}

/****************************************/

#contenedor{
	margin: auto;
	width: 992px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

#cabecera{
	width: 992px;
	height: 151px;
	float: left;
	background-image: url(../img/fondo_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#idioma_cabecera{
	width: 300px;
	height: auto;;
	background-color: transparent;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

#idioma_cabecera ul{
	float: right;
	width: 100px;
	height: auto;
}

#idioma_cabecera ul li{
	text-align: right;
	width: auto;
	height: auto;
	float: right;
}

#idioma_cabecera ul li a{
	text-align: right;
	width: 100%;
	height: 23px;
	float: right;
	padding-right: 40px;
	padding-top: 4px;
	color: #fff;
}

#idioma_sp{
	background-image: url(../img/cab_spain.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0.5;
	text-decoration: none;
}

#idioma_sp.selected,
#idioma_sp:hover{
	background-image: url(../img/cab_spain.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity: 1;
}

#idioma_uk{
	background-image: url(../img/cab_uk.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity: 0.5;
	text-decoration: none;
}

#idioma_uk.selected,
#idioma_uk:hover{
	background-image: url(../img/cab_uk.png);
	background-repeat: no-repeat;
	background-position: right;
	opacity: 1;
}

/***** MENU CABECERA *****/

#menu_cabecera{
	float: right;
	height: 20px;
	width: 774px;
	background-color: #002b5f;
	margin-top: 95px;
	border-bottom: 5px solid #ccc;
	color: #ddd;
}

#menu_cabecera ul{
	float: left;
	height: auto;
	width: auto;
	padding-left: 15px;
}

#menu_cabecera ul li{
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
}

#menu_cabecera ul li a{
	float: left;
	height: 17px;
	width: auto;
	color: #ddd;
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 3px;
	background-image: url(../img/flecha_menu_derecha.jpg);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

#menu_cabecera ul li a:hover{
	background-color: #4762BF;
}

#menu_cabecera ul li a.selected{
	background-image: url(../img/flecha_menu_abajo.jpg);
	background-color: #4762BF;
}

/***** MENU IZQUIERDA *****/

#menu_izquierda{
	float: left;
	height: 647px;
	width: 218px;
	background-color: #002b5f;
	margin-top: 0px;
	border-bottom: 5px solid #ccc;
	color: #ddd;
	padding-top: 20px;
	padding-bottom: 25px;
}

#menu_izquierda span{
	float: left;
	height: 14px;
	width: 183px;
	background-color: #fff;
	background-image: url(../img/flecha_derecha_titulo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #002b5f;
	padding-left: 35px;
	margin-bottom: 30px;
}

#menu_izquierda ul{
	float: left;
	height: auto;
	width: 218px;
}

#menu_izquierda ul li{
	float: left;
	height: auto;
	width: 218px;
	margin-bottom: 20px;
}

#menu_izquierda ul li a{
	height: 16px;
	width: 183px;
	color: #ddd;
	padding-left: 35px;
	padding-top: 0px;
	background-image: url(../img/flecha_menu_derecha.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: 15px 2px;
}

#menu_izquierda ul li a:hover{
	text-decoration: underline;
}

#menu_izquierda ul li a.selected{
	background-image: url(../img/flecha_menu_abajo.jpg);
	background-color: #4762BF;
}

/***** SUBMENUS *****/

#submenu_noticias_publicaciones,
#submenu_reconocimientos,
#submenu_areas,
#submenu_firma{
	width: 218px;
	height: auto;
	float: left;
}

#submenu_noticias_publicaciones ul li,
#submenu_reconocimientos ul li,
#submenu_areas ul li,
#submenu_firma ul li{
	width: 218px;
	height: auto;
	margin-bottom: 0;
	float: none;
}

#submenu_noticias_publicaciones ul li a,
#submenu_reconocimientos ul li a,
#submenu_areas ul li a,
#submenu_firma ul li a{
	float: left;
	height: auto;
	width: 175px;
	color: #ddd;
	padding-left: 35px;
	padding-top: 0px;
	background: none;
	margin-top: 10px;
}

#submenu_noticias_publicaciones ul li a.selected,
#submenu_reconocimientos ul li a.selected,
#submenu_areas ul li a.selected,
#submenu_firma ul li a.selected{
	background: none;
	text-decoration: underline;
}

/***** BREADCRUMBS *****/

#breadcrumb{
	width: 754px;
	float: left;
	height: 17px;
	background-color: #aaa;
	padding-left: 20px;
	padding-top: 3px;
	color: #002b5f;
}

#breadcrumb ul{
	float: left;
	width: auto;
	height: auto;
}

#breadcrumb ul li{
	float: left;
	width: auto;
	height: auto;
	margin-right: 5px;
	color: #fff;
}

#breadcrumb ul li a{
	color: #fff;
	text-decoration: underline;
}

#breadcrumb ul li a:hover{
	color: #002b5f;
}

/***** CONTENIDO *****/

#contenido{
	float: left;
	width: 754px;
	height: auto;
	padding-left: 20px;
	padding-top: 15px;
	overflow: hidden;
}

#imagen_seccion{
	float: left;
	width: 316px;
	height: auto;
	overflow: hidden;
	background-color: #ccc;
	padding: 10px;
	font-size: 10px;
	text-align: right;
	color: #888;
}

.formulario{
	float: left;
	width: 100%;
	height: auto;
	background-color: #ccc;
	margin-bottom: 25px;
	padding-top: 15px;
	padding-left: 15px;
}

.elemento_form{
	float: left;
	width: auto;
	height: auto;
	margin-bottom: 15px;
	color: #000;
	font-weight: bold;
}

.elemento_form img{
	float: left;
	border: 1px solid #555;
}

.linea_form{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.etiqueta{
	float: left;
	width: 100px;
	height: auto;
	padding-top: 3px;
}

.etiqueta_auto{
	float: left;
	height: auto;
	padding-top: 3px;
}

.input_form{
	float: left;
	width: 250px;
	height: auto;
}

.input_form_auto{
	float: left;
	width: auto;
	height: auto;
}

.submit{
	background: transparent;
	border: 0;
	background-image: url(../img/fondo_submit.gif);
	width: 116px;
	height: 20px;
	cursor: pointer;
}

.submit_en{
	background-image: url(../img/fondo_submit_en.gif);
}

/***** CONTACTO *****/
#contacto{
	width: 725px;
	height: auto;
	float: left;
	padding-left: 40px;
}

#contacto .direccion{
	float: left;
	width: 240px;
	height: auto;
}

/***** SITEMAP *****/
#sitemap_izq,
#sitemap_der{
	float: left;
	height: auto;
	width: 250px;
}

#sitemap_der{
	margin-left: 150px;
}

#sitemap_izq h2,
#sitemap_der h2{
	float: left;
	height: auto;
	width: 250px;
	background-color: #ccc;
	padding: 1px;
	text-decoration: none;
	font-size: 12px;
}

#sitemap_izq ul li,
#sitemap_der ul li{
	margin-top: 10px;
}

#sitemap_izq ul li a,
#sitemap_der ul li a{
	color: #555;
}

#sitemap_izq ul li a:hover,
#sitemap_der ul li a:hover{
	text-decoration: underline;
}

/***** PIE *****/

#pie{
	float: left;
	width: 992px;
	height: 125px;
	background-color: #D6DAD8;
	text-align: right;
	margin-top: 25px;
}

#logo_km0{
	float: left;
	width: 200px;
	height: 25px;
	text-align:left;
	padding-top: 75px;
	padding-left: 25px;
}

#datos_albors{
	float: left;
	width: 642px;
	height: 60px;
	text-align:left;
	background-color: transparent;
	text-align: right;
	padding-top: 65px;
	padding-right: 25px;
}

#imagen_inferior{
	float: left;
	width: 70px;
	height: 75px;
	padding-top: 50px;
	padding-left: 30px;
	background-image: url(../img/linea-inferior.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	text-align: left;
}





















