/*--------------------- RESET CSS ---------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*--------------------- GENERAL ---------------------*/
.clear {
	clear: both;
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*--------------------- LAYOUT ---------------------*/
html {
	font-size: 62.5%;
}

html,body {
	height: 100%;
}

body {
	background-color: #ECECEC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #474646;
}

#supercontenedor {
	width: 100%;
	background: #FFF url(/img/all/bg_cabecera_degradado.jpg) repeat-x 0 0;
}

#supercontenedor_in {
	background: url(../img/all/bg_cabecera_brillo.jpg) no-repeat center top;
}

#supercontenedor_in {
	background: url(/img/all/bg_cabecera_brillo.jpg) no-repeat center top;
	margin-bottom: -3em;
	position: relative;
}

#cabecera {
	height: 7em;
	width: 98.2em;
	margin: 0 auto;
}

h2 {
	font-size: 3em;
	color: #002b76;
	padding: 1em 0 0.2em;
}

h3 {
	font-size: 2.5em;
	font-weight: bold;
	color: #002b76;
}

h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #002b76;
	padding: 0.5em 0;
}

/*--------------------- CONTENIDO ---------------------*/
#contenido {
	width: 98.2em;
	margin: 0 auto;
}

#contenido_top {
	background: transparent url(/img/all/bg_contenido_top.png) no-repeat
		center top;
	height: 1.5em;
}

#contenido_mid {
	background: transparent url(/img/all/bg_contenido_mid.png) repeat-y
		center top;
	padding: 2em;
	position: relative;
	min-height: 50em;
}

#contenido_bot {
	background: transparent url(/img/all/bg_contenido_bot.png) no-repeat
		center top;
	height: 1.5em;
}

/*idioma*/
#idioma {
	text-align: right;
	padding: 0.5em;
}

#idioma a {
	color: #b8b9ba;
	text-decoration: none;
	text-align: right;
	padding: 0.3em 0.4em;
}

#idioma a.idioma_activo {
	color: #fff;
	background-color: #2e5991;
}

/*-------columna lateral---------*/
#columna_lateral {
	background: url(/img/all/bg_menu.png) no-repeat center top;
	width: 15.5em;
	min-height: 49.1em;
	padding: 4em 2.2em 1em 2.4em;
	display: inline;
	margin-top: -10.8em;
	position: absolute;
	left: 2em;
}

/*-------- menu de navegacion --------*/
#menu {
	margin: 1.5em 0 1em;
}

#menu li {
	display: block;
	color: #626262;
}

#menu li a {
	text-decoration: none;
	color: #626262;
	font-size: 1.2em;
}

#menu ul li a {
	font-size: 1.1em;
}

#menu li .seleccionado a {
	color: #002b76;
	font-weight: bold;
}

#menu li .categoria_principal {
	display: block;
	height: 1.8em;
	padding-top: 0.8em;
	border-bottom: 0.1em solid #e5e5e5;
	background: url(/img/all/bullet_menu_li_off.gif) no-repeat 11.6em 0.8em;
	overflow: hidden;
}

#menu li .categoria_principal.superior {
	/*border-top:0.1em solid #e5e5e5;*/
	
}

#menu li .categoria_principal.desplegado {
	border-bottom: 0;
	background-image: url(/img/all/bullet_menu_li_on.gif);
	color: #002b76;
	color: #002b76;
	font-weight: bold;
}

#menu li li {
	font-size: 1.2em;
	height: 1.8em;
	padding: 0.8em 0.9em 0;
	border-bottom: 0.1em dashed #CCC;
}

#menu li.superior {
	background: url(/img/all/bg_menu_li_top.gif) repeat-x left top;
}

#menu li.inferior {
	background: url(/img/all/bg_menu_li_bot.gif) repeat-x left bottom;
	border-bottom: 0;
}

/*banners en el menu*/
.menu_banner {
	display: block;
	margin-bottom: 1em;
}

/*-----------columna principal--------------*/
#columna_principal {
	display: inline;
	float: left;
	width: 72.6em;
	margin-left: 21.5em;
	overflow: hidden;
}

/*Volver*/
a.volver {
	color: #626262;
	padding: 0.2em 0.2em 0.2em 1.2em;
	border: 1px solid #e5e5e5;
	width: 3.2em;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/all/bullet_volver.gif) no-repeat 0.5em 0.5em;
}

