/* Estilos del sitio ehes */
/* Desarrollado por Kaleido Group */
/* http://www.kaleidogroup.com */

/* ---------------------  GENERAL ---------------------- */

h2,h3,ul { margin: 0; }
p { margin-bottom: 0; margin-top: 1em }
.rojo { color: #FF0000; }

body {
	margin: 0px;
	background: #e7e7e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contenedor {
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-top: none;
	background: #fff;
	display: table;
}


/* ---------------------  ENCABEZADO ---------------------- */

#encabezado, #encabezadoppp {
	width: 960px;
	height: 180px;
	background: url(img/fondo_encabezado.jpg) repeat-y;
	border-top: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
}

#encabezado h1, #encabezado h2, #encabezadoppp h1, #encabezadoppp h2 {
	width: 960px;
	height: 130px;
	display: none;
}

#encabezado a {
	display: block;
	width: 400px;
	height: 180px;
	background: url(img/logo_ehes.png) no-repeat;
}

#encabezadoppp a {
	display: block;
	width: 750px;
	height: 180px;
	background: url(img/logo_ehes_ppp.png) no-repeat;
}


/* ---------------------  CONTENIDO ---------------------- */

#contenido {
	width: 920px;
	margin: 0px 20px;
	background: #fff url(img/fondo_contenido.gif) repeat-y right;
	display: table;
}

/* ---------------------  BLOQUE IZQUIERDO -------------------- */

#bloque_izq {
	float: left;
}

/* ---------------------  MENU PRINCIPAL ---------------------- */

#menu {
	width: 180px;
	float: left;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	text-align: left;
}

#menu li {
	padding: 0px;
	margin: 0px;
	background-color: #ae0416;
	margin-bottom: 10px;
}

#menu li a {
	display: block;
	width: 150px;
	height: 30px;
	margin-left: 10px;
	border-left: 10px solid #fff;
	background-color: #e7e7e7;
	padding-left: 10px;
	line-height: 30px;
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #575757;
	color: #e7e7e7;
}

/* --------------------- TEXTOS ---------------------- */

#textos {
	float: left;
	width: 510px;
	margin: 0px 10px;
	padding-left: 20px;
}

#textos h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #ae0416;
	font-weight: normal;
}

#textos ul {
	margin-left: 20px;
	padding-left: 0;
	padding-top: 16px;
}

#textos li {
	line-height: 20px;
	list-style: url(img/bullet.gif);
	padding-bottom: 16px;
}

#textos p {
	line-height: 20px;
	padding-bottom: 20px;
}

#textos a {
	color: #666;
	text-decoration: underline;
}

#textos a:hover {
	color: #333	;
	text-decoration: underline;
}
/*
.linea_celeste {
	border-bottom: 1px solid #E7EBF1;
}
*/
/* --------------------- EXTRAS ---------------------- */

#extras {
	float: left;
	width: 170px;
	padding: 10px;
	background-color: #e7e7e7;
	text-align: right;
}

#extrasmenu {
	float: left;
	width: 170px;
	padding: 10px;
	background-color: #e7e7e7;
	text-align: left;
}

#extras img {
	width: 150px;
	border: 10px solid #fff; 
}

#extras p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
}

#extrasmenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* --------------------- PIE ---------------------- */

#pie {
	float: left;
	clear: both;
	width: 160px;
	padding: 10px 0 0 20px;
}

#texto_pie {
	color: #ae0416;
	line-height: 10px;
	font-size: 10px;
}

#texto_pie a {
	color: #ae0416;
	text-decoration: none;
}

#texto_pie a:hover {
	text-decoration: underline;
}

/* --------------------- FORMULARIO ---------------------- */

.form_texto {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	width: 200px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

.form_enviar {
	width: 50px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	cursor: pointer;
	border: 1px solid #CCCCCC;
}

/* --------------------- CIERRE ---------------------- */

#cierre {
	width: 920px;
	height: 10px;
	margin: 10px 20px 30px;
	background: #fff url(img/fondo_cierre.gif) repeat-y right;
	display: table;
}

/* --------------------- KALEIDO ---------------------- */

#kaleido {
	float: left;
	clear: both;
	width: 140px;
}

#kaleido h3 { 
	background: url(img/logo_kaleido_roll.gif) no-repeat;  /* Cargo la imagen de rollover del menú como preload */
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
} 

#kaleido a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 30px auto 20px;
	background: url(img/logo_kaleido.gif) no-repeat;
}

#kaleido a:hover {
	background: url(img/logo_kaleido_roll.gif) no-repeat;
}
