@charset "UTF-8";
@media screen, projection
{
  /*put css here*/
    
    .flechas_cobranzas{ height:22px; position:relative; right:0; }
    .flecha_cobranzas_izq a{ position:absolute; width:28px; height:22px; right:28px; }
    .flecha_cobranzas_der a{ position:absolute; width:28px; height:22px; right:0; }
    
    #cobranzas_header th{ text-align:center; background:#EBEBEB; color:#666666; }
    .cobranzas_item{ border:1px solid #CFCFCF; margin-bottom:3px; width:904px; }
    .cobranzas_item table{ margin-top:5px; }
    .cobranzas_item td{ border-left:1px solid #CFCFCF; font-size:1em; }
    .cobranzas_item .codigo{ color:#999999; font-weight:bold; font-size:1.05em; }
    
    
    
    
}