
/* Usar html>body delante de las etiquetas para estilos Firefox */

body {
margin : 5px 0px 0px 0px;
text-align: left;
font-family: Tahoma, Georgia, Arial, sans-serif;
color: #000000;
font-size:12px;
margin:auto;
}

a img {
border: 0;
}

ul {
padding-left: 0;
list-style-type: none;
margin: 0;

}

li {
margin: 4px 0 8px 0;
background: url(/img/lista.png) left top  no-repeat;
padding-left: 10px;
}

ul ul li {
margin: 4px 0 8px 0;
background: url(/img/lista.png) left top no-repeat;
padding-left: 12px;
}

li a {
text-decoration: none;
color:#88b62f;
font-size: 12px;
font-weight: bold;
}

li a:hover {
color:#158846;
}


#contenedor-principal {
width: 955px;
text-align: center;
margin: auto;
}


.LimpiaMargenes {
  height: 0;
  clear: both;
  float: none;
  display: block;
}

.ContenedorNormal {
width: 100%;
text-align: justify;
margin: 12px 0 0 0;
float: none;
clear: both;
}

.ContenedorCentrado {
width: 100%;
text-align: center;
margin: 14px 0 0 0;
float: none;
clear: both;

}

.CabeceraPrincipal {
width: 955px;
clear: both;
text-align: center;
margin: 5px auto 10px auto;
background: #FFFFFF url(/img/FondoCabecera.png) bottom repeat-x;
height: 130px;
}


.CabeceraIzquierda {
width: 310px;
text-align: left;
float: left;

}

.CabeceraCentro {
width: 380px;
text-align: center;
float: left;
}

.CabeceraDerecha {
width: 265px;
text-align: right;
float: left;
}

.BotonElectrodomesticos, .BotonCalderas, .BotonAireAcondicionado {
width: 33%;
height: 200px;
text-align:center;
float: left;

}

.BotonElectrodomesticos a, .BotonCalderas a, .BotonAireAcondicionado a {
cursor: pointer;
}

.PiePrincipal {
clear: both;
float: none;
width: 955px;
text-align: center;
margin: 10px auto 0 auto;
}


.PieIzquierda {
width: 755px;
text-align: left;
float: left;

}

.PieIzquierda img {
	margin-right: 30px;
	margin-top: 12px;
}


.PieDerecha {
width: 100px;
text-align: center;
float: left;
}

.PieDerecha a {
color: #09C;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}


.PieLinea{
clear: both;
border-top: 1px solid #67828d;
border-bottom: 2px solid #67828d;
width: 100%;
height: 1px;
overflow: auto;
float: none;
font-size: 0px;
margin: 0 0 8px 0;
background-color: #FFFFFF;
}

.PieCierre {
width: 100%;
clear: both;
border-top: 2px dotted #67828d;
height: 2px;
padding: 8px 0 0 0;
margin: 0 0 10px 0;
float:none;
font-size: 0px;
overflow: auto;
background-color: #FFFFFF;
}

.Texto12 {
	font-size: 12px;
}