* {
margin: 0;
}

HTML {
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
}

BODY {
	height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFFFFF;
	font-size: 16px;
	background-image: url(../imagenes/fondo-body.jpg);
	background-repeat:  repeat-y;
	background-position: center;
}
h1 {
	color: #661155;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 24px;
	line-height: 26px;
}
h2 {
	color: #66bb99;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 20px;
	line-height: 22px;
}
P {
	font-size: 16px;
	line-height:22px;
	color:#666666;
	margin: 0 0 22px 0;
}
ul {
	padding: 10px;
}
li {
	font-size: 16px;
	line-height:22px;
	color:#666666;
	margin: 6px 0 6px 0;	
}


/* CONTENEDORES */	
.contenedor {
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../imagenes/fondo-cielo.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #C8E6F0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.main {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	clear: both;
	background-image: url(../imagenes/nubes.png);
	background-repeat:   repeat-x;
	background-position: left top;
}
.push {
	padding-top: 410px;
	clear: both;	
}
.footer {
	width: 954px;
	height: 240px;
	margin-top: -240px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
	background-color: #FFF;
}
	.footerfoto {
	position:relative;
	top:-170px;
	margin-bottom:-170px;
	height:240px;
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	.footerfoto P{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #666;	
	}
	.footerfoto UL {
	margin: 0;
	padding: 0;
	}
	.footerfoto LI {
	background-repeat: no-repeat;
	background-position: center top;
	height:240px;
	width: 954px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	.footer A:link, .footer A:visited, .footer A:active {
	color: #666;
	}
	.footer A:hover {
	color: #999;
	}

.izquierda {
	float:left;
	width:240px;
}
.centro {
	float:left;
	width:600px;
	margin-left: 60px;
	margin-top: 60px;
}
.centro A:link, .centro A:visited, .centro A:active {
	color: #661155;
}
.centro A:hover {
	color: #66bb99;
}
.textos {
	padding: 20px 20px 0 20px;
	background-image: url(../imagenes/texto-fondo.png);
	background-repeat:  no-repeat;
	background-position: center top;
	margin: 0;
}
.textosarr {
	padding: 20px 20px 0 20px;
	background-image: url(../imagenes/texto-fondo1.png);
	background-repeat:  no-repeat;
	background-position: center bottom;
	margin: 0;
}
.mas {
	font-size:13px;
	color:#999;
	position: relative;
	top: -10px;
	margin-bottom:10px;
}
.destacado {
	float:left;
	height: 100px;
	width: 156px;
	border-right: 1px dashed #999999;
	padding:30px 20px;
}
	.destacado h3 {
	color: #661155;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	}
.posi {
	height: 0px;
	width: 0px;
}
.halo {
	background-image: url(../imagenes/halo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 462px;
	width: 508px;
}
.logo {
	margin-left:70px;
	margin-top:48px;
}
.menu {
	float: left;
	position: relative;
	width: 250px;
	left: -10px;
	margin-top:44px;
	background-image: url(../imagenes/pestanya.jpg);
	background-repeat:  repeat-y;
}
.menu ul {
	margin-left:10px;
	padding:0;
	list-style-type: none;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
	
	box-shadow: 2px 2px 5px #999;
   	-webkit-box-shadow: 2px 2px 5px #999;
   	-moz-box-shadow: 2px 2px 5px #999;
}
.menu li {
	margin: 0px;
	border-bottom: 1px dashed #999999;
	font-size: 18px;	
}
.menu img {
	float: left;
}
.menu a {
	display:block;
	text-align:right;
	padding: 12px 10px 8px 0px;
	border-left: 1px solid #999999;
}
.menu a:link,  .menu a:visited, .menu a:active{
	color: #66bb99;
	background-color:#ffffff;
}
.menu a:hover {
	background-color:#C8E6F0;
	color: #661155;
	border-left: 1px dashed #999999;
}
.pest1 {
	visibility:visible;
	position:relative;
	left:-10px;
}
.pest2 {
	visibility:hidden;
}


.lenguage {
	float: right;
	position: relative;
	width: 350px;
	height: 34px;
	right: -9px;
	margin-top:10px;
	background-image: url(../imagenes/pestanya-len.jpg);
	background-repeat:  repeat-y;
	background-position: right;
}
.lenguage ul {
	margin-right:9px;
	padding:0;
	list-style-type: none;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
	
	box-shadow: -2px 2px 5px #999;
   	-webkit-box-shadow: -2px 2px 5px #999;
   	-moz-box-shadow:-2px 2px 5px #999;
}
.lenguage li {
	margin: 0px;
	font-size: 14px;	
}
.lenguage img {
	float: right;
}
.lenguage a {
	display:block;
	text-align:left;
	padding:10px 10px 8px 10px;
	border-right: 1px solid #999999;
}
.lenguage a:link,  .lenguage a:visited, .lenguage a:active{
	color: #66bb99;
	background-color:#ffffff;
}
.lenguage a:hover {
	background-color:#C8E6F0;
	color: #661155;
	border-right: 1px dashed #999999;
}
.lpest1 {
	visibility:visible;
	position:relative;
	right:-9px;
	top:-1px;
}
.lpest2 {
	visibility:hidden;
}
.legal {
	text-transform: none;
	position:relative;
	right:-29px;
	border: 1px dashed #999;
	clear: both;
	width: 260px;
	padding:20px 10px 0px 20px;
	background-color: #c8e6f0;
}
.energia_img {
	background-image: url(../imagenes/certificacion-energetica.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 240px;
	width: 95%;
}
.energia_preguntas {
	border-right: 1px dashed #999999;
	border-left: 1px dashed #999999;
}
.energia_preguntas li {
	list-style-position: outside;
	list-style-image: url(../imagenes/lista.png);
	margin: 6px 0 6px 20px;	
}

.destacado_bt {
	height: 34px;
	margin-top:0px;
}
.destacado_bt ul {
	padding:0;
	list-style-type: none;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
}
.destacado_bt li {
	margin: 0px;
	font-size: 14px;
}
.destacado_bt img {
	float: right;
}
.destacado_bt a {
	display:block;
	text-align:left;
	padding:10px 10px 8px 10px;
	border-right: 1px solid #999999;
}
.destacado_bt a:link, .destacado_bt a:visited, .destacado_bt a:active{
	color: #66bb99;
	background-color:#e1f5fb;
}
.destacado_bt a:hover {
	background-color:#C8E6F0;
	color: #661155;
	border-right: 1px dashed #999999;
}
.tabla {
	color:#666;
	border: 1px solid #999999;
	background-color:#e1f5fb;
}
	.tabla td {
		border-bottom: 1px dashed #999999;
		border-right: 1px dashed #999999;
	}

#entrada {
	display:none;
}
#menu {
	display:none;
}


.tabladatos {
	color:#666;
	border: 1px solid #999999;
	background-color:#e1f5fb;
}
	.tabladatos td {
		border-bottom: 1px dashed #999999;
		border-right: 1px dashed #999999;
	}

