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

/****************************************************************
ESTILOS PARA LA PAGINA DE EMPLEO
****************************************************************/
#left form {
	margin: 20px 50px;
}
#left form ul {
	margin-bottom: 20px;
	padding: 0px 200px 0px 0px;
	background-image: url(../images/empleo_fondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#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;
}
#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: 5px 0px;
	margin-top: 5px;
}
#left form input, #left form textarea {
	border:1px solid #1C5D9D;
	border-bottom-width: 2px;
	border-right-width: 2px;	
}
#left form input#empleo_name, #left form input#empleo_email, #left form #empleo_attach {
	width: 100%;
	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;
}
ul.error_list li {
	font-size: 1.4em;
	color: #C00;
	font-weight: bold;
}





#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;
}
p.gracias {
	text-align: center;
	font-size: 1.4em;
	color: #0186BD;
	line-height: 24px;
	margin: 60px 0px;
	font-weight: bold;
}