@charset "utf-8";
/* CSS Document */

.rojo {
	font-family: tahoma;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;	
}
.rojo a:hover {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
.blanco {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;

}
.render {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}