a.volver:hover {
	color: #1d4272;
	border: 1px solid #1d4272;
	background: url(/img/all/bullet_volver_hover.gif) no-repeat 0.5em 0.5em;
}

.ampliar {
	color: #626262;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	border-bottom: 0.1em solid #e5e5e5;
	padding: 0.3em 0;
	background: url(/img/all/icono_ampliar.gif) no-repeat right center;
}

/*migas*/
#migas {
	font-size: 1.1em;
}

#migas a {
	color: #474646;
}

#migas span {
	color: #002b76;
}

/*estructura*/
.cabecera {
	margin-bottom: 1.5em;
}

.columnaIzquierda {
	float: left;
	display: inline;
}

.columnaIzquierda .volver {
	position: relative;
	display: block;
	margin: 1em 0 -2em;
}

.columnaDerecha {
	float: left;
	width: 52.4em;
	display: inline;
	overflow: hidden;
}

.columnaDerecha h3 {
	margin-top: 1em;
}

.columnaDerecha p {
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 0.5em;
}

.descripcion {
	padding: 1em 0 3.5em;
}

/*----------- pie --------------*/
#pie {
	padding: 5em 0 5em;
	background: #ECECEC;
}

#pie_contenido {
	width: 98.2em;
	margin: 0 auto;
	color: #6a6767;
	font-size: 1em;
	overflow: hidden;
	padding-bottom: 1em;
}

#pie_contenido p {
	float: left;
	padding-left: 0.5em;
	padding-bottom: 1em;
	margin-top: 0.65em;
}

#pie_menu {
	text-align: right;
	display: block;
	padding-right: 0.5em;
}

#pie_menu li {
	display: inline;
}

#pie_menu a {
	text-decoration: none;
	color: #2e5991;
}

#pie_menu li img {
	margin: 0 0 -7px 5px;
}

/*--- Contacto ---*/
.contacto form {
	font-family: Arial, Helvetica, sans-serif;
	color: #181819;
	margin-top: 2em;
}

.contacto fieldset {
	text-align: left;
}

.contacto fieldset label {
	width: 10.3em;
	display: block;
	float: left;
}

.contacto fieldset label,.estuche fieldset input {
	vertical-align: middle;
}

.contacto fieldset input {
	width: 18em;
	margin-bottom: 0.5em;
	border: 0.1em solid #d8d8d8;
	padding: 0.2em;
}

.contacto form .enviar {
	background-color: #585858;
	border: 0.1em solid #827f7f;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-left: 7.7em;
	margin-top: 1em;
}

.contacto form p.error {
	color: red;
	font-size: 1em;
	margin: 0 0 1em 10.4em;
}

.contacto form img.captcha {
	margin: 0 0 0.5em 0;
}

.contacto form textarea {
	width: 18.4em;
	height: 12em;
	margin-bottom: 0.5em;
	border: 0.1em solid #d8d8d8;
	padding: 0.2em;
}

.contacto form img.captcha {
	margin: 0 0 0.5em 10.5em;
}

/*--- Privacidad y condiciones ---*/
.privacidad .columnaUnica ul {
	padding-left: 1em;
	margin-bottom: 0.5em;
	list-style-type: disc;
	list-style-position: inside;
}

.privacidad .columnaUnica ul li {
	font-size: 1.1em;
	line-height: 150%;
}

.privacidad .columnaUnica a {
	color: #474646;
}

/*--- Comprobar pasaporte ---*/
.comprobar_pasaporte form {
	font-family: Arial, Helvetica, sans-serif;
	color: #181819;
	margin-top: 2em;
}

.comprobar_pasaporte fieldset {
	text-align: left;
}

.comprobar_pasaporte fieldset label {
	width: 10.3em;
	display: block;
	float: left;
}

.comprobar_pasaporte fieldset label,.estuche fieldset input {
	vertical-align: middle;
}

.comprobar_pasaporte fieldset input {
	width: 18em;
	margin-bottom: 0.5em;
	border: 0.1em solid #d8d8d8;
	padding: 0.2em;
}

.comprobar_pasaporte form .enviar {
	background-color: #585858;
	border: 0.1em solid #827f7f;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-left: 7.7em;
	margin-top: 1em;
}

.comprobar_pasaporte form p.error {
	color: red;
	font-size: 1em;
	margin: 0 0 1em 10.4em;
}

.comprobar_pasaporte form img.captcha {
	margin: 0 0 0.5em 0;
}
