@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/fondo.jpg);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFF;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #CCC;
	text-align: right;
}
.leermas {
	text-align: right;	
}
.formulario {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.error {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.pie {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.pie a:link {
	color: #FFF;
	text-decoration: none;
}
.pie a:visited {
	color: #FFF;
	text-decoration: none;
}
.pie a:hover {
	color: #390;
	text-decoration: underline;
	background-color: #FFF;
}
.pie a:active {
	color: #CCC;
	text-decoration: none;
}

