@charset "UTF-8";
/* CSS Document */

/****************************************************************
ESTILOS PARA LAS PAGINAS DE REGISTRO/CONECTARSE
****************************************************************/
#left form {
	margin: 20px 90px 20px 90px;
}
#left form ul {
	margin-bottom: 20px;
	padding: 0px 200px 0px 0px;
	background-image: url(../images/login_fondo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
*+ html #left form ul {
	padding-right: 150px;
}
*+ html #left form ul input {
	width: 160px;
}
* html #left form ul {
	padding-right: 150px;
}
* html #left form ul input {
	width: 160px;
}
#left form ul.error_list {
	padding: 0px;
	background-image: none;
	margin-bottom: 0px;
	margin-top: 7px;
}
#left form ul.error_list li {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
	width: 100% !important;
	margin-right:10px;
}

#left form div.error {
	font-size: 1.2em;
	padding: 5px;
	background-image: none;
	background-color: #EDADAD;
	margin-bottom: 0px;
	margin-top: 7px;
	font-weight: bold;
	border: 1px solid #c00;
}
#left form div.info {
	font-size: 1.2em;
	padding: 5px;
	background-image: none;
	background-color: #FAFCCE;
	margin-bottom: 0px;
	margin-top: 7px;
	font-weight: bold;
	border: 1px solid #E3E307;
}
#left p.entradilla
{
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: justify;
}
#left p.disclaimer {
	text-align: justify;
	font-size:1.1em;
	color: #666;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#left p strong {
	color: #3B80C2;
}
#left form label {
	color: #1C5D9D;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 4px 0px;
	margin-top: 5px;
}
#left form input {
	border:1px solid #1C5D9D;
	border-bottom-width: 2px;
	border-right-width: 2px;
}

#left form select {
	border-color:#1C5D9D;
	border-style:solid;
	border-width:1px 2px 2px 1px;
}
#left form input#usuario_usuario, #left form input#usuario_password {
	width: 80%;
	font-size: 1.2em;
	padding: 2px;
}
#left form textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1.2em;
	height: 140px;
}
#left form input.boton_azul {
	margin-top: 10px;
	float:right;
	border-width: 1px;
}
#left form .botonera {
	text-align: center;
	margin-top: 15px;
}
#left form a {
	font-size: 1.2em;
	display: block;
	margin-top: 20px;
	color: #1C5D9D;
	text-decoration: underline;
}





#left span
{
	background-image: url(../images/bordeazul_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-left: 7px;
	padding-top: 5px;
	
}

#left h2
{
	background-color: #2e679e;
	background-image: url(../images/bordeazul_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	height: 27px;
	overflow: hidden;
}
#left {
	height: 100%;
	overflow: hidden;
}
* html #left {
	float: left;
}

#left form label.required {
	font-size: 13px;
	color: black;
	font-weight: bold;
}
#left form.form_registro {
	margin: 5px 20px;
}
#left form.form_registro ul {
	background-position: right top;
}
#left form.form_registro ul li {
	float: left;
	width: 48%;
}
#left form.form_registro p.obligatorios {
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #2E679E;
	text-align: right;
}
#li_solicita_travelclub div {
	font-size: 12px;
	color: #1C5D9D;
}
ul.recordar {
	height: 120px;
	margin-bottom: 0px !important;
}
input#dato_email {
	width: 200px;
}