@charset "utf-8";
/* CSS Document */
.texto-negro{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}
.texto-blanco{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}
.texto-blanco_11{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
.texto-amarillo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFCC00;
}
.texto-amarillo_10{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFCC00;
}

.textbox_login{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;	
	width:120px;
	height:18px;
	background-color:#FFF;
	border:0 solid;	
}
.textboxactive_login{
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#999;	
	height:18px;	
	width:120px;
	background-color:#FFF;
	border:0 solid;
}

.textbox{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	height:20px;
	color:#000;	
	width:280px;
	background-color:#FFF;
	border:0px solid;
}
.textboxactive{
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#999;	
	height:20px;
	width:280px;
	background-color:#FFF;
	border:0px solid;
}
.textbox_small{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	height:20px;
	width:100px;
	background-color:#FFF;
	border:0px solid;
}
.cbobox{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	height:20px;
	width:280px;
	border:0px solid;
}
.cbobox_complejo{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	height:20px;
	width:280px;
	border:0px solid;
}
.cbobox_fecha{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	height:20px;
	border:0px solid;
}
