/* Este codigo es para forzar a los navegadores a mostrar la barra de scroll vertical */
:root {
 overflow-y: scroll !important;
}
/**************************************************************************************/
/* Estilos genericos de la pagina*/

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	color: #010101;
}

a {
	color: #4E2A28;
}

a img {
	border: 0px;
}

a:hover {
	color: #F79646;
}

#contenedor {
	width: 990px;
	margin: auto;
}

#nota_pie {
	text-align: center;
	font-size: 11px;
	color: #686868;
	vertical-align: bottom;
	padding-bottom: 2px;
}

#nota_pie a {
	color: #686868;
}

#mail_nota_pie {
	color: #999999;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Caja envolvente */

#cab_caja {
	background-image: url(../../imagenes/top.jpg);
	width: 990px;
	height: 50px;
}

#i_caja {
	background-image: url(../../imagenes/left.jpg);
	width: 60px;
}

#d_caja {
	background-image: url(../../imagenes/right.jpg);
	width: 60px;
}

#pie_caja {
	background-image: url(../../imagenes/bottom.jpg);
	width: 990px;
	height: 42px;
}

.contenido_caja {
	width: 870px;
	padding: 0px 0px 0px 0px;
}


/* Elementos de la pagina */

#titulo {
	font-size: 25px;
	font-weight: bolder;
	width: 500px;
	color: #3C1F01;
}

#cab_izq{
	float: left;
	width: 714px;
	height: 139px;
}

#logo {
	float: left;
	position: relative;
	top: -30px;
	width: 156px;
	height: 139px;
}

#bar {
	font-size: 12px;
	margin-top: 18px;
	font-weight: bold;
	color: #4E2A28;
}

.campo {
	margin: 0px 0px 11px 0px;
}

.clearboth {
	clear: both;
}

#nombre {
	float: left;
	width: 360px;
}

#inp_nombre {
	width: 343px;
}

#apellidos {
	float: left;
	width: 510px;
}

#inp_apellidos {
	width: 503px;
}

#direccion {
	float: left;
	width: 526px;
}

#inp_direccion {
	width: 510px;
}

#codigo {
	float: left;
	width: 111px;
}

#inp_codigo {
	width: 95px;
}

#poblacion {
	float: left;
	width: 233px;
}

#inp_poblacion {
	width: 233px;
}

#email {
	float: left;
	width: 625px;
}

#inp_email {
	width: 608px;
}

#tel {
	float: left;
	width: 245px;
}

#inp_tel {
	width: 238px;
}

.campo_textarea {
	margin: 0px 0px 15px 0px;
}

.textarea {
	width: 863px;
	height: 30px;
}

#trabajos {
	margin: 0px 15px 15px 0px;
}

#bloque_inp_trabajos {
	float: left;
	width: 278px;
}

#inp_trabajos {
	width: 80%;
	margin-right: 10px;
}

#bloque_lista_trabajos {
	float: left;
	width: 270px;
}

#lista_trabajos {
	margin-top: 5px;
	color: #777777;
}

#cv {
	float: left;
	width: 222px;
}

#mensaje_error {
	display: none;
	color: #FF0000;
	font-weight: bolder;
	padding-top: 15px;
}

#mensaje_error_politica {
	display: none;
	color: #FF0000;
	font-weight: bolder;
	padding-left: 31px;
}

.caja_mensaje {
	font-size: 12px;
	height: 30px;
	padding: 50px;
	width: 100%;
}

#check_legal_inp {
	width: 30px;
	float: left;
}

#check_legal_label {
	width: 500px;
	float: left;
	padding-top: 3px;
}

#input_submit {
	text-align: center;
	margin-top: 7px;
}

#nota_legal {
	text-align: justify;
	width: 863px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}

.parrafo_grande {
	font-size: 14px;
}

.bebop_bold {
	color: #4E2A28;
	font-weight: bold;
}
