/* Mensaje central */
.fondo{
	height: 280px;
	width: auto;
	text-align: center;
}

/* imagenes con scrolling */

.imagen_frontal{
	position:absolute;
	height: auto;
	width: 100%;
}

.imagen_fondo{
		position: absolute;
		height: 800px;
		width: 100%;
		z-index: -1;
	}


.mensaje{
	text-align: center;
	margin-top: 5%;
}

.mensaje_2{
	text-align: center;
}

.mensaje_3{
	text-align: center;
}

.centrado{
	color:#008cff
}

@media (max-width: 767px) {
	
	.imagen_fondo{
		position: absolute;
		height: 800px;
		width: 680px;
		z-index: -1;
	}
}