html, body {
	height: 100%;
	margin: 0;
	width: 100%;
}

#caja {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.centrado {
	background: #e0dfdf;
	display: table-cell;
	height: 100%;
	margin: 0 auto;
	padding: 0 10px;
	vertical-align: middle;
}

#contenedor {
	background-image: url('../img/fondo4b.gif');
	background-position: 0px 26px;
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight: bold;
	height: 530px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	width: 950px;
}

h1 {
	height: 0;
	margin: 0;
}

h2 {
	color: #f26522;
	font-size: 12px;
	margin: 0;
}

/* Partes fijas */

#cabecera {
	background: url('../img/fondo_cabecera.jpg');
	height: 50px;
	width: 950px;
}

#cabecera_menu {
	font-weight: normal;
	height: 20px;
	margin-left: 630px;
	margin-top: 22px;
	position: absolute;
	text-align: right;
	width: 300px;
}

#cabecera_menu a {
	color: #666666;
	padding-bottom: 2px;
	text-decoration: none;
}

#cabecera_menu a:hover {
	border-bottom: 2px solid #666666;
}

#cabecera_menu span {
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 2px solid #666666;
}

#menu_superior {
	background: #000000;
	color: #ffffff;
	height: 20px;
	width: 940px;
	padding-left: 10px;
	padding-top: 6px;
}

#menu_superior a {
	color: #cccccc;
	text-decoration: none;
}

#menu_superior a:hover {
	color: #ffffff;
}

#menu_superior span {
	color: #ffffff;
}

#contenido_inicio {
	background: url('../img/fondo_index.jpg');
	height: 456px;
	width: 950px;
}

#contenido {
	height: 430px;
	width: 950px;
}

#pie {
	background-color: #ffffff;
	border-top: 1px solid #666666;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	height: 19px;
	padding-top: 4px;
	text-align: center;
	width: 950px;
}

#pie a {
	color: #666666;
}

#pie a:hover {
	text-decoration: none;
}

.texto_seccion {
	color: #000000;
	font-weight: normal;
	text-align: justify;
}

ol.lista_abc {
	font-weight: bold;
	list-style-type: lower-latin;
	margin: 0;
	margin-top: 12px;
	padding-left: 20px;
}
ol.lista_abc li {
	margin-bottom: 2px;
}

ol.lista_abc span {
	font-weight: normal;
}

a.ver_principio {
	color: #666666;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.ver_principio:hover {
	text-decoration: underline;
}

a.ver_mas {
	color: #f26522;
}

a.ver_mas:hover {
	text-decoration: none;
}

/* Index menu */

span.ideas {
	color: #f26522;
}

#menu_index {
	color: #ffffff;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	height: 300px;
	line-height: 18px;
	margin-left: 40px;
	margin-top: 40px;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 220px;
}

#menu_index a {
	background: url('../img/cuadrado.png') 0px 2px no-repeat;
	color: #fdda06;
	font-family: Arial, Verdana;
	font-size: 15px;
	line-height: 21px;
	padding-left: 18px;
	text-align: left;
	text-decoration: none;
}

#menu_index a:hover {
	background: url('../img/cuadrado_hover.png') 0px 2px no-repeat;
	color: #99c253;
}

/* Geotermia */

a#titulo_geotermia {
	background: #53a6d2;
	color: #ffffff;
	display: none;
	height: 24px;
	margin-left: 20px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_geotermia {
	background: url('../img/cuerpo_geotermia.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 20px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_geotermia_hover {
	background: url('../img/cuerpo_geotermia_hover.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 20px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

/* I+D+I */

a#titulo_idi {
	background: green;
	color: #ffffff;
	display: none;
	height: 24px;
	margin-left: 206px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_idi {
	background: url('../img/cuerpo_idi.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 206px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_idi_hover {
	background: url('../img/cuerpo_idi_hover.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 206px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

/* Energia */

a#titulo_energia {
	background: #b52a27;
	color: #ffffff;
	display: none;
	height: 24px;
	margin-left: 392px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_energia {
	background: url('../img/cuerpo_energia.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 392px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_energia_hover {
	background: url('../img/cuerpo_energia_hover.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 392px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

/* Instalaciones */

a#titulo_instalaciones {
	background: #5370c3;
	color: #ffffff;
	display: none;
	height: 24px;
	margin-left: 578px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_instalaciones {
	background: url('../img/cuerpo_instalaciones.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 578px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_instalaciones_hover {
	background: url('../img/cuerpo_instalaciones_hover.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 578px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

/* Mantenimiento */

a#titulo_mantenimiento {
	background: #d17206;
	color: #ffffff;
	display: none;
	height: 24px;
	margin-left: 764px;
	margin-top: 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_mantenimiento {
	background: url('../img/cuerpo_mantenimiento.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 764px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

a#cuerpo_mantenimiento_hover {
	background: url('../img/cuerpo_mantenimiento_hover.jpg');
	color: #ffffff;
	display: none;
	height: 382px;
	margin-left: 764px;
	margin-top: 54px;
	position: absolute;
	text-decoration: none;
	width: 166px;
}

/* Comunes */

span.titulo_contenido {
	display: block;
	height: 19px;
	padding-top: 5px;
}

span.cuerpo_contenido {
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 382px;
	width: 166px;
}

span.cuerpo_contenido_hover {
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 362px;
	padding: 10px;
	width: 146px;
}

/* Grupo Sapje */

#grupo_sapje_datos {
	font-weight: normal;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
}

#grupo_sapje_mapa {
	border: 1px solid #000000;
	height: 390px;
	margin-left: 280px;
	margin-top: 20px;
	position: absolute;
	width: 650px;
}

#grupo_sapje_datos a {
	color: #000000;
}

#grupo_sapje_datos a:hover {
	text-decoration: none;
}

/* Noticias */

#noticias {
	font-weight: normal;
	height: 390px;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: auto;
	padding-right: 20px;
	position: absolute;
	text-align: justify;
	width: 890px;
}

h2.indice_noticias {
	color: #000000;
	margin-bottom: 20px;
}

#noticias img {
	border: 0;
}

a.titular {
	color: #f26522;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.titular:hover {
	text-decoration: underline;
}

span.fecha {
	font-size: 11px;
	font-weight: normal;
}

.flotar_izq_noticias {
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

a.fuentes {
	color: #f26522;
}

a.fuentes:hover {
	text-decoration: none;
}

/* Aviso legal */

#aviso_legal {
	background: #ffffff;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: normal;
	height: 368px;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	width: 888px;
}

#aviso_legal a {
	color:#524a2b;
}

#aviso_legal p {
	margin-top:0px;
	color:#524a2b;
	text-align:justify;
}

#aviso_legal .titulos {
	color: #666666;
	font-size:13px;
	font-weight:bold;
}

#aviso_legal .subtitulos {
	color: #666666;
	font-size:12px;
	font-weight:bold;
}

/* CSS Y XHTML */

a.css_xhtml {
	background: url('../img/ok.gif') no-repeat;
	color: #666666;
	height: 24px;
	padding-left: 19px;
	padding-bottom: 2px;
}

/* PROMOCION CALDERAS 2010 */

a.promocion_calderas {
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
}

a.promocion_calderas:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #5370c3;
}
