body {
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #F2AF00;
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #775600;
}
a:link {
	color: #C60;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #D78100;
	font-size: 30px;
	margin-left: 10px;
}
h2 {
	font-size: 20px;
	color: #D78100;
	margin-left: 10px;
}
p {
	margin-left: 10px;
}
.link_pie {
	font-size: 10px;
}
