.bg-image{
	background-image: url('fondo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding:  20px;
}

