﻿

.morado {
    color   : #6A2C91 !important;
}

.rosa {
    color   : #E64097 !important;
}

.amarillo {
    color   : #FDBB30 !important;
}

.gris {
    color   : #949CA1 !important;
}

.bordeMorado {
    border-color     : #6A2C91 !important;
}

.fondoMorado {
    background-color : #6A2C91 !important;
}

.fondoRosa {
    background-color: #E64097 !important;
}

.fondoAmarillo {
    background-color: #FDBB30 !important;
}

.ptitem {

    padding-top :   10px !important;
}


.cmdboton {

    padding             : 2px;
    font-size           : 27px !important;
    border-color        : #6A2C91 !important;
    background-color    : #6A2C91 !important;
    color               : white !important;
}

body {

    margin          : 0;
    padding         : 0;
    background-color: transparent !important;
    color           : #6A2C91 !important;
}

a {
    text-decoration: none;
    color: #6A2C91;
}

.lineapie {
    height: 35px;
    padding: 6px;
    border-color: transparent;
    border-bottom: 2px solid lightgray;
    font-weight: bold;
    color: #000000;
}

.CentraVertiEnc {

    /* Centrado vertical del texto contenido un div con height:50px */
    margin  : auto;
    padding : 15px;
}

.loader {

    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('img/loader-camino-real.gif') center no-repeat lightgray;
    opacity: .8;
}
   
table tbody tr td   {
            
        border:none; 
       
}


/* Para ocultar elementos al imprimir página */
@media print{

    .oculto-impresion, .oculto-impresion *{
        display: none !important;
    }
}

/* Para pantalla de 993px o mas */
@media only screen and (min-width: 993px) {

    .BotonEval {

        height: 50px;
        font-weight:bold;
        font-size:18px;        
        margin-bottom:16px;
    }

   .tablacmdpto {

       width:50%;
   }

}


/* Para pantalla con máximo 992px de ancho */

@media only screen and (max-width: 992px) {

    .BotonEval {

        height: 70px;
        font-weight:bold;
        font-size:20px;  
        margin-bottom:16px;      
    }

   .tablacmdpto {

       width:100%;
   }

}

#EncPag {

    background: linear-gradient(#E9E0CD 7%,white 20% );  
}

.Enlaces 
{

  text-decoration   : none;
  color             : white;
  background-color  : #6A2C91;

}

.BotonPuntos {

    text-decoration     : none;
    color               : #6A2C91;
    background-color    : none;
   
}

#TitEncPag {

    min-height:61px;
    padding: 5px 0px 5px 0px;
}

#SesionEncPag {

    min-height:61px;
    padding: 16px 5px 16px 5px;
    text-align:right;         
}

.TituloPagina {

    color:#FDBB30;
    text-shadow:1px 1px 0 #444;    
    font-size:25px;  
    min-height:50px;
    font-weight:bold;
    margin-bottom:16px;
}       

.SubTituloPagina {

    color:#707173;
    /*text-shadow:1px 1px 0 #444;*/
    font-size:20px;  
    min-height:50px;
    font-weight:bold;
    margin-bottom:10px;
}

.EncGridDatos {

    background-color: #6A2C91 !important;
    color           : white   !important;
}

.EncColInicio {
    
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.EncColFin {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.EncGridDatos a {

    color:white !important;

}

.EncGridDatosPC {
    background-color:gainsboro;
    color:black;
    border:none;    
    height:30px;
    font-weight:700;    
    text-decoration: none;  
    padding-left:5px;    
    padding-right:5px;    
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.EncGridDatosUC {
    background-color:gainsboro;
    color:black;
    border:none;    
    height:30px;
    font-weight:700;    
    text-decoration: none;  
    padding-left:5px;    
    padding-right:5px;    
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}

.GridDatos {
  
    font-size   : small !important;
    height      : 30px !important;    
}

.CampoBoton {

    color               : #6A2C91 !important;
    background-color    : white !important;
    padding             : 1px 5px 2px 5px !important;
    border              : 1px solid #6A2C91 !important;
}

span.material-icons {

    font-size: 32px !important;
    color: #6A2C91 !important;
}

.btn {
    background-color: #6A2C91 !important;
    color: white !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight:bold !important;
}

.fs-2 {

    color: #FDBB30 !important;
    text-shadow: 1px 1px 2px black !important;
}


.GridBoton {    
    margin:0px 0px;
    padding:0px;    
    border-radius:6px;
    width:100%;
    background-color:#6A2C91;
    border:none;
    text-decoration:none;    
    color:white;
    font-size:11px;
}

.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: auto;
    margin-left: 4px;
    margin-right: 4px;
    padding: 3px 7px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

.GridPager td {

    border-top    : 1px solid #6A2C91;    
    padding       : 2px 6px;
}

.GridPager td td {

    border: none;   
}


.GridPager a {

    background-color : white;
    color            : #6A2C91;
    
}

.GridPager span {

    background-color : #6A2C91;
    color            : white;

}

.GridFooter {

    border-top      : 1px solid #6A2C91 !important;
    border-bottom   : 2px solid #6A2C91 !important;
    font-size       : small             !important;
    color           : black             !important;
    font-weight     : bold              !important;
}

/* Paginador para Puntos de inspección*/

.GridPIPager a, .GridPIPager span {
    display: block;
    height: 40px;
    width: 40px;
    margin-top: 8px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 8px;
    padding: 4px 8px 8px 6px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 4px gray;
}

.GridPIPager a {
        
    padding: 5px 8px 8px 8px;
    background-color: #6A2C91;
    color: white;
}

.GridPIPager span     {

    background-color: white;
    color: #6A2C91;
    border: 2px solid #6A2C91;

}

.GridPIPager td {

    border:none;
}

.Botones {

    margin: 8px 8px;    
    float:left;    
}

.Boton {
        
    display:inline;
}

.Boton input {
    margin: 32px 16px 16px 0px;    
}

.Titular {        

    margin:0;    
    color:#FDBB30;
    text-shadow:1px 1px 0 #444;
    vertical-align:middle;
}

h2 {
    color:#FDBB30;
    text-shadow:1px 1px 2px black;
    margin-bottom:24px;
    margin-top:6px;
}

h3 {
    font-size:16px;
    color:#969EA3;
}


.MenuOpc{
    font-size:14px;
    font-weight:700;
    color:#FDBB30;
    height:30px;
    vertical-align:middle;
}

.ListaPuntos {
    
    margin-bottom:50px;
    width:100%; 

}


.margen-btn-nav {
    
    margin-right        : 16px;
    font-size           : xx-large;
    color               : #E64097;
}


.botons {

    background-color    : rgb(106,44,145); /* Green */
    border              : none;
    color               : white;
    padding             : 7px 10px;
    text-align          : center;
    text-decoration     : none;
    display             : inline-block;
    font-size           : 12px;
    font-weight         : bold;
    transition-duration : 0.4s;
    cursor              : pointer;
    border-radius       : 5px;
    box-shadow          : 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

}


.Sombreado {

    box-shadow          : 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.AlineaHorDer {
    
    text-align:right;

}

