@charset "iso-8859-1";
/*
  project: CSS - table design
  type: stylesheet
  description: golden style
  edited: 14.09.2005, Michael Horn
*/
.upper_bold{style=font: bold; text-transform: uppercase }
.format_num{font-weight: bold; text-transform: uppercase; background: #FFFFCC;color: black;}
.upper_char{text-transform: uppercase }
font {font-size: 11pt; font-weight: bold; color: #CC3300; font-family: times,courier}

input {
 text-transform: ;
 background: white;
 color: GREEN;
 font-weight: bold
}
						  
/* EL BACKGROUND ES EL COLOR DE FONDO DE LA TABLA*/
table {
  border-collapse: collapse;
  border: 1px solid #996;
  font: normal 80%/140% verdana, arial, helvetica, sans-serif;
  color: #333;
  background: #fffff0;
  }
caption {
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  }	  
  
/* EL COLOR ES EL COLOR DE LA FUENTE USADO DENTRO DE LA TABLA*/ 
td, th {
  border: 1px solid #cc9;
  padding: .3em;
  font-weight: bold;
  color: #996; 
  }
thead th, tfoot th {
  border: 1px solid #cc9;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color: #444;
  background: #dbd9c0;
  }
tbody td a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  border-bottom: 1px dotted #cc9;
  }
tbody td a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th a {
  background: transparent;
  color: #72724c;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #cc9;
  }
tbody th a:hover {
  background: transparent;
  color: #666;
  border-bottom: 1px dotted #72724c;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #996;
  }
.odd {
  color: #333;
  background: #f7f5dc;
  }
tbody tr:hover {
  color: #333;
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  color: #333;
  background: #ddd59b;
  }

  .act_iden {
  color: #333;
  background: #cccc99;
  text-align:center;
  }			 
  
   .act_iden2 {
  color: #333;
  text-align:center;
    }
 
.pos_estadis_pagina{position:absolute; top:103px; left:12px;font-size: 9pt;color: red;font-family: arial}	

.letra_blanca {
  color: #FFFFFF;
  font-size: 12pt;
 
  }

 
