h1 {
	font-size: 2.2em;
	color: #005581;
	font-style: italic;
	}
#cuerpo h2 {
	font-size: 2.2em;
	color: #005581;
	font-style: italic;
	line-height: 1em;
	margin: 0 0 .5em 0;
	}
#cuerpo h3 {
	font-size: 1.6em;
	color: #2BABD5;
	line-height: 1em;
	margin: 0 0 .5em 0;
	}
#cuerpo p {
	line-height: 1.5em;
	margin: 0 0 .75em 0;
	}
#cuerpo a {
	color: #005581;
	}
#cuerpo a:hover {
	text-decoration: none;
	}
#cuerpo a:visited {
	color: #90ADBB;
	}
#cuerpo ul {
	padding: 0 0 .7em 10px;
	}
#cuerpo ul li {
	background-image: url(../images/css_li.gif);
	background-position: 1px .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	}


/* ESPECÍFICO DE FORMULARIO DE CONTACTO */
div.contacto {
	padding-top: 1em;
	}
div.contacto fieldset {
	border: none;
	}
div.contacto legend {
	display: none;
	}
div.contacto label {
	float: left;
	display: block;
	width: 180px;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
	}
div.contacto input {
	color: #796213;
	background-color: #FFFDF4;
	border: 1px solid #C39F21;
	width: 400px;
	}
div.contacto input.enfocado {
	border: 1px solid #A7850F !important;
	background-color: #FCF4D6;
}
div.contacto textarea {
	color: #796213;
	background-color: #FFFDF4;
	border: 1px solid #C39F21;
	width: 400px;
	}
div.contacto textarea.enfocado {
	border: 1px solid #A7850F !important;
	background-color: #FCF4D6;
}
div.contacto input.error {
	border: 1px solid #E09E9E !important;
	background-color: #FFFCFC !important;
	}
div.contacto textarea.error {
	border: 1px solid #E09E9E !important;
	background-color: #FFFCFC !important;
	}
div.contacto span.txt_error {
	display: block;
	margin-left: 270px;
	color: #A05D5D;
	font-size: 95%;
	font-style: italic;
	}
div.contacto .mensajes_error {
	width: 60%;
	margin: 1em auto 2em auto;
	border: 2px solid #C00000;
	padding: 20px 50px 15px 50px;
	background-color: #F7F6F3;
	color: #C00000;
	}
div.contacto .mensajes_error p.tit {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: .3em;
	}
div.contacto .mensajes_ok {
	width: 60%;
	margin: 1em auto 2em auto;
	border: 2px solid #00C000;
	padding: 20px 50px 15px 50px;
	background-color: #F7F6F3;
	}
div.contacto .mensajes_ok p.tit {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #00C000;
	}
div.contacto .botones {
	margin-left: 200px;
	}
form#form_contacto input.boton_enviar {
	width: auto;
	border: none;
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
}
form#form_contacto span.simula_boton_01 {
	float: left;
}
span.simula_boton_01 {
	float: right;
    background-color: #FE6700;
    background-image: url(../images/css_fnd_boton01_01.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
span.simula_boton_01:hover {
    background-image: url(../images/css_fnd_boton01_01o.gif);
    background-color: #885033;
	color: #FFFFFF;
}
span.simula_boton_01 span {
    display: block;
    background-image: url(../images/css_fnd_boton01_02.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
span.simula_boton_01 span span {
    background-image: url(../images/css_fnd_boton01_02.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
span.simula_boton_01 span span span {
    background-image: url(../images/css_fnd_boton01_02.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
span.simula_boton_01 span span span span {
    padding: .1em .6em ;
    background-image: url(../images/css_fnd_boton01_02.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

/* ESPECÍFICOS DE UBICACIÓN */
#ubicacion {
	}
#ubicacion div.linea_01 {
	background-image: url(../images/css_fnd_ubicacion.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
#ubicacion div.linea_01 div.linea_01_fin {
	background-image: url(../images/css_fnd_ubicacion_fin.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	height: 1px;
	font-size: .000001em;
	line-height: .000001em;
	}
#ubicacion div.linea_02 {
	clear: both;
/*	padding: 0; PARA IE 6 y 7 */
	padding: 30px 0 0 0;
/*	margin: 30px 0 0 0; PARA IE 6 y 7 */
	margin: 0;
	}
#ubicacion div.bloque {
	float: left;
	width: 235px;
	padding: 4px 0 4px 20px;
	}
#ubicacion div.bloquefoto {
	float: left;
	width: 247px;
	padding: 4px 5px 4px 4px;
	}
#ubicacion div.borde {
	border-right: 1px solid #DADADA;
	}
#ubicacion p {
	padding: 0;
	margin: 0;
	}
#ubicacion h3 {
	color: #B18F16;
	margin: .5em 0;
	}

/* ESPECÍFICOS DE UBICACIÓN */


/* ESPECÍFICOS DE PERFIL DEL CONTRATANTE */
#cuerpo ul li#contratos {
	float: left;
	margin: 50px 20px 0 20px;
	width: 297px;
	height: 165px;
	background-image: url(../images/css_contratos.png);
	background-repeat: no-repeat;
	}
#cuerpo ul li#contratos a {
	display: block;
	width: 297px;
	height: 65px;
/*	padding: 90px 0 0 15px; PARA IE 6 */
	padding: 100px 0 0 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
#cuerpo ul li#contratos a:hover {
	text-decoration: underline;
	}
#cuerpo ul li#contratos a span {
/*	background-color: #439004; PARA IE 6 y 7 */
	background-color: #4F9A06;
	}
#cuerpo ul li#contratacion {
	float: left;
	margin: 50px 20px 0 20px;
	width: 297px;
	height: 165px;
	background-image: url(../images/css_contratacion.png);
	background-repeat: no-repeat;
	}
