.tabla_cabecera_full { 
  background-image: url(./img/_cabecera.jpg);
}
.tabla_cabecera_fill { 
  background-image: url(./img/_cabecera_filler.jpg);
  font-family: Arial,Helvetica,sans-serif; 
  color: rgb(0, 0, 153); 
  font-style: italic; 
  text-align: right;
  FONT-SIZE: 11px;
}
.linkNormal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma, Sans-serif;
    TEXT-DECORATION: none
}
.linkPequenio
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    FONT-FAMILY: Tahoma, Sans-serif;
    TEXT-DECORATION: none
}


.green_table { 
  padding: 0px, 0px, 0px, 0px;
  border-spacing: 0px; 
  border:0px;
  border-collapse:collapse;
  width: 100%;
}
.green_table_top_left {
  width: 38px; 
  height: 41px; 
  background-image: url('img_tabla_links/left_big.gif'); 
  background-position:left;
  background-repeat: no-repeat;
  background-color:#408000;
}
.green_table_top_right {
  width: 38px;  
  height: 41px; 
  background-image: url('img_tabla_links/right_big.gif'); 
  background-position: right;
  background-repeat: no-repeat;
  background-color:#408000;
}
.green_table_top_center {
  height: 41px;
  background-image: url('img_tabla_links/center_big.gif');
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  FONT-FAMILY: Tahoma, Sans-serif;
  color:white;
  background-color:#408000;
}
.green_table_bottom_left {
  width:1px; 
  height:4px; 
  background-image:url('img_tabla_links/left_down_border_big.gif'); 
  background-position:left;
}
.green_table_bottom_right {
  width:1px; 
  height:4px; 
  background-image:url('img_tabla_links/right_down_border_big.gif'); 
  background-position:right;
}
.green_table_bottom_center {
  height:4px; 
  background-image:url('img_tabla_links/down_border_big.gif'); 
  background-position:bottom;
}

.green_table_content_left {
 width:1px; 
 background-image:url('img_tabla_links/left_border_big.gif'); 
 background-position:left;
}
.green_table_content_right {
  width:1px; 
  background-image:url('img_tabla_links/right_border_big.gif'); 
  background-position:right;
}
.green_table_content_middle {
  FONT-SIZE: 12px;
  FONT-FAMILY: Tahoma, Sans-serif;
  color:black;
  text-align: left;
}


