.fondo {
	background-image: url(fotos/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #9FB5CA;
	border-bottom-color: #9FB5CA;
}

