/*
	Cita Previa para la Automatrícula
	
	CSS: General
	
	12 - 2012
*/

/* =ESTILOS GENERALES */

* { margin: 0px; padding: 0px; }

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #546775;
	background-color: #FFF;
	}

h1, h2, h3, h4, h5, h6 {
	font: bold 11px/1.5em Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	}

p {
	margin: 0px 0px 10px 0px;
	}

a {
	color: #546775;
	text-decoration: none;
	}

a:hover {
	}

a img {
	border-width: 0px;
	}

em {
	font-style: normal;
	}

table {
	border-collapse: collapse;
	}

ul, ol {
	list-style: none;
	}

abbr, acronym {
	border: none;
	}

fieldset {
	border: none;
	}

legend {
	font-weight: bold;
	}

td, th {
	vertical-align: top;
	}

input, button, textarea, select {
	font-size: 11px;
	background-color: #f1f1f1;
	border-width: 1px;
	border-style: solid;
	border-top-color: #cdcdcd;
	border-left-color: #cdcdcd;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	color: #5E7EA7;
	}

input[type=checkbox], input[type=radio] {
	background: none;
	border: none;
	}

input[type=submit], input[type=reset], input[type=button] {
	line-height: 1.2em;
	font-weight: bold;
	border: 1px solid #003A77;
	padding: 0px 5px 0px 5px;
	}

input[type=text], input[type=password] {
	padding:1px 2px 2px 2px;
}

*.reemplazo_imagen {
	display: block;
	position: relative;
	margin: 0em;
	overflow: hidden;
	}

*.reemplazo_imagen *.img {
	display: block;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	}

*.reemplazo_imagen *.img_I {
	display: block;
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
*.reemplazo_imagen a, a.reemplazo_imagen {
	cursor: pointer;
	text-decoration: none;
	}

*.reemplazo_imagen a:hover, a.reemplazo_imagen:hover {
	text-decoration: none;
	}

*.reemplazo_imagen_elastico {
	display: block;
	position: relative;
	margin: 0em;
	}

*.reemplazo_imagen_elastico img {
	display: block;
	position: absolute;
	font-size: x-small;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	}

/* =MENU ACCESIBILIDAD */

#menu_accesibilidad {
	visibility: hidden;
	position: absolute;
	top: 0em;
	left: 0em;
	z-index: 0;
	width: 0em;
	height: 0em;
	}

/* =CONTENEDOR */

#contenedor {
	padding: 90px 0px 0px 213px;
	}

*.destacado_flecha_azul {
	background: url(../imagenes/flecha_azul.gif) 0px 2px no-repeat;
	display: block;
	padding: 2px 0px 0px 18px;
	font-weight: bold;
	}

label {
	display: block;
	margin-bottom: 5px;
	}

label strong {
	font-weight: normal;
	}

label em {
	font-weight: bold;
	}

/* LOGIN */
body#login {
	background: #F4F4F6 url(../imagenes/login_color_fondo.jpg) left top repeat-x;
	}

body#login #contenedor {
	position: relative;
	z-index: 1;
	width: 420px;
	min-height: 513px;
	margin: 160px auto 0px auto;
	padding: 0px;
	background-color: transparent;
	}

#cabecera_login {
	position: relative;
	height: 207px;
	top: 5px;
	/*background: transparent url(../imagenes/separador.gif) left bottom repeat-x;*/
	}

#CITAPREVIA_Login {
	position: absolute;
	bottom: 29px;
	left: 13px;
	width: 370px;
	height: 110px;
}

#CITAPREVIA_Login span.img {
	background-image: url(../imagenes/titulo_login_E.jpg);
}

#CITAPREVIA_Login span.img_I {
	background-image: url(../imagenes/titulo_login_I.jpg);
}

#form_login, #form_contacto, #form_faq {
	padding: 20px 35px 5px 22px;
	margin: 7px 1px 0px 0px;
	min-height:256px;
}

#campo_form_login_datos {
	margin: 0px 0px 0px 0px;
}

#campo_form_contacto_datos, #campo_form_faq_datos {
	margin: 0px 0px 10px 0px;
	}

#campo_form_login_datos label, #campo_form_contacto_datos label, #campo_form_faq_datos label {
	overflow: hidden;
	}

#campo_form_login_datos label strong, #campo_form_contacto_datos label strong, #campo_form_faq_datos label strong {
	display: block;
	float: left;
	padding:2px 0px 0px 0px;
	}

#campo_form_login_datos label strong {
	width: 34%;
	font-weight:bold;
}

#campo_form_contacto_datos label strong, #campo_form_faq_datos label strong {
	width: 66px;
}

#campo_form_login_datos label input {
	width: 64%;
}

#campo_form_login_datos label select {
	width: 65%;
}

#campo_form_faq_datos label input,
#campo_form_contacto_datos label input {
	width: 287px;
}

