body{
	font-family: 'Barlow Condensed';
	color: #575756;
	/*background: url("../img/Fondo.png");*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	height: 100vh;
}
.arriba {
	background: url("../img/Arriba.png") no-repeat top right;
}
.contenido {
	background-color: rgba(255,255,255,0.6);
}
.contenido h2 {
	font-weight: bold;
	font-size: 4vh;
	margin-bottom: 3vh;
}
.contenido p {
	font-size: 3vh;
	margin-bottom: 3vh;
}
.fecha {
	font-size: 2vh;
	font-style: oblique;
}