/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face {
    font-family: century;
    src: url(../fonts/century-gothic.ttf);    
}

@font-face {
    font-family: raleway;
    src: url(../fonts/Raleway-Regular.ttf);    
}

html{
    height: 100%;
}

.ui-widget,.ui-widget .ui-widget {
    font-family: Montserrat !important;
}

body {
    font-size: 12px;
    margin: 0px;
    padding: 0;
    font-family: Montserrat;
}

img.left {
    float: left;
    margin: 0 20px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 20px;
}

.divInstructions{
    width: 100%;
    background-color: #FFE9CE;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

/** Estilos propios para adaptar al sistema**/

.alineaIzquierda{
    float: left;
    text-align: left;
}

.alineaDerecha{
    float: right;
    text-align: right;
}
.alineaCentro{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.alineaTop{
    vertical-align: top !important;
}


.txtCantidadesTabla{
    float: right;
    text-align: right;
    width: 90px;
}

.btnTabla{
    margin: auto;
    height: 18px;
}


.width50 {
    min-width: 50px;
    width: 50px;
} 

.width100 {
    min-width: 100px;
    width: 100px;
}

.width120 {
    min-width: 120px;
    width: 120px;

}

.width150 {
    min-width: 150px;
    width: 150px;
}

.width165 {
    min-width: 165px;
    width: 165px;
    padding-left: 10px;
    padding-right: 10px;
}

.width200 {
    min-width: 200px;
    width: 200px;
}

.width210 {
    min-width: 210px;
    width: 210px;
}

.width225 {
    min-width: 225px;
    width: 225px;
}

.width250 {
    min-width: 250px;
    width: 250px;
}
.width300 {
    min-width: 300px;
    width: 300px;
    vertical-align: top !important;

}
.width340 {
    min-width: 340px;
    width: 340px;
    vertical-align: top !important;

}
.width350 {
    min-width: 350px;
    width: 350px;
}

.width66P {
    min-width: 66%;
    width: 66%;
    vertical-align: top !important;
}

.width25P {
    min-width: 25%;
    width: 25%;
    vertical-align: top !important;
}

.width33P {
    min-width: 33%;
    width: 33%;
    vertical-align: top !important;
}
.width44P {
    min-width: 44%;
    width: 44%;
    vertical-align: top !important;
}
.width33PM { /**No alinea al top**/
    min-width: 33%;
    width: 33%;

}
.width15PM {
    min-width: 15%;
    width: 15%;
}
.width70PM {
    min-width: 70%;
    width: 70%;
}

.width50P {
    min-width: 50%;
    width: 50%;
    vertical-align: top !important;
}
.width50P input{
    width: 48%;   
}

.width100P {
    min-width: 100%;
    width: 100%;
    vertical-align: top !important;
}

.width100P input{
    width: 98%;   
}


.width95P {
    min-width: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.width95P input{
    width: 90%;   
}

.width400 { 
    min-width: 400px;
    width: 400px;
    vertical-align: top !important;
}

.negrita{
    font-weight: bolder;    
} 

.textoGris{
    color: #444444;
}
.textoMagenta{
    color: #b94a48;
}
.textoVerde{
    color: #339966;
}
.textoPeru{
    color: peru;
}

.textoAzul{
    color: #06c;
}
.texto10{
    font-size: 10px;
}

.texto12{
    font-size: 12px;
}

.texto14{
    font-size: 14px;
}
.texto16{
    font-size: 16px;
}
.textoResponsivo{
    font-size: 12px;
}

.textoGrisClaro{
    color: #999;
}

/* Header */
#logo {
    width: 960px;
    height: 75px;
    margin: 0 auto;
    padding: 25px 10px 0 10px;
}

#logo h1, #logo p {
    float: left;
    margin: 0;
}

#logo h1 {
    padding: 0 0 0 0;
    letter-spacing: -1px;
    font-weight: normal;
    font-size: 3em;
}

#logo p {
    text-transform: uppercase;
    padding: 47px 0 0 3px;
    font-size: 10px;
    color: #FFFFFF;
}

#logo a {
    border: none;
    text-decoration: none;
    color: #DC8700;
}



.cabecera{
    width: 100%;
    height: 70px;
    margin-bottom: 3px;
    background-color: #cecece;
    color: #06c; 
    z-index: 999;
    position: fixed;
    top: 0;
}

