﻿

.activo {
    background: red;
}

#encabezado {
  
}

/*.ui-tooltip:after {
    background: #ec2a2a;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 5px 5px;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
    font-weight:bold;
    text-transform: uppercase;
    box-shadow: 0 0 7px  rgba(0, 0, 0, 0.5);
  }*/

.ui-datepicker table {
    border: 0 none;
}



table .ok td {
    background: #4cff00 !important;
color: #FFF;
}
table tr.error {
    background-color:#db2d2d;
    
}