/* style_file Document */
td { 
    color:#000; 
	font-size:9pt; 
	font-family:"courier new", "courier", "monospace"; 
	text-decoration:none; 
	background-color:#fff 
}

a {
    color:#fff;
	font-size:9pt; 
	font-family:"courier new", "courier", "monospace";
	text-decoration:none;
	background-color:#ccc
}

a:hover {
	color: #000; 
	text-decoration: none;
	background-color: #ccc;
}

.gris {
    color: #000;
	text-decoration: none;
	background-color: #ccc;
}

.gris:hover {
    color: #000;
	text-decoration: none;
	font-style: normal; 
	background-color: #ccc; 
}

.linea {
	color:#000;
	font-size:9pt;
	font-family:"courier new", "courier", "monospace";
	text-decoration:underline;
	background-color:#fff
}
.alinea {
    color: #000;
	font-size:9pt; 
	font-family: "courier new", "courier", "monospace";
	text-decoration: underline;
	background-color: none
}
a.gold:link, a.gold:visited {
    color:#000;
	font-size:9pt; 
	font-family:"courier new", "courier", "monospace";
	text-decoration:none;
	background-color:#EEB63F; 
}
.linea:hover {
	color: #ccc;
	text-decoration: underline;
	background-color: #ccc;
}
}
a.menu:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ADFF2F
}
a.tres:link, a.tres:visited {
    color:#fff;
	font-size:9pt; 
	font-family:"courier new", "courier", "monospace";
	text-decoration:none;
	background-color:#E80000; 
}

a.tres:hover {
	color:#E80000;  
	text-decoration:none;
	background-color:#E80000;   
}
table { 
    border: none;
}