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

} 
td.gris { 
	line-top:#ccc 

} 

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

a.uno:hover {
	color: #000; 
	text-decoration: none;
	background-color: #ccc;
}
a.dos:link, a.dos:visited {
    color: #000;
	font-size:9pt; 
	font-family: "courier new", "courier", "monospace";
	text-decoration: underline;
	background-color: none
}
a.dos:hover {
	color: #ccc;
	text-decoration: underline;
	background-color: #ccc

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

a.tres:hover {
	color: #fff; 
	text-decoration: none;
	background-color: #ccc;
}
table { 
    border: none;
}
div.top {
	color:#000000;
	background-color:#cccccc;
	position:absolute;
	width:1326px;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	font-family:"georgia",times;
	font-size: 12px;
	line-height:15px;
	text-align: left;
	padding:5px;
	top: 4px;
	height: 27px;
	left: 8px;
}
