body {
	background-image: url(fondo.jpg);
	background-repeat: repeat-x;
	background-color: #FE9900;
	margin: 0px;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AD3F00;
	text-decoration: none;
	padding: 5px;
}
.texto_chico {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.pie {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}
.menu_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FEEEB0;
}
a:visited {
	text-decoration: none;
	color: #FEEEB0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AD3F00;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}
.cajas {
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	border: 1px solid #660000;
	background-color: #CCCCCC;
	padding: 4px;
}
.piecreditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.piemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEF2C0;
	text-decoration: underline;
	letter-spacing: 1px;
}
