.vspacer-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.top-spacer-50 {
	margin-top: 50px;
}

.bottom-spacer-50 {
	margin-bottom: 50px;
}

/*
 * Protección de acercamiento sobre iframes al girar la rueda del 
 * ratón mientras el puntero se encuentra sobre algún iframe de 
 * imagen incrustada de Google Maps.
 * 
 * Crea un div transparente sobre la imagen que a protege de eventos
 * de a rueda del ratón.
 * 
 * El div desaparece a hacer click sobre él.
 */
.overlay {
	background: transparent;
	position: relative;
}

.cf-800-400 {
	width: 800px;
	height: 400px;
	top: 400px;
	margin-top: -400px;
}

.cf-800-350 {
	width: 800px;
	height: 350px;
	top: 350px;
	margin-top: -350px;
}

.cf-570-340 {
	width: 570px;
	height: 340px;
	top: 340px;
	margin-top: -340px;
}

.cf-400-360 {
	width: 400px;
	height: 360px;
	top: 360px;
	margin-top: -360px;
}

.cf-370-250 {
	width: 370px;
	height: 250px;
	top: 250px;
	margin-top: -250px;
}
