body,p {
  background-color: #F5FFE3;
  color: #000000;
  font-family: verdana, helvetica, sans-serif, sans-serif; 
  font-size: 10pt;
  margin: 0px;
}

a {
  color:  #3333CC;
  text-decoration: none;
}

a:hover {
  color: #FF33FF;
}

.menuBar {
  background-color: #B7DA6D;
  border-top: 1px solid #D7CEFF;
  border-bottom: 2px solid #769C27;
  padding: 2px;
}

.pie {  
  font-family: verdana, helvetica, sans-serif;  
  font-size: 9px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  text-transform: none; 
  color: #6f6f6f; 
  text-decoration: none
 }

.interior {  
  font-family: verdana, helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none
 }

.Titulos1 {  
  font-family: verdana, helvetica, sans-serif; 
  font-size: 18px; 
  font-style: normal; 
  font-weight: bold; 
  color: #000000; 
 }

.Titulos2 { 
  font-family: verdana, helvetica, sans-serif; 
  color: #5E9910;
  font-size: 12pt;
  font-weight: bold;
  padding: 0px 1em 2px 0px;
  text-align: left;
  vertical-align: top;
} 

.Titulos3 { 
  font-family: verdana, helvetica, sans-serif; 
  color: #5E9910;
  font-size: 14pt;
  font-weight: normal;
  padding: 0px 1em 2px 0px;
  text-align: center;  
} 

td {
  font-family: verdana,helvetica,sans-serif;
  font-size: 9pt;
  padding: 2px;
}

th {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10pt;
  padding: 2px;
  background-color:#B7DA6D;
  text-align: center;
}

td.total {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  background-color:#496C00;
}

.buttons  {	
  width :80px;
  font-size : 9pt;
  font-family : verdana, helvetica, sans-serif;
  font-weight : normal;
  font-style : normal;
  text-indent : 0px;
  line-height : 17px; 
}

.mainhead {
	font: bold 12px verdana, helvetica, sans-serif;
	letter-spacing: 2px;
	margin: -2px 0;
}


.error {
  background-color: #ffff00;
  color: #000000;
}

.info {
  background-color: #40a040;
  color: #ffffff;
}

.small {
  font-size: 8pt;
  font-weight: bold;
}

.derecha {
 text-align: right;
}

.izquierda {
  text-align: left;
}

.textoError {
  font-family: verdana, helvetica, sans-serif; 
  font-size: 10px; 
  color: #FF0000; 
}

.textoMenu {
  font-family: verdana, helvetica, sans-serif; 
  font-size: 9px; 
  color: #000000;
  font-weight: bold; 
}

.textoBlanco {
  font-family: verdana, helvetica, sans-serif; 
  font-size: 12px; 
  color: #FFFFFF;
  font-weight: bold; 
}

.textoVerde {
  font-family: verdana, helvetica, sans-serif; 
  font-size: 12px; 
  color: #006600;
  font-weight: bold; 
}

/**  Hoja de Actividades
| .WndRangoFecha    -- Ventana de  Selección Rango de Fechas |
| ____________________________________________________________*/

.WndRangoFecha{
  position:absolute;
  width:99%;
  visibility:hidden;
  background-color:#E5F4D1;  
  /*layer-background-color:white;   (no existe!)  */
  border-top: 1px solid #999;
  border-left: 1px solid #666;
  padding: 2px;
}

.rel {
  position: relative; width:100%;
}

.abs {
  position: absolute; width:100%;
}

.right { 
  text-align:right; 
}

.left { 
  text-align:left;
}

.center { 
  text-align:center;
}