body {
	color: white;
	background-image: url("/fondos/fondoa.jpg");
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	max-width: 800px;
	margin: 0px  auto;
	font-family: times;

}

.Iner_Box {
width: 800px;
margin: 10px auto;
padding: 20px;
background-color: rgba(255, 255, 2555, 0.3);
box-shadow: 0 25px 30px rgba(255, 255, 255, 0.3);
text-align: justify;
}
