/************************************************************/
/*   TABLA DE PLANES
/************************************************************/

#planes table .carac { width: 188px; background: #f5f5f5; }
#planes table .in { width: 76px; background: #e1edd1; }
#planes table .ba { width: 76px; background: #fee0cc; }
#planes table .av { width: 76px; background: #ffd5ff; }
#planes table .ex { width: 76px; background: #d6ebf5; } 

#planes table th {
  height: 27px;
  font: 12px/27px Arial, Helvetica, sans-serif;
  color: #333;
  border: 2px solid #fff; 
}
#planes table th.carac { background: none; }
#planes table th p { text-indent: -9999px; }
#planes table th.in p { background: #fff url(../images/table_plan_inicial.png) no-repeat;  }
#planes table th.ba p { background: #fff url(../images/table_plan_basico.png) no-repeat;  }
#planes table th.av p { background: #fff url(../images/table_plan_avanzado.png) no-repeat;  }
#planes table th.ex p { background: #fff url(../images/table_plan_experto.png) no-repeat;  }

#planes table td {
  border: 2px solid #fff;
  height: 28px;
  text-align: center;
  font: 10px Arial, Helvetica, sans-serif;
  color: #152105;
  vertical-align: middle; 
}
#planes table td.carac { text-align: left; }
#planes table td.carac p { 
  font-size: 11px;
  line-height: 28px;
  padding-left: 39px;
  color: #333; 
  height: 28px;
}

#planes table td#esp p { background: url(../images/icon_esp.png) 7px 4px no-repeat; }
#planes table td#tra p { background: url(../images/icon_tra.png) 9px 1px no-repeat; }
#planes table td#cue p { background: url(../images/icon_cue.png) 8px 4px no-repeat; }
#planes table td#doh p { background: url(../images/icon_doh.png) 8px 6px no-repeat; }
#planes table td#doa p { background: url(../images/icon_doa.png) 8px 2px no-repeat; }
#planes table td#sub p { background: url(../images/icon_sub.png) 8px 5px no-repeat; }
#planes table td#set p { background: url(../images/icon_set.png) 7px 3px no-repeat; }
#planes table td#cos p { background: url(../images/icon_cos.png) 13px 7px no-repeat; }

#planes table tr#enlaces td { background: none; }
#planes table tr#enlaces td a {
  float: left;
  width: 76px;
  height: 22px;
  text-align: center;
  font: bold 11px/22px Arial, Helvetica, sans-serif;
  color: #fff;  
  text-decoration: none;
}
#planes table tr#enlaces td.in a { background: url(../images/enlace_in.png) no-repeat; }
#planes table tr#enlaces td.ba a { background: url(../images/enlace_ba.png) no-repeat; }
#planes table tr#enlaces td.av a { background: url(../images/enlace_av.png) no-repeat; }
#planes table tr#enlaces td.ex a { background: url(../images/enlace_ex.png) no-repeat; } 

#especificaciones div { overflow: hidden; }