@charset "utf-8";
BODY {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

A:link {color: #336699; text-decoration: none}
A:visited {color: #990066; text-decoration: none}
A:hover {color: #336699; text-decoration: underline}

.gran {
	font-size: 14px;
	font-weight: bold;
}

.peq {
	font-size: 10px;
}

#tabla
{
	text-align: left;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

#tabla th
{
	font-weight: bold;
	background: #336699;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	color: #FFFFFF;
}

#tabla td
{
	background: #FFFFFF;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

#tabla tr:hover td
{
	background: #CCCCFF;
}