@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #ede9d0;
}
.titular {
	background-color: #FFFFFF;
	text-decoration: underline;
	font-size: 16px;
}
a:link {
	font-size: 24px;
	font-style: italic;
	background-color: #CCCCCC;
	color: #000000;
}
a:hover {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FF0000;
	background-image: url(../img/ink.jpg);
}
a:active {
	font-size: 24px;
	font-style: italic;
	color: #FF0000;
	background-color: #FFFFFF;
}
a:visited {
	font-size: 24px;
	font-style: italic;
	color: #000000;
	text-decoration: overline;
	background-color: #CCCCCC;
}
.txt {
	background-color: #FFFFFF;
}

