.sub{
	color:#000066;
	font-family:"Arial", Courier, mono;
	font-size:16pt;
	font-style:normal;
	font-weight:normal;
}

.texto{
	color:#666666;
	font-family:"Arial", Courier, mono;
	font-size:11pt;
	line-height:18pt;
	text-decoration:none;
	text-align:justify;
}

.texto_lista{
	color:#666666;
	font-family:"Arial", Courier, mono;
	font-size:11pt;
	line-height:18pt;
	text-decoration:none;
	text-align:left;
}

.texto_lista_chico{
	color:#666666;
	font-family:"Arial", Courier, mono;
	font-size:8pt;
	line-height:10pt;
	text-decoration:none;
	text-align:left;
}

.texto_n{
	color:#0000066;
	font-family:"Arial", Courier, mono;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	text-align:justify;
	line-height:13pt;
}	
 
.texto_blanco{
        text-decoration:none;
	color:#ffffff;
	font-family:"Arial", Courier, mono;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
	text-align:justify;
}	

.texto_blanco_chico{
        text-decoration:none;
	color:#ffffff;
	font-family:"Arial", Courier, mono;
	font-size:12pt;
	font-style:normal;
	text-align:justify;
}
.link_regreso{
        text-decoration:none;
	color:#000066;
	font-family:"Arial", Courier, mono;
	font-size:11pt;
	font-style:normal;
	text-align:justify;
}
.texto_nota{
	color:#666666;
	font-family:"Arial", Courier, mono;
	font-size:8pt;
	line-height:18pt;
	text-decoration:none;
	text-align:justify;
}

.selects{
       width:130px;
      height:30px;
}

.celda-titulo
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color:#FFFFFF;
	font-size:11pt;
	line-height:16pt;
	text-decoration:none;
	width:250px;
	white-space: nowrap;
 	box-shadow: 0 1px 2px rgba(72, 66, 134,.2);
   -webkit-box-shadow: 0 1px 2px rgba(72, 66, 134,.2);
   -moz-box-shadow: 0 1px 2px rgba(72, 66, 134,.2);
background: linear-gradient(center top, rgba(0, 102, 255, 2) 0%, rgba(72, 66, 134, .8) 100%); 
background: -moz-linear-gradient(
      center top,
      rgba(0, 102, 255, 2) 0%, 
      rgba(72, 66, 134, .8) 100%
   );
   background: -webkit-gradient(
      linear,
      center bottom,
      center top,
      from(rgba(72, 66, 134, .8)), 
      to(rgba(0, 102, 255, 2))
   );
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#484286', endColorstr='#0066FF');/*For IE7-8-9*/ 
height: 1%;/*For IE7*/ 
   /*-moz-user-select: none;
   -webkit-user-select:none;
   -khtml-user-select: none;
   user-select: none;*/
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px; 
}

.texto_chico_tabla{
	padding-top:5px;
	font-size:8pt;
	color:#333;
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
	
}

.editTrans{
	text-decoration:underline;
}

.popwindow
{
	visibility:hidden;
	position:relative;
	height:250px; 
	width:250px;
	border: #06F 3px solid;
	border-radius:4px;
	background-color:#FFF;
	overflow:scroll;
	z-index:101;
}

.ui-widget-header-custom{ 
    background: #3b5998 url(../images/ui-bg_flat_95_0a43ac_40x100.png) 50% 50% repeat-x; 
	color:#FFFFFF;     
}
	