/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/08/2016, 10:19:16 AM
    Author     : Mary
*/

.fondoMoradoDisponible{
    text-align: center;
    background: #7d7eb5;
    color: white;
}

.fondoMoradoNoDisponible{
    text-align: center;
    background: #794770;
    color: white;
}

.ColorMoradoLiga{
    color: #794770 !important;
    font-weight: bold;
}


.TextoCentrado{
    text-align: center;
}

.TextoNegrita{
    font-weight: bold;
}

.TextoJustificado{
    text-align: justify;
}

.HoraDisponible{
    background: #7d7eb5 !important;
    color: white !important;
    width: 25px;
    height: 20px;
}

.HoraNoDisponible{
    background: #794770 !important;
    color: white !important;
    width: 25px;
    height: 20px;
}

.tooltip{
    background: #c8aedc;
    width: 250px;
    font-size: 12px;
    text-align: justify;
    color: #642e5a;
}

.tooltip2{
    background: #7d7eb5;
    width: 350px;
    font-size: 12px;
    text-align: justify;
    
}

.panel1{
    border: 0;
    font-size: 12px;
    margin: 0 auto;
}

@media print{
    
    #uno{
        display:none;
    }
    
    #dos{
        display:none;
    }
    
     #header, #footer, #menu { 
        display: none;
    }
    
    
    .dataTableClassName {
        width: 650 px;
        text-align: right;
    }
    
    .textoCentradoNegritasImpresion{
        text-align: center !important;
        font-weight: bold !important;
    }
    
    .columna-tabla-datos-B{
        margin: 5px 0px 5px 0px;
    }
    
}    
    
    
    



