/* CSS Document */
.roja {
	color: #FF0000;
	font-family: tahoma;
	font-size:11px;
	text-decoration: none;

}

.LINK {
color:#333333;
font-family: tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;

}
.LINK:hover {
color:#FF0000;
font-family: tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
}
.gris{
color:#999999;
font-family: tahoma;
font-size:11px;

}
.gris2{
color:#666666;
font-family: tahoma;
font-size:11px;

}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.titulosGrilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}


body {
	background-color: #CCCCCC;
}

.GRISSS {
color:#333333;
font-family: tahoma;
font-size:11px;
text-decoration:none;
font-weight:normal;
}
.Categorias {
	color:#FF0000;
	font-family: tahoma;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
