body {
	background-image: url(img/interfaz/fondo_textura.gif);
	background-repeat: repeat;
}
.Pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
}
.Cuerpo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.Subtitulos {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #E5E5E5;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: 1px dashed #666666;
	color: #666666;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E5E5;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
