body{
	color: lightgray;
	background-image: url("/fondos/fondoa.jpg");
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px auto;
	font-family: times;
}
.container{
	background-color: rgba(255, 255, 255, 0.35);
	box-shadow: 0 25px 30px rgba(255, 255, 255, .4);
	margin: 10px auto;
	text-align: justify;
	padding: 30px;
}

