/* CSS Document */
.Estilo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}

.Estilo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}

.Estilo3 {
    font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: medium; 
	font-weight: bold; 
}
.Estilo4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333333;
}
tr.Negreta:hover {
	font-weight: bold; 
	font-size: xx-small;
}

td.omple {
background-color: #FFFFFF;
}

td.omple:hover {
background-color: #F9BE34;
cursor: pointer;
}

a {
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #F9BE34;
}
a:active {
	text-decoration: none;
	color: #F9BE34;
}