.cabeceraPublica{
    width: 100%;
    height: 60px;
    margin-bottom: 3px;
    background-color: #1e306a;
    color: #FFF; 
    z-index: 999;
    position: fixed;
    font-size: 28px;
    top: 0; 
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.subcabeceraPublica{
    width: 100%;
    height: 20px;
    margin-bottom: 3px;
    background-color: #1e306a;
    color: #FFF; 
    z-index: 999;
    position: fixed;
    font-size: 15px;
    top: 61px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}


/* Wrapper */


.wrapperLogin {
    background: #50a3a2;
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #339966 100%);
    background: linear-gradient(to bottom right, #50a3a2 0%, #336699 100%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 400px;
    margin-top: -200px;
    overflow: hidden;
}


.pie {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding-top: 12px;
    height: 5%;
    width: 100%;
    font-family: Montserrat;
    font-size:12px;
    float: left;
    top: 95%;
    position: fixed;
    background-color: #1e306a;
    z-index: 9;
}


/* frameContenido */


@media screen and (max-width: 4096px) {

    .contenidoFrame {
        background-color: #FFF;
        width: 78.50%;
        left: 18.5%;
        min-height: 80%;
        position: absolute;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 2048px) {

    .contenidoFrame {
        background-color: #FFF;
        width: 80.50%;
        left: 17.5%;
        min-height: 80%;
        position: absolute;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1680px) {

    .contenidoFrame {
        background-color: #FFF;
        width: 80.5%;
        left: 18.0%;
        min-height: 80%;
        position: absolute;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .textoResponsivo{
        font-size: 12px;
    }
}

@media screen and (max-width: 1280px) {

    .contenidoFrame {
        background-color:  #FFF;
        width: 98%;
        min-height: 70%;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 120px;
        padding-bottom: 60px;
        left: 0%;
    }

    .textoResponsivo{
        font-size: 11px;
    }

}

@media screen and (max-width: 800px) {

    .contenidoFrame {
        display: none;
    }

    .textoResponsivo{
        font-size: 10px;
    }
}

.tittle{
    color: #06c;
    font-weight: bolder;
    font-size:20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 10px;
    white-space: inherit;
    text-align: right;
}

.subtittle{
    color: #06c;
    font-weight: bolder;
    font-size:15px;
    margin-top: 10px;
    padding-left: 10px;
    padding-top: 10px;
    white-space: inherit;
    text-align: right;
}

.helpText{

    color: #787878;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 2px;
    text-align: right;
}

.botonBorrar{
    margin: auto;
    height: 16px;
    width: 28px;
}
.botonNuevo{
    margin: 15px;
}

.divContenido{
    width: 90%;
    height: 100%;
    margin: auto;
    background-color: rgba(255,255,255,.7);
    padding: 30px;

}

.linkSelecionado {
    padding:5px; 
    background-image: url('../img/checked.png'); 
    background-size: 18px;
    background-color: #dedede;
    font-size: 12px;
    color: #06c;  
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 25px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    text-decoration: none;
}

.linkNoSelecionado {
    padding:5px; 
    background-image: url('../img/unchecked.png'); 
    background-size: 18px;
    font-size: 12px;
    color: #06c;  
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 25px;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    text-decoration: none;
}


.msg {
    margin-left: auto;
    margin-right: auto;
    padding:5px; 
    padding-left: 25px;
    width: 95% !important;
    background-repeat: no-repeat;
    background-position-y: center;

}



.msg.advertencia {
    background-image: url('../img/alert.png'); 
    background-size: 18px;
    border:1px solid #F2DD8C;
    font-size: 12px;
    color: peru;  
}
.msg.informacion {
    border:1px solid #B8E2FB; 
    background:#cecece ;
    font-size: 12px
}
.msg.exito {
    background-image: url('../img/done.png'); 
    background-size: 20px;
    border:1px solid #BBDF8D;
    font-size: 12px;
    color: #339966;
}

.msg.exitoSinImg {
    background:#BBDF8D;
    border:1px solid #339966;
    font-size: 12px;
}

.msg.error {
    border:1px solid #FFAEAE; 
    background:#FEEBEB;
    font-size: 12px
}

.iconoAccion {
    background-size: 30px;
    background-repeat: no-repeat;
    padding: 15px !important;
    background-position: center;    
    margin: 5px;
    height: 35px;
}

.iconoEditar{
    background-image: url('../img/edit.png');    
}

.iconoVisualizar{
    background-image: url('../img/view.png');    
}
.iconoXLS{
    background-image: url('../img/file-xls.png'); 
}
.iconoPDF{
    background-image: url('../img/file-pdf.png'); 
}
.iconoPDF-U{
    background-image: url('../img/file-pdf-u.png'); 
}
.iconoDOC{
    background-image: url('../img/file-doc.png'); 
}

.iconoTXT{
    background-image: url('../img/file-txt.png'); 
}

.iconoVersiones{
    background-image: url('../img/documents.png'); 
}

.iconoVersionesU{
    background-image: url('../img/documents-u.png'); 
}

.iconoBorrar{
    background-image: url('../img/trash-can.png'); 
}
.iconoAnadir{
    background-image: url('../img/add.png'); 
}

.iconoResoluciones{
    background-image: url('../img/list.png'); 
}

.iconoSalir{
    background-image: url('../img/power.png'); 
}

.iconoContrasena{
    background-image: url('../img/lock.png'); 
}

.iconoMenu{
    background-image: url('../img/menu.png'); 
}

.iconoHome{
    background-image: url('../img/homesearch2.png'); 
}
.iconoAcceso{
    background-image: url('../img/login-w.png'); 
}
.iconoSuscripcion{
    background-image: url('../img/feed2.png'); 
}
.iconoDescargar{
    background-image: url('../img/download.png'); 
}

.iconoExpediente{
    background-image: url('../img/folder-information.png'); 
}

.iconoAsociados{
    background-image: url('../img/document-information.png'); 
}

.iconoHomeA{
    background-image: url('../img/home_ces.png'); 
}
.iconoBusca{
    background-image: url('../img/search.png'); 
}
.iconoLimpiar{
    background-image: url('../img/limpiar.png'); 
}

.logoCES{
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center;    
    background-image: url('../img/caces_portada_d_v2.png'); 
    height: 147px;
    margin-top: 60px;
    position: relative;
}

.logoInicialCesConuep{
    border-radius: 10px;
    cursor: pointer;
    background: #FFF;
    height: 45px;
    margin-top: 30px;
    position: relative;
    width: 300px;
    vertical-align: middle;
    color: #06c;
    padding: 16px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.16),2px 2px 10px 2px rgba(0,0,0,0.12);
    margin-left: auto;
    margin-right: auto;
}


.logoInicialCesConuep:hover{
    background: #06c;
    color: #FFF;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;    
}




.resaltado{
    border:1px solid #F2DD8C !important; 
    background-color:#F2DD8C !important; 
    color: peru !important;

}

/***********Menu inicia ***********/
.btnInicial{
    color: #285e8e;
    /* font-size: 1.4em; */
    border-radius: 10px;
    border: #2a6496 solid 1px;
    cursor: pointer;
    height: 85%;
    width: 85%;
    background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#cfe7fa));
    background: -webkit-linear-gradient(top, #cfe7fa 0%,#cfe7fa 100%);
    background: -o-linear-gradient(top, #cfe7fa 0%,#cfe7fa 100%);
    background: -ms-linear-gradient(top, #cfe7fa 0%,#cfe7fa 100%);
    background: linear-gradient(to bottom, #cfe7fa 0%,#cfe7fa 100%);
    margin: 4%;
    padding: 3.5%;
}
.btnInicial:hover,.btnInicial:active,.btnInicial:focus {
    color: #285e8e;
    /* font-size: 1.4em; */
    border-radius: 10px;
    border: #2a6496 solid 1px;
    cursor: pointer;
    height: 85%;
    width: 85%;
    background: -moz-linear-gradient(top, #cfe7fa 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe7fa), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #cfe7fa 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #cfe7fa 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #cfe7fa 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #cfe7fa 0%,#ffffff 100%);
    margin: 4%;
    padding: 3.5%;

}



/************************ BOTONES  ************************************/

.botonAccion {
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: #FFF;
    border: 1px solid #06c;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 5px;
    color: #06c !important;
}

.botonAccion span {
    position: relative;
    z-index: 1;
    color: #06c;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


.botonAccion:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.botonAccion:hover,.botonAccion:active,.botonAccion:focus {
    border-color: #06c;
    background: #06c;
    color: #FFF !important;

}
.botonAccion:hover span, .botonAccion:active span, .botonAccion:focus span {
    color: #ffffff;
}
.botonAccion:active span, .botonAccion:focus span {
    color: #06c;
}
.botonAccion:active:before, .botonAccion:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}
/*boton cancelar*/
.botonCancelar{
    outline: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    background: 0;
    border: 1px solid #c03;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 5px;
    color: #c03 !important;
}
.botonCancelar span {
    position: relative;
    z-index: 1;
    color: #c03;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.botonCancelar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #c03;

}
.botonCancelar:hover, .botonCancelar:active, .botonCancelar:focus {
    border-color: #c03;
    background: #c03;
    color: #FFF !important;
}
.botonCancelar:hover span, .botonCancelar:active span, .botonCancelar:focus span {
    color: #ffffff;
}
.botonCancelar:active span, .botonCancelar:focus span {
    color: #c03;
}
.botonCancelar:active:before, .botonCancelar:focus:before {
    opacity: 1;
    -webkit-transform: scale(10);
    transform: scale(10);
}
/*============================*/
.btnInicio {
    background: #1d88cf;
    background-image: -webkit-linear-gradient(top, #1d88cf, #0092ed);
    background-image: -moz-linear-gradient(top, #1d88cf, #0092ed);
    background-image: -ms-linear-gradient(top, #1d88cf, #0092ed);
    background-image: -o-linear-gradient(top, #1d88cf, #0092ed);
    background-image: linear-gradient(to bottom, #1d88cf, #0092ed);
    -webkit-border-radius: 53;
    -moz-border-radius: 53;
    border-radius: 53px;
    text-shadow: 4px 5px 6px #666666;
    color: #ffffff;
    font-size: 43px;
    padding: 0px 15px 3px 15px;
    border: solid #ffb012 1px;
    text-decoration: none;
}

.btnInicio:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

/**   resaltado de busquedas  **/
#contenedorBusqueda b{
    background-color:#FF9;
    color:#000;
    font-weight: bolder;
}

.marcoPanel{
    color: #06c !important;
    width: 70%;
    margin: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #06c;
    margin-left: auto;
    margin-right: auto;
}
.logoCESinicio {
    background-repeat: no-repeat;
    background-position: center;    
    margin: 10px auto;
    background-image: url('../img/caces_portada_d_v2.png'); 
    background-size: contain; /* Ajusta la imagen al ancho disponible */
    padding-top: 150px;
    width: 100%;
    max-width: 500px; /* Evita que el logo sea gigante en monitores ultra wide */
}

.contenedorTextoInicio {
    min-height: 135px;
    height: auto; /* IMPORTANTE: permite que el contenedor crezca con el texto */
    padding-right: 50px; 
    padding-left: 50px;
    margin-bottom: 20px;
}

.textoJustificado{
    text-align: justify;
}

.panelInicial.ui-panelgrid>*>tr,
.panelInicial.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

/***xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx RESPONSIVE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx***/
@media(max-width:1200px){
    .marcoPanel{
        color: #06c !important;
        width: 85%;
        margin: 10px;
        padding: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
    }

}


@media(max-width:900px){
    .logoCES{
        background-size: 500px;
        background-repeat: no-repeat;
        padding: 15px !important;
        background-position: center;    
        margin: 5px;
        background-image: url('../img/caces_login_v2.png'); 
        height: 120px;
        margin-top: 55px;
    }

    .marcoPanel{
        color: #06c !important;
        width: 95%;
        margin: 10px;
        padding: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;

    }

    .msg {

        padding:5px;
        padding-left: 22px; 
        width: 90% !important
    }

    .cabeceraPublica{
        width: 100%;
        height: 46px;
        margin-bottom: 3px;
        background-color: #1e306a;
        color: #FFF; 
        z-index: 999;
        position: fixed;
        font-size: 22px;
        top: 0;
    }

    .cabecera{
        font-size: 60% !important;

    }
}



@media(max-width:600px){
    .cabeceraPublica{
        width: 100%;
        height: 42px;
        margin-bottom: 3px;
        background-color: #1e306a;
        color: #FFF; 
        z-index: 999;
        position: fixed;
        font-size: 16px;
        top: 0;
    }

    .marcoPanel{
        color: #06c !important;
        width: 90%;
    }

    .textoResponsivo{
        font-size: 8px;
    }
}


@media(max-width:400px){
    .marcoPanel{
        color: #06c !important;
        width: 85%;
        margin: 5px;
        padding: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .logoCES {
        background-size: 300px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 5px;
        background-image: url(../img/caces_login_v2.png);
        height: 40px;
        margin-top: 100px;
    }
    .imagenCesBusqueda{
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: center;    
        margin: 5px;
        background-image: url('../img/caces_login_v2.png'); 
        height: 40px;
        margin-top: 50px;
    }
    .imagenHistoricaBusqueda{
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: center;    
        margin: 5px;
        background-image: url('../img/caces_login_v2.png'); 
        height: 40px;
        margin-top: 50px;
    }

    .cabeceraPublica{
        width: 100%;
        height: 36px;
        margin-bottom: 2px;
        background-color: #1e306a;
        color: #FFF; 
        z-index: 999;
        position: fixed;
        font-size: 14px;
        top: 0;        
    }

    .msg {
        margin-left: auto;
        margin-right: auto;
        padding:5px;
        padding-left: 22px; 
        width: 80% !important
    }

    .pie {
        display: none;

    }

    .contenedorTextoInicio{
        padding-right: 10px; padding-left: 10px
    }

    .logoCESinicio{
        padding-top: 20px;
    }

    .subcabeceraPublica {
        width: 100%;
        margin-bottom: 3px;
        background-color: #1e306a;
        color: #FFF;
        z-index: 999;
        position: relative;
         font-size: 9px; 
         top: 5px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

}
