body { background-color: #fff!important; }
.fondo { 
	background-image:url('../img/fondo.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.mensaje{
	font-size: 6.5em;
	line-height: 1.3em;
	margin-top: 70px;
}
.fondo_azul { 
	background-image:url('../img/fondo_azul.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.f_central{
	border-left: 4px solid #D6FFC5;
	border-right: 4px solid #D6FFC5;
}
.f_lateral{
	border-top: 4px solid #D6FFC5;
	border-bottom: 4px solid #D6FFC5;
}