body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
}
.bordeafueradelapagina {
	border: 1px solid #000000;
	color: #000000;
}
.Texto {
	font-family: Arial;
	font-size: 14px;
}
.Texto a {
	text-decoration: none;
	color: #3c3c32;
}
.Texto a:hover {
	text-decoration: none;
	color: #777763;
}