@charset "utf-8";
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #94CA99;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AF1716;
}

.FondoGris {
	background-repeat: repeat;
	background-image: url(../images/fondoIndex.gif);
}
.FondoTableIndex {
	background-repeat: repeat;
	background-image: url(../images/fondoTable.gif);
}

.arialRoja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #AF1716;
}
.arialGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8EBB94;
}
.blankiko {
	color: #FFFFFF;
}
