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

/****************************************************************
ESTILOS PARA LA PAGINA DE CONTACTO
****************************************************************/
#right form {
	margin: 20px 20px 20px 20px;
}
#right form ul {
	margin-bottom: 20px;
	padding: 0px;
}
#right form ul.error_list {
	padding: 0px;
	background-image: none;
	margin-bottom: 0px;
	margin-top: 7px;
}
#right form ul.error_list li {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
}
#right p.entradilla
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 0px;
	text-align: justify;
	color: #2F9F8D;
	padding: 10px;
}
#right p.disclaimer {
	text-align: justify;
	font-size: 0.9em;
	color: #2F9F8D;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#left p strong {
	color: #3B80C2;
}
#right form label {
	color: #2F9F8D;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 4px 0px;
	margin-top: 5px;
}
#right form input, #right form textarea {
	border:1px solid #888;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
#right form input#contacto_name, #right form input#contacto_email {
	width: 100%;
	font-size: 1.2em;
	padding: 2px;
}
#right form textarea {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1.2em;
	height: 100px;
}
#right form input.boton_verde {
	margin-top: 10px;
	float:right;
	border-width: 1px;
}
#right form .botonera {
	text-align: right;
	margin-top: 15px;
}





#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;
}



#right {
	width: 316px;
}
#left address {
	padding: 10px;
	font-size: 1.4em;
	color: #2E679E;
	line-height: 1.6em;
	text-align: center;
	font-style: normal;
	border-top: 1px solid #2E679E;
	margin-top: 20px;
}
* html #left address {
	font-size: 1.1em;
}
*+ html #left address {
	font-size: 1.1em;
}
#left address strong {
	font-size: 1.2em;
}
#left address img {
	border: 1px solid #2F9F8D;
	margin: 5px 0px;
}
p.gracias {
	text-align: center;
	font-size: 1.4em;
	color: #0186BD;
	line-height: 24px;
	margin: 60px 0px;
	font-weight: bold;
}