	a:link {color: #333333; text-decoration: none; }
	a:visited {color: #333333; text-decoration: none; }
	a:hover {color: #FF6600; text-decoration: none; font-weight: 600;}
	a:active {color: #FF6600; } 


.txtverd0 {

	font-size: 14px;
	font-family: arial, helvetica;
	font-weight: 600;
	color: #337733;
}

.txt1 {

	font-size: 11px;
	font-family: arial, helvetica;
	font-weight: 400;
	color: #000000;
}

.transp_capas {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.transp_capas2 {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color: #BBFFBB;
}

.input1 {

	border: 1px solid #bbbbbb;
	float: left; 
	margin-left: 10px;
	padding: 0px;
	width: 150px;
	height: 21px;
	font-size: 12px;
	font-family: arial, helvetica;
	font-weight: 500;
	color: #000000;
}

.scrollBar1 {  
	color: #000000; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #FFFFFF; 
}

	option {font-family: arial; font-size: 9px; color: black;} 
	option.new {background-color: #EE9933; color: #000000; font-size: 9px;} 
	option.old {background-color: #FFFFFF; color: #555555; font-size: 9px;}

label {
	font: normal 10px arial;
	margin-left : 10px;
	margin-right : 5px;
	margin-bottom : 2px;
	width: auto;
	height: auto;
} 


/* ELEMENTOS DIV */

#wrapper {
	
	border: 1px solid #bbbbbb; 
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	height: auto;
	/* HACK FF */
	overflow: hidden;
}

#fondo_general {
	border: 0px solid #0000FF; 
	width: 1024px;
	height: auto;
	text-align: center;
	background:url('/images/2010_fondo_general.gif') no-repeat;
	/* HACK FF */
	overflow: hidden;

}

#txtlegal {
	border: 2px solid #555555; 
	float: left;
	margin-left : 35px;
	width: 640px;
	height: auto;
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: left;
	background-color: #FFFFFF;
	/* HACK FF */
	overflow: hidden;

}

div#menuficha {
	border: 0px solid #FF0000; 
	float: right;
	width: auto;
	height: auto;
	z-index: 2;
	padding-top: 7px;
	padding-right: 7px;
	font-size: 10px;
	font-family: arial, helvetica;
	font-weight: 400;
	color: #000000;
}

div#ficha {
	position: absolute;
	overflow: none;
	width: 525px;
	height: 630px;
	margin-top: 120px;
	left: 450px;
	border: 2px solid #555555;
	background-color: #ffffff;
	visibility: hidden;
	text-align: center;
	padding-bottom: 0px;
	z-index: 20;
}

div#ayuda {
	position: fixed;
	overflow: none;
	width: 525px;
	height: 630px;
	margin-top: 120px;
	left: 450px;
	border: 2px solid #555555;
	background-color: #ffffff;
	visibility: hidden;
	text-align: center;
	padding-bottom: 0px;
	z-index: 20;
}

div#cuadroDistribuidores {
	margin: 0px auto;
	float: center;
	width: 700px;
	height: 20px;
	left: 450px;
	border: 2px solid #777777;
	background-color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	z-index: 20;
}

