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

} 
td.menu { 
    color:#E80000; 
	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:#E80000; 
	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:#E80000; 
	font-size:9pt; 
	font-family: "courier new", "courier", "monospace";
	text-decoration: none;
	background-color: none
}
a.menu:visited {
    color:#E80000; 
	font-size:9pt; 
	font-family: "courier new", "courier", "monospace";
	text-decoration:none;
	background-color:none;
}
a.menu:hover {
	color:#E80000; 
	text-decoration:none;
	background-color:#E80000;  
}
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;
}
/* enlaces */
div.transOFF {
    color:black;
	background-color:white;
	float:left;
	opacity:.75;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75;
	width:100%; 
	margin-top:0px;
	margin-left:0px;
	font-family:"courier new",courier;
	font-size: 12px;
	line-height:15px; 
	text-align: left; 
	padding: 10px;
}
div.transON {
    color:black;
	background-color:white;
	width:100%; 
	float:left;
	opacity:.50;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50;
	margin-top:0px;
	margin-left:0px;
	font-family:"courier new",courier;
	font-size: 12px;
	line-height:15px; 
	text-align: left; 
	padding: 10px;
}
div.trans25 {
    color:black;
	background-color:white;
	width:100%; 
	float:left;
	opacity:.25;
	filter:alpha(opacity=25); 
	-moz-opacity: 0.25;
	margin-top:0px;
	margin-left:0px;
	font-family:"courier new",courier;
	font-size: 12px;
	line-height:15px; 
	text-align: left; 
	padding: 10px;
	}
div.trans75 {
    color:black;
	background-color:white;
	width:100%; 
	float:left;
	opacity:.75;
	filter:alpha(opacity=75); 
	-moz-opacity: 0.75;
	margin-top:0px;
	margin-left:0px;
	font-family:"courier new",courier;
	font-size: 12px;
	line-height:15px; 
	text-align: left; 
	padding: 10px;
}

/* imagenes transparentes */
div#trans {
   padding:16px 0 0 16px;
}
div#trans div {
   position:absolute;
   height:150px;
   overflow:auto;
   overflow-x:hidden;
   background-color:transparent;   
}
div#trans div#trans1 {
   width:95%;
   z-index:10;
}
div#trans div#trans2 {
   width:90%;
   z-index:11;
}
div#kop div#kop_wyber {
   width:85%;
   z-index:12;
}
div#kop div#kop_mail {
   width:80%;
   z-index:13;
}
.transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}

