a: {color: #125E98; text-decoration: none;}

a:hover {
	color: #FF0000;
}

body {
	background-color: #E3E3E3;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
    background-color: #990000; color: #FFFF66;
}

.ligas-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.tabla-ppal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
}
.bordes-tabla {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
    border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}