.contenedor {
	float: none;
	height: 600px;
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}
.top {
	float: left;
	width: 980px;
	height: auto;
}

.partelogo {
	float: left;
	height: auto;
	width: 194px;
}
.zonaizquierda {
	float: left;
	height: auto;
	width: 345px;
	background-color: #000000;
}
.centro {
	float: left;
	width: 440px;
}


.botoneraderecha {
	float: left;
	width: 195px;
	height: auto;
}
.botonera {
	float: left;
	width: 195px;
	height: auto;
}
.BotoneraSave {
	float: left;
	height: auto;
	width: 345px;
}
.AnimacionSave {
	float: left;
	height: 439px;
	width: 345px;
	background-color: #CCCCCC;
}
.BotonesSave_Filosofia {
	float: left;
	height: 23px;
	width: 70px;
}
.BotonesSave_Ahorro {
	float: left;
	height: 23px;
	width: 49px;
}
.BotonesSave_Distribuidores {
	float: left;
	height: 23px;
	width: 118px;
}
.BotonesSave_Contacto {
	float: left;
	height: 23px;
	width: 108px;
	background-color: #000000;
}.zona_central {
	float: left;
	height: auto;
	width: 786px;
}
.main {
	float: left;
	width: 980px;
}
.hidden { /* clase para ocultar un elemento */
	display: none;
}	