﻿@charset "utf-8";
#envoltura {
	background-color: #FFFFFF;
	height: 768px;
	width: 1024px;
	position: static;
}
#cabecera {
	padding: 10px;
	height: 148px;
	width: 1004px;
	position: relative;
	left: 0px;
	top: 0px;
	/*text-align: center;*/
	background-color: #FFFFFF;
	color: #FF0000;
}
#menuLateral {
	height: 570px;
	width: 148px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-size: 20px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 2;
}
.enlaceLateral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.botonEnlaceLateral {
	width: 140px;
	background-color: #FF0000;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #FFAAAA;
}

#oculto {
	display: none;
}

#tituloCentral {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

#cuerpoCentral {
	height: 580px;
	width: 836px;
	position: relative;
	top: -600px;
	left: 168px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
}
#textoContactoGrande
{
	text-align: center;
	position: relative;
	top: 20%;
	/*background-color: #AAAAAA;*/
}

#pieCentral {
	position: absolute;
	width: 836px;
	left: 10px;
	top: 540px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}

#logotipo {
	height: 148px;
	width: 330px;
	left: 420px;
	position: relative;
}
#envoltura #cuerpoCentral #areaClimatizacion{
	z-index: 1;
	position: absolute;
	left: 45px;
	top: 50px;
	height: 280px;
	width: 212px;
	padding: 10px;
	background-color: #C4E1E1;
	cursor: pointer;
}
#envoltura #cuerpoCentral #areaCalefaccion {
	z-index: 1;
	position: absolute;
	left: 312px;
	top: 50px;
	height: 280px;
	width: 212px;
	padding: 10px;
	background-color: #E1C4E1;
	cursor: pointer;
}
#envoltura #cuerpoCentral #areaSolar {
	z-index: 1;
	position: absolute;
	left: 579px;
	top: 50px;
	height: 280px;
	width: 212px;
	padding: 10px;
	background-color: #FFFFCC;
	cursor: pointer;
}
#envoltura #cuerpoCentral #areaFrio {
	background-color: #AAAAFF;
	position: absolute;
	width: 746px;
	height: 150px;
	padding: 10px;
	left: 45px;
	top: 360px;
	z-index: 1;
	cursor: pointer;
}

#formulario1 {
	height: 300px;
	width: 300px;
	left: 270px;
	position: relative;
}
#formulario1 #campo {
	position: absolute;
	left: 100px;
}
#formulario1 #boton1 {
	position: relative;
	left: 135px;
	top: 20px;
}

/* Bloque de climatización */

#contenidoClimatizacionPequenyo {
display: none
}

#contenidoClimatizacionGrande {
display: none
}

#fotoClimatizacion {
height: 300px;
position: relative;
top: 30px;
}

/* Bloque de calefacción */
#contenidoCalefaccionPequenyo {
display: none;
}

#contenidoCalefaccionGrande {
display: none;
}

#fotoCalefaccion1 {
height: 300px;
position: relative;
top: 30px;
}
#fotoCalefaccion2 {
height: 300px;
position: relative;
top: 30px;
}
#fotoCalefaccion3 {
height: 300px;
position: relative;
top: 30px;
}

/* Bloque de Solar */
#contenidoSolarPequenyo {
display: none;
}

#contenidoSolarGrande {
display: none;
}

#fotoSolar1 {
height: 300px;
position: relative;
top: 30px;
left: 20px;
}
#fotoSolar2 {
height: 300px;
position: relative;
top: 30px;
left: 50px;
}

/* Bloque de Frío Industrial */
#contenidoFrioPequenyo {
display: none;
}

#contenidoFrioGrande {
display: none;
}

#fotoFrio1 {
height: 205px;
position: relative;
top: 10px;
}

#fotoFrio2 {
height: 205px;
position: relative;
top: 10px;
}

#fotoFrio3 {
height: 140px;
width: 356px;
position: relative;
top: 10px;
}

#fotoFrio4 {
height: 140px;
width: 356px;
position: relative;
top: 10px;
}
