<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caja 
{
	border: 1px solid red;
	background: smoke;
	color: blue;
	font-weight: bold;
}

.textonegrita
{			
	font-weight: bold;
	font-size : 9pt;
  	color : black;
}

.texto 
{			
	font-weight: bold;
}

.rojo 
{
	color: red;        
   	font-style: italic;
   	font-weight: bold;
   	font-size : 10;
}

.z-label { font-weight : bold; text-align : end; }

.z-label.red { color:red; }

.z-label.error
{ 	 
	font-weight: bold;
	font-size: smaller;
	color:red;
	text-align:center;
}

.z-intbox.numcero 
{ 
   	font-weight: bold;
   	text-align: end;
	font-size: 8pt;
	color: yellow;
	background-color : red;
}
      
.z-intbox.num 
{ 
   	font-weight: bold;
   	text-align: end;
	font-size: 8pt;
	color:black;
	background-color : white;
 }



.etiqueta
{ 	
	font-size : 9pt;
  	font-weight : bold;
  	color : darkblue;
 }
       
.fgrid tr.z-row td.z-row-inner,tr.z-row,div.z-grid-body
      div.z-cell,div.z-grid 
{ 	
   	border: none; overflow: hidden; zoom: 1;
   	background: white; 
   	border-top: none; border-left: none;
   	border-right: none; border-bottom: none; 
}

.fgrid .z-grid-odd .fgrid .z-row-inner,.fgrid .z-grid-odd
	   .z-cell 
{ 	
   	background-color: #F7F7F7; 
   	border-bottom: 1px solid transparent; 
   	border-left: 1px solid transparent; 
   	border-top: 1px solid transparent; 
}

.fgrid .z-grid-odd .fgrid.z-row-inner,.fgrid.z-grid-odd
      .z-cell,.fgrid.z-grid-odd
{ 	background: none repeat scroll 0 0  transparent; }

.fgrid tr.z-grid-odd td.z-row-inner,.fgrid tr.z-grid-odd
      .z-cell,.fgrid tr.z-grid-odd 
{ 	background: white; 	}

.fgrid tr.z-row td.z-row-inner,.fgrid tr.z-row .z-cell 
{  	
	background: white; 
	border-top: none;
} 

.banner 
{
	background-color : white; /*#778899;*/
	color: white;
	padding: 5px 10px;
}
.banner-head
{
	font-size: 2.4em;
}
.banner .logout
{
	text-decoration: underline;
	cursor: pointer;
}

.footer 
{
	background-color: white; /*#778899; */
	color: white;
	padding-top: 5px;
}

.footer a,.footer a:VISITED 
{
	color: blue;	
}

.sidebar a,.sidebar a:VISITED 
{
	color: red;
	text-decoration: none;
}

.sidebar-fn
{
	cursor: pointer;
}

.head1
{
	font-size: large;
}
.head2
{
	font-size: medium;
}

.row-title /*.z-label*/
{
	font-weight: bold;
	color: red; /*#636363;*/
}

.fn-caption .z-caption-l
{
	font-weight: bold;
	font-size: medium;
	color: #636363;
}

.warn
{
	color:red;
}

.demo-main a,.demo-main a:VISITED
{
	color:#636363;
	text-decoration: underline;
	font-size: smaller;	
}

.todo-box 
{
	padding-right:4px;
}</pre></body></html>