@charset "utf-8";
body {
	background-color: #FFA103;
	background-repeat: repeat-x;
	background-image: url(imagenes/barra.jpg);
}
.contenedorTotal {
	height: auto;
	width: 806px;
	margin: auto;
}
.Banner {
	margin: auto;
	height: 288px;
	width: 806px;
}
.FondoBlanco {
	margin: auto;
	height: auto;
	width: 806px;
}
.FondoBlancoArriba {
	height: 26px;
	width: 806px;
	background-image: url(imagenes/fondo-blanco-arriba.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}
.FondoBlancoMedio {
	height: auto;
	width: 806px;
	background-image: url(imagenes/fondo-blanco-medio.png);
	background-repeat:   repeat-y;
}
.FondoBlancoAbajo {
	background-image: url(imagenes/fondo-blanco-abajo.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 806px;
}
.PostLargo {
	height: auto;
	width: 500px;
	margin-left: 10px;
	float: left;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PostChicoCostadoDerecho {
	float: right;
	height: auto;
	width: 240px;
	margin-right: 10px;
}
.MenuMedidas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-transform: none;
	color: #FFFFFF;
	margin: auto;
	height: 48px;
	width: 760px;
}
.menu {
	height: 48px;
	width: 808px;
}
.PostGigante {
	margin: auto;
	width: 749px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PostActividades {
	margin: auto;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PostFondoBlanco {
	margin: auto;
	height: auto;
	width: 790px;
}
.PostDerechoMinis {
	height: auto;
	width: 240px;
	margin-bottom: 10px;
}
.footer {
	height: 45px;
	width: 806px;
	background-image: url(imagenes/footer.png);
}