#cuerpo ul li#contratacion a {
	display: block;
	width: 297px;
	height: 65px;
/*	padding: 90px 0 0 15px; PARA IE 6 */
	padding: 100px 0 0 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
#cuerpo ul li#contratacion a:hover {
	text-decoration: underline;
	}
#cuerpo ul li#contratacion a span {
/*	background-color: #439004; PARA IE 6 y 7 */
	background-color: #4F9A06;
	}
	
#cuerpo ul li#empleoD {
	float: left;
	margin: 10px 20px 50px 20px;
	width: 297px;
	height: 165px;
	background-image: url(../images/css_contratacion.png);
	background-repeat: no-repeat;
	}
#cuerpo ul li#empleoD a {
	display: block;
	width: 297px;
	height: 65px;
/*	padding: 90px 0 0 15px; PARA IE 6 */
	padding: 100px 0 0 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
#cuerpo ul li#empleoD a:hover {
	text-decoration: underline;
	}
#cuerpo ul li#empleoD a span {
/*	background-color: #439004; PARA IE 6 y 7 */
	background-color: #4F9A06;
	}#cuerpo ul li#contratacion {
	float: left;
	margin: 50px 20px 0 20px;
	width: 297px;
	height: 165px;
	background-image: url(../images/css_contratacion.png);
	background-repeat: no-repeat;
	}
#cuerpo ul li#empleo {
	float: left;
	margin: 10px 20px 0 20px;
	width: 297px;
	height: 165px;
	background-image: url(../images/css_empleo.png);
	background-repeat: no-repeat;
	}
#cuerpo ul li#empleo a {
	display: block;
	width: 297px;
	height: 65px;
/*	padding: 90px 0 0 15px; PARA IE 6 */
	padding: 100px 0 0 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
#cuerpo ul li#empleo a:hover {
	text-decoration: underline;
	}
#cuerpo ul li#empleo a span {
/*	background-color: #439004; PARA IE 6 y 7 */
	background-color: #4F9A06;
	}
#cuerpo span.boton_empleo {
	position: absolute;
	top: 80px;
	left: 440px;
	display: block;
	height: 36px;
	width: 182px;
	background-image: url(../images/css_galeria.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 20px;
	cursor: pointer;
	text-decoration: none;
	}
#cuerpo span.boton_empleo:hover {
	text-decoration: underline;
	}
#cuerpo span.boton_empleo2 {
	position: absolute;
	top: 330px;
	left: 500px;
	display: block;
	height: 36px;
	width: 182px;
	background-image: url(../images/css_galeria.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0 0 20px;
	cursor: pointer;
	text-decoration: none;
	}
#cuerpo span.boton_empleo2:hover {
	text-decoration: underline;
	}
	
#cuerpo p.contratacion_motivo {
/*	margin: 40px 0 0 75px; PARA IE 6 */
	margin: 40px 0 0 49px;
	}

/* ESPECÍFICOS DE QUÉ ES IZFE */
#cuerpo div.galeria {
/*  Con javascript activado
	position: absolute;
	top: 0;
	left: -8000px;
*/
	}
#foto_galeria {
	position: relative;
	top: 0;
	left: 0;
	}
#cuerpo span.simula_boton {
/*	Ver versión para javascript */
	position: absolute;
	top: 0;
	left: -8000px;
	color: #000;
	cursor: pointer;
	}

