@charset "utf-8";
.fondo_pagina {
	background-image: url(images/fondo.jpg);
}
.texto_general {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.enlace {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.enlace:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.texto_generalpequeno {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto_generalpequeno:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