#campo_form_contacto_datos label textarea {
	width: 288px;
	height: 120px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}

#campo_form_contacto_datos label select,
#campo_form_faq_datos label select {
	width: 288px;
}

#campo_form_login_acciones {
	overflow: hidden;
	margin: 0px 1px 13px 0px;
	}

#campo_form_contacto_acciones {
	overflow: hidden;
	margin: 0px 5px 22px 0px;
	}

#campo_form_login_acciones input, #campo_form_contacto_acciones input {
	float: right;
	margin: 0px 0px 0px 7px;
	}
/*
#form_faq h3#faq {
	margin:18px 0px 10px 0px;
}
*/
#form_faq .lista_texto li p {
	text-align:left;
}

#form_faq .lista_texto li h4 {
	margin:0px 0px 3px 0px;
}

#form_contacto p {
	margin:7px 0px 3px 0px;
}

input.boton_login {
	display: block;
	width: 84px;
	height: 22px;
	background: url(../imagenes/fondo_boton_login.jpg) left top no-repeat;
	color: #ffffff;
	line-height: 1.1em;
	border: none;
	padding: 0px 2px 2px 0px;
	}

div#login_tools {
	font-weight: bold;
	}

#login_idioma_espanol {
	background: url(../imagenes/flag_es.png) 10px 2px  no-repeat;
	padding:0px 0px 0px 33px;
}

#login_idioma_ingles {
	background: url(../imagenes/flag_gb.png) 9px 2px no-repeat;
	padding:0px 0px 0px 31px;
}

#login_mail {
	background: url(../imagenes/ico_mail.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 20px;
}

#login_faq {
	background: url(../imagenes/ico_help.png) 0px 2px no-repeat;
	padding: 1px 0px 0px 21px;
}

#login_idioma_espanol,
#login_idioma_ingles {
	border-left:1px solid #a2b5c4;
}

#login_idioma_espanol {
	margin:0px 0px 0px 5px;
}

#login_idioma_ingles {
	margin:0px 0px 0px 4px;
}

#login_mail:hover,
#login_faq:hover,
#login_idioma_espanol:hover,
#login_idioma_ingles:hover {
	color: #81A5CF;
	cursor:pointer;
}

#fondo_login {
	position: absolute;
	left: -2px;
	top: 0px;
	margin: 0 auto;
	z-index: 0;
	display: block;
	width: 100%;
	height: 730px;
	background: url(../imagenes/login_cita_previa.jpg) center top no-repeat;
	}

#login p {
	text-align:justify;
}

#login_error, #login_error_contacto, #login_nota {
	position: absolute;
	left: 390px;
	width: 214px;
	height: 134px;
	background: url(../imagenes/login_error_fondo.png) left top no-repeat;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	}

#login_error {
	top: 220px;
}

#login_error_contacto {
	top: 281px;
	}

#login_nota {
	background: url(../imagenes/login_nota_fondo.png) left top no-repeat;
}

#login_error a, #login_nota a  {
	color: #FFF;
	}

#login_error h2, #login_error_contacto h2 {
	margin: 26px 31px 0px 60px;
	text-transform: uppercase;
	}

#login_error p, #login_error_contacto p {
	margin: 4px 15px 0px 36px;
	text-align:left;
	}

#login_nota h2 {
	background: url(../imagenes/flecha_azul.gif) 3px 1px no-repeat;
	margin: 15px 31px 0px 31px;
	padding: 0px 0px 0px 20px;
	text-transform: uppercase;
	}

#login_error_contacto a {
	color: #FFF;
	}

#login_nota p {
	margin: 4px 30px 0px 36px;
	text-align:left;
}

#enlace_FAQ {
	padding: 1px 0px 10px 20px;
	background: transparent url(../imagenes/ico_help.png) 0px 0px no-repeat;
/*	color:#8d8c8b;*/
}

#enlace_FAQ:hover {
	color: #81A5CF;
}

.enlace {
	background: url(../imagenes/flecha_azul.gif) 0px 1px no-repeat;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	border: none;
	cursor:pointer;
	display:block;
	height:17px;
	}

.enlace:hover {
	color: #81A5CF;
	}
	
ul#lista_faq li {
	background: url(../imagenes/menu_seccion_item.gif) 0px 5px no-repeat;
	padding: 0px 0px 0px 0px;
	border: none;
}

ul#lista_faq li a {
	margin: 0px 0px 5px 10px;
/*	color:#8d8c8b;*/
}

ul#lista_faq li a:hover {
	color: #81A5CF;
}

ul#lista_faq li h4 {
	text-indent: 8px;
	margin: 0px 0px 5px 0px;
}

ul#lista_faq li p {
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.advertencia {
	background:#ffffff url(../imagenes/error.png) 15px 4px no-repeat;
	color:#656565; 
	font-size:10px; 
	font-weight:bold; 
	padding:4px 15px 4px 36px;
	border:2px solid #F5F5F5;}	