﻿

/* RESPONSIVE */


/********  XL  *******/
@media screen and (min-width:1600px) {

    #paginaCabecera {
        
        width: 1600px;
       
    }



    #tdLogo {
        /*width: 15%;
        min-width: 250px;*/

        width: 250px;
    }



    #tdPubliTop {
        width: 1050px;
        /*border: 1px solid blue;*/
    }

    #tdUser {
        width: 250px;
    }

    #tdMenu {
        width: 800px;
    }

    #cuerpo {
        height: 100%;
        margin-top: 80px;
    }
   

    #paginaCuerpo {
        width: 1600px;
    }



    .cuerpoVentana {
        margin-left: 10px;
        margin-right: 10px;
    }



    #pie_pagina, #foot {
        width: 1190px;
    }

   
    #cabecera {
    
        width: 100%;
        height: auto;
   
    }

    #subcabecera {
        width: 100%;
        height: 26px;
        margin-top: 55px;
    }

    .tituloVentana {
        
        font-size: 110%;
     
    }

    /* VENTANA MENÚ USUARIO XL  */
    #containerVentanaMenuUsuario {
        /* top: 168px;*/
        top: 97px;
        right: 205px;
    }

    #tableMenuUsuario {
        width: 180px;
    }

        #tableMenuUsuario tr td {
            min-height: 35px;
            cursor: pointer;
            padding-top: 0px;
            height: 35px;
            padding-left: 10px;
        }

    #cuerpoVentanaMenuUsuario {
        min-height: 30px;
    }


    .tableCabeceraVentana {    
        height: 30px;
    }

    .aspaVentana {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        cursor: pointer;
    }
    #containerVentanaGen {
        top: 105px;
        top: 65px;
        right: 250px;
    }

    #tdCuerpoBody {
        padding-top: 14px;
    }

    /*NOTIFICACION CABECERA*/

    #botonNotificacion {
        background-color: #7596a5;
        width: 100px;
        height: 35px;
        text-align: center;
        /* padding-top: 7px;*/
        color: white;
        cursor: pointer;
    }



    #tableNotificacion {
        position: relative;
        margin: 0 auto;
        height: 100%;
    }

    #tdTextoNotificacion {
        width: 800px;
        padding-left: 50px;
        padding-right: 20px;
        /* font-size: 16px;*/
    }


    #notificacionCabecera {
        position:relative;
        top:80px;
        width: 100%;
        height: 50px;
     
    }

    #tdTextoNotificacion {
       
         font-size: 16px;
    }
    #botonNotificacion {
        
         padding-top: 7px;
       
    }

    #textoVentanaAlerta {
        font-size: 100%;
        margin: 20px;
    }

    #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
        height: 30px;
    }

}


/********  L  *******/
@media screen and (min-width:950px)and (max-width:1600px) {


    #paginaCabecera {
        width: 950px;
    }

    #tdLogo {
        width: 250px;
       
    }



    #tdPubliTop {
        /*width: 1050px;*/
        /*border: 1px solid blue;*/
    }

    #tdUser {
        width: 250px;
    }

    #tdMenu {
        width: 800px;
    }

    #cuerpo {
        margin-top: 80px;
        height: 100%;
    }
   


    #paginaCuerpo {
       
        width: 950px;
      /*  padding-left:60px;*/
       
    }


    .cuerpoVentana {
        margin-left: 10px;
        margin-right: 10px;
    }


    #pie_pagina, #foot {
        width: 950px;
    }

    #cabecera {
        width: 100%;
        height: auto;
    }

    #subcabecera {
        width: 100%;
        height: 26px;
        margin-top: 55px;
    }

    .tituloVentana {
        font-size: 110%;
    }
    /* VENTANA MENÚ USUARIO L  */
    #containerVentanaMenuUsuario {
        /* top: 168px;*/
        top: 97px;
        right: 205px;
    }

    #tableMenuUsuario {
        width: 180px;
    }

        #tableMenuUsuario tr td {
            min-height: 35px;
            cursor: pointer;
            padding-top: 0px;
            height: 35px;
            padding-left: 10px;
        }

    #cuerpoVentanaMenuUsuario {
        min-height: 30px;
    }


    .tableCabeceraVentana {
        height: 30px;
    }

    .aspaVentana {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        cursor: pointer;
    }

    #containerVentanaGen {
        top: 105px;
        top: 65px;
        right: 250px;
    }

    #tdCuerpoBody {
        padding-top: 14px;
    }


    /*NOTIFICACION CABECERA*/

    #botonNotificacion {
        background-color: #7596a5;
        width: 100px;
        height: 35px;
        text-align: center;
        /* padding-top: 7px;*/
        color: white;
        cursor: pointer;
    }



    #tableNotificacion {
        position: relative;
        margin: 0 auto;
        height: 100%;
    }

    #tdTextoNotificacion {
        width: 800px;
        padding-left: 50px;
        padding-right: 20px;
        /* font-size: 16px;*/
    }



    #notificacionCabecera {
        position: relative;
        top: 80px;
        width: 100%;
        height: 50px;
    }

    #tdTextoNotificacion {
        font-size: 16px;
    }
    #botonNotificacion {
        padding-top: 7px;
    }

    #textoVentanaAlerta {
        font-size: 100%;
        margin: 20px;
    }

    #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
        height: 30px;
    }

}

/********  M  *******/
@media screen and (min-width:650px)and (max-width:950px) {

    #cuerpo {
        margin-top: 85px;
        height:100%;
    }

    #paginaCuerpo {
       
    }

    #tdCuerpoBody{
        width:100%;
    }

    .cuerpoVentana {
        margin-left: 5px;
        margin-right: 5px;
    }

    #tdCuerpoMenuLateral {
        display: none;
    }

    #tdCuerpoMenuLateral {
        position: absolute;
        left: -10px;
        z-index: 1001;
        margin-top:-24px;
    }

    #tableArbol {
        width: 100%;
    }

    #cabecera {
        width: 100%;
        height: auto;
    }

    #subcabecera {
        width: 100%;
        height: 36px;
        margin-top: 57px;
    }

    .tituloVentana {
        font-size: 110%;
        padding-top: 4px;
    }
    /* VENTANA MENÚ USUARIO M  */
    #containerVentanaMenuUsuario {
        top: 60px;
        right: 3px;
    }

    #tableMenuUsuario {
        width: 180px;
    }

        #tableMenuUsuario tr td {
            min-height: 35px;
            cursor: pointer;
            padding-top: 0px;
            height: 35px;
            padding-left: 10px;
        }

    #cuerpoVentanaMenuUsuario {
        min-height: 30px;
    }

    .tableCabeceraVentana {
        height: 38px;
    }

    .aspaVentana {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        cursor: pointer;
        font-size:22px;
        float:right;
        margin-right:8px;
        
    }

    #containerVentanaGen {
        top: 93px;
        top: 60px;
        width:100%;
    }

    #tdCuerpoBody {
       /* padding-top: 14px;*/
    }

    /*NOTIFICACION CABECERA*/
    /*#notificacionCabecera {
        width: 100%;
        position: absolute;
        top: 96px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
    }*/

    #ventanaCuenta{

        height:850px;


    }

    #notificacionCabecera {
        position: relative;
        top: 90px;
        width: 100%;
        height: 50px;
    }

    #tableNotificacion {
        position: relative;
        margin: 0 auto;
        width:650px;
    }

    #tdTextoNotificacion {
        width: 545px;
        padding-left: 0px;
         font-size: 16px;
    }

    #botonNotificacion {
        background-color: #7596a5;
        width: 100px;
        height: 35px;
        text-align: center;
        color: white;
        cursor: pointer;
        padding-top: 7px;
    }
 
    /*ALERTA*/
    #textoVentanaAlerta {
        font-size: 100%;
        margin: 20px;
    }
    #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
        height: 30px;
    }

}


/********  S  *******/
@media screen and (min-width:500px)and (max-width:650px) {

    #cuerpo {
        margin-top: 70px;
        height: 100%;
    }

    #paginaCuerpo {
    }

    #tdCuerpoBody {
        width: 100%;
    }

    .cuerpoVentana {
        margin-left: 5px;
        margin-right: 5px;
    }

    #tdCuerpoMenuLateral {
        display: none;
    }

    #tdCuerpoMenuLateral {
        position: absolute;
        left: -10px;
        z-index: 1001;
        margin-top: -24px;
    }

    #tableArbol {
        width: 100%;
    }

    #cabecera {
        width: 100%;
        height: auto;
    }

    #subcabecera {
        width: 100%;
        height: 36px;
        margin-top: 57px;
    }

    .tituloVentana {
        font-size: 110%;
        padding-top: 4px;
    }
    /* VENTANA MENÚ USUARIO M  */
    #containerVentanaMenuUsuario {
        top: 60px;
        right: 3px;
    }

    #tableMenuUsuario {
        width: 180px;
    }

        #tableMenuUsuario tr td {
            min-height: 35px;
            cursor: pointer;
            padding-top: 0px;
            height: 35px;
            padding-left: 10px;
        }

    #cuerpoVentanaMenuUsuario {
        min-height: 30px;
    }

    .tableCabeceraVentana {
        height: 38px;
    }

    .aspaVentana {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        cursor: pointer;
        font-size: 22px;
        float: right;
        margin-right: 8px;
    }

    #containerVentanaGen {
        top: 93px;
        top: 60px;
        width: 100%;
    }

    #tdCuerpoBody {
        padding-top: 14px;
    }

    /*NOTIFICACION CABECERA*/
    #notificacionCabecera {
        width: 100%;
        position: absolute;
        top: 96px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0px;
    }

    #tableNotificacion {
        position: relative;
        margin: 0 auto;
        width: 650px;
    }

    #tdTextoNotificacion {
        width: 545px;
        padding-left: 0px;
        font-size: 16px;
    }

    #botonNotificacion {
        background-color: #7596a5;
        width: 100px;
        height: 35px;
        text-align: center;
        color: white;
        cursor: pointer;
        padding-top: 7px;
    }

    /*ALERTA*/
    #textoVentanaAlerta {
        font-size: 100%;
        margin: 20px;
    }

    #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
        height: 30px;
    }



   /* #tdCuerpoBody {
        width: 100%;
    }

    #cuerpo {
        margin-top: 70px;
        height: 100%;
    }

    #tdCuerpoMenuLateral {
        display: none;
    }


    #tdCuerpoMenuLateral {
        position: absolute;
        left: -10px;
        z-index: 1001;
    }

    #tableArbol {
        width: 100%;
    }
  
    #cabecera {
        width: 100%;
        height: auto;
    }

    #subcabecera {
        width: 100%;
        height: 35px;
        margin-top: 55px;
    }

    .tituloVentana {
        font-size: 110%;
    }
    
    #containerVentanaMenuUsuario {
        top: 97px;
        right: 205px;
    }

    #tableMenuUsuario {
        width: 180px;
    }

        #tableMenuUsuario tr td {
            min-height: 35px;
            cursor: pointer;
            padding-top: 0px;
            height: 35px;
            padding-left: 10px;
        }

    #cuerpoVentanaMenuUsuario {
        min-height: 30px;
    }


    .tableCabeceraVentana {
        height: 30px;
    }

    .aspaVentana {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        cursor: pointer;
    }

    #containerVentanaGen {
        width: 100%;
        top: 105px;
    }

    #tdCuerpoBody {
        padding-top: 14px;
    }

    #botonNotificacion {
        background-color: #7596a5;
        width: 100px;
        height: 35px;
        text-align: center;
        color: white;
        cursor: pointer;
    }



    #tableNotificacion {
        position: relative;
        margin: 0 auto;
        height: 100%;
    }

    #tdTextoNotificacion {
        width: 800px;
        padding-left: 50px;
        padding-right: 20px;
    }


    #notificacionCabecera {
        position: relative;
        top: 80px;
        width: 100%;
        height: 50px;
    }

    #tdTextoNotificacion {
        font-size: 16px;
    }
    #botonNotificacion {
        padding-top: 7px;
    }

    #textoVentanaAlerta {
        font-size: 100%;
        margin: 20px;
    }

    #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
        height: 30px;
    }*/

}

    /********  XS  *******/
    @media screen and (max-width:500px) {

        html {
            width: 500px;
        }


        #tdCuerpoBody {
            width: 100%;
        }



        #cuerpo {
            margin-top: 70px;
            margin-top: 87px;
            height: 100%;
        }


        #tdCuerpoMenuLateral {
            display: none;
            position: absolute;
            left: -10px;
            z-index: 1002;
        }

        #tableArbol {
            width: 100%;
        }

        #cabecera {
            width: 500px;
            height: auto;
        }

        #subcabecera {
            width: 500px;
            height: 43px;
            margin-top: 55px;
        }

        .tituloVentana {
            font-size: 125%;
        }

        #nombreUser {
            font-size: 115%;
        }

        /* VENTANA MENÚ USUARIO XS  */
        #containerVentanaMenuUsuario {
            /* top: 168px;*/
            top: 62px;
            right: 5px;
        }

        #tableMenuUsuario {
            width: 250px;
        }

            #tableMenuUsuario tr td {
                /* min-height: 45px;*/
                cursor: auto;
                padding-top: 0px;
                height: 50px;
                padding-left: 10px;
                font-size: 130%;
            }

        #cuerpoVentanaMenuUsuario {
            min-height: 60px;
        }


        .tableCabeceraVentana {
            height: 40px;
        }

        .aspaVentana {
            width: 26px;
            height: 26px;
            border-radius: 13px;
            cursor: default;
            line-height: 22px;
            font-size: 20px;
        }

        #containerVentanaGen {
            top: 105px;
            top: 60px;
            left: 0px;
        }


        /*NOTIFICACION CABECERA*/

        #botonNotificacion {
            background-color: #7596a5;
            width: 100px;
            height: 35px;
            text-align: center;
            /* padding-top: 7px;*/
            color: white;
            cursor: pointer;
        }



        #tableNotificacion {
            position: relative;
            margin: 0 auto;
            height: 100%;
        }

        #tdTextoNotificacion {
            width: 800px;
            padding-left: 50px;
            padding-right: 20px;
            /* font-size: 16px;*/
        }


        #notificacionCabecera {
            position: absolute;
            top: 100px;
            width: 499px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #botonNotificacion {
            margin-right: 20px;
            font-size: 20px;
            padding-top: 4px;
        }

        #tdTextoNotificacion {
            font-size: 18px;
        }

        #textoVentanaAlerta {
            font-size: 18px;
            margin: 20px;
        }

        #bCancelarVentanaAlerta, #bAceptarVentanaAlerta {
            height: 40px;
            font-size: 18px;
            padding-top: 7px;
        }

        #tdTituloCabeceraVentanaGen {
            width: 450px;
        }
    }
    /*******************************************************************/
    /*******************************************************************/
    /* FIN MEDIA QUERIES*/
    /*******************************************************************/
    /*******************************************************************/


    /*GENERAL*/


    html {
        font-size: 90%;
        margin: 0;
        padding: 0;
        height: 100%;
        min-height: 100%;
    }

    body {
        background: #eff8e0;
        color: black;
        text-align: left;
        margin: 0;
        padding: 0;
        font-family: Arial;
        width: 100%;
        float: left;
        height: 100%;
        /*background-image: url('/Images/layout/arbol-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
        /*height: 3000px;*/
    }


    #cuerpo {
        position: relative;
        /* height: 100%;*/
        background-image: url('/Images/layout/arbol-1.jpg');
        background-size: cover;
        background-repeat: repeat;
       /* min-height: 800px;*/
        /* CON PUBLI*/
        /* margin-top: 126px;*/
        /* SIN PUBLI*/
        /*margin-top: 80px;*/
    }

#cabecera {
    background-color: #82a542;
    position: fixed;
    z-index: 10000;
    z-index: 1000;
}

    #subcabecera {
        background-color: #7596a5;
        z-index: 1000;
        position: fixed;
        /* margin-top: 55px;*/
    }

    #pie {
        height: auto;
    }


    #mascaraLogo {
        background-color: #82a542;
        z-index: 12000;
        position: fixed;
        /*width:contain;
    height:contain;*/
        /*display: flex;
        justify-content: center;
        align-items: center;*/
        display:none;
    }

#mascaraLogo img {
    display: block;
    top: 100px;
    position: relative;
    margin: 50px auto;
}


#mascaraLoading {
    background-color: #82a542;
    z-index: 12000;
    position: fixed;
    /*width:contain;
    height:contain;*/
   /* display: flex;
    justify-content: center;
    align-items:center;*/
    display:none;
}

#mascaraLoading img{

    display:block;
   top:200px;
   position:relative;
   margin:50px auto;

}




    h2 {
        font-size: 120%;
        font-family: Cambria,Arial;
    }

    a:link {
        color: #82a542;
        text-decoration: none;
    }

    a:visited {
        color: #82a542;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        color: #82a542;
    }


    /*CABECERA*/

    /*#cabecera, #subcabecera,#notificacionCabecera, #pie {
    position: relative;
    width: 100%;
    min-width: 990px;
    float: left;
}*/


    #paginaCabecera {
        /*border:1px solid red;*/

        position: relative;
        margin: 0 auto;
    }


    #tableCabecera {
        position: relative;
        margin: 5px auto;
        width: 100%;
    }

    #tdLogo {
        width: 40%;
        padding-left: 20px;
    }


    #tdPubliTop {
        width: 30%;
    }

    #tdUser {
        width: 30%;
    }


    #logo {
        position: relative;
        margin: 0 auto;
        width: 200px;
    }


    #publiTop {
        position: relative;
        margin: 0 auto;
        /*width: 728px;*/
    }




    #accesoUsuario, #nombreUser {
     /*   width: 110px;*/
        text-align: center;
        color: white;
        cursor: pointer;
        position: relative;
        margin: 0 auto;
    }

        #accesoUsuario:hover, #nombreUser:hover {
            color: #f024bb;
            font-weight: bold;
        }



    #acceso {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }







    .tdPubliMaster {
        vertical-align: top;
        padding-top: 10px;
        width: 100%;
        top: 0px;
        margin-top: 0px;
    }


    .publiMaster {
        position: relative;
        margin: 0 auto;
    }



    #cab_logo {
        position: relative;
        margin: 0 auto;
    }




    /*CUERPO*/


    #paginaCuerpo {
        /*  border: 1px solid red;*/

        position: relative;
        margin: 0 auto;
    }

    #tableCuerpo {
        position: relative;
        margin: 0 auto;
        margin-bottom: 5px;
        vertical-align: top;
        width: 100%;
        /*border: 1px solid yellow;*/
    }




    #tdCuerpoBody {
        vertical-align: top;
        /*  border: 1px solid white;*/

        float: left;
    }

    #tdCuerpoMenuLateral {
        padding-left: 10px;
        padding-top: 10px;
        width: 270px;
        vertical-align: top;
        /* border: 1px solid white;*/
        float: left;
    }


    /*MENÚ LATERAL*/

    #menuLateralMaster {
        vertical-align: top;
        margin-top: 5px;
        width: 250px;
    }


    #botonMenuLateral {
        width: 112px;
        border-radius: 56px;
        background-color: white;
        position: absolute;
        top: 100px;
        left: 100px;
        z-index: 10000;
    }






    /*div.cab_ventana {
    background-color: #82a542;
    color: white;
    padding-left: 50px;
    height: 30px;
    font-family: Cambria;
    font-size: 120%;
    padding-top: 5px;
}*/





    .pagina {
        width: 100%;
        height: 100%;
        font-size: 120%;
        font-family: Cambria,Arial;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    /*  NOTIFICACION */

    #notificacionCabecera {
        /* position:relative;
    top:80px;
    width: 100%;
    height: 50px;
  */
        color: #5e5e5e;
        opacity: 0.9;
        display: none;
        z-index: 1001;
        background-color: white;
    }



    /*
.mascara {
    background: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1000;
    display: none;
}

*/
    .mascara {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        z-index: 1000;
        display: none;
    }

#mascaraCookies {
    z-index: 1001;
}

/*
#ventanaGen {
    z-index: 12005;
}
*/



    #loading {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 0, 0, 0, 0.8 );
        color: white;
        font-size: 140%;
        font-weight: bold;
        text-align: center;
        padding-top: 20%;
    }

    #imgLoading {
        width: 50px;
        position: absolute;
        left: 60px;
        top: 60px;
        z-index: 300;
        display: none;
    }



    div#cab_noaut {
    }

    #tbCabStatus {
        display: none;
    }

    #ddlPaginas {
        display: none;
    }

    .tbSes {
        display: none;
    }



    div#cab_aut {
        position: relative;
        margin: 5px auto 5px 0;
        float: left;
    }

    div#notificacion, div#cuenta, div#busqueda {
        display: none;
    }

    .mostrarPanel {
        display: block;
    }

    .ocultarPanel {
        display: none;
    }


    /*******************************************************************/
    /****************** VENTANAS ****************************************/
    /*******************************************************************/

    /*  VENTANA MÓVIL */


    .ventana {
        border: 5px solid #82a542;
        background-color: white;
    }

    .containerVentana {
        border: 1px solid white;
        width: auto;
        height: auto;
        /*  position:absolute;*/
        position: fixed;
        z-index: 1001;
        background-color: white;
    }


    .tableCabeceraVentana {
        width: 100%;
        background-color: #82a542;
        color: white;
        cursor: move;
        /*border:1px solid #82a542;*/
        border-collapse: collapse;
    }

    .tdAspaCabeceraVentana {
         width: 20px;
    }

    .imgAspaVentana {
        cursor: pointer;
    }

    .tdAspaCabeceraVentana img {
        width: 20px;
    }

    /*.tituloVentana {
    margin-left: 30px;
    font-size: 110%;
    font-weight: bold;
}*/

    .cuerpoVentana {
        min-width: 150px;
        min-height: 150px;
        margin-top: 5px;
        margin-bottom: 5px;
    }





    /* VENTANA GENERAL  */
    #containerVentanaGen {
        display: none;
        /* top: 105px;
    right: 250px;*/
    }

    /* VENTANA MENÚ USUARIO  */

    #containerVentanaMenuUsuario {
        /* top: 168px;*/

        display: none;
        z-index: 1001;
    }

        #containerVentanaMenuUsuario a {
            display: block;
        }


    #tableMenuUsuario {
        position: relative;
        margin: 0 auto;
    }

        #tableMenuUsuario tr td {
            font-weight: bold;
            color: #5e5e5e;
            border-bottom: 2px solid #88ac2b;
        }

            #tableMenuUsuario tr td:hover {
                color: #de1070;
            }

        #tableMenuUsuario tr:last-child td {
            border-bottom: none;
        }


        #tableMenuUsuario tr {
        }




    /* VENTANA MENÚ LATERAL PERFIL  */


    /* VENTANA ALERTA  */

    #containerVentanaAlerta {
        display: none;
        top: 97px;
        right: 30px;
        max-width: 350px;
        z-index:1002;
    }



    #tableBotonesVentanaAlerta {
        margin: 0 auto;
        margin-bottom: 5px;
        padding-left: 10px;
        width: 80%;
    }

        #tableBotonesVentanaAlerta td {
            width: 50%;
        }


    /*  CAPA OSCURA  */

    #capaOscura {
        background-color: #eff8e0;
        z-index: 100;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.5;
        display: none;
    }



    div#notificacion, div#cuenta, div#busqueda {
        display: none;
    }



    /*******************************************************************/
    /****************** BOTONES ****************************************/

    div.bNaranja {
        width: 100px;
        height: 20px;
        position: relative;
        margin: 10px 20px;
        float: right;
        color: #0377aa;
        text-align: center;
        padding-top: 4px;
        background-color: #efad2c;
        cursor: pointer;
        font-weight: bold;
    }

        div.bNaranja:hover {
            color: #f024bb;
        }

    div.bVerde {
        width: 100px;
        height: 20px;
        position: relative;
        margin: 10px 20px;
        float: right;
        color: white;
        text-align: center;
        padding-top: 4px;
        background-color: #82a542;
        cursor: pointer;
        font-weight: normal;
    }

        div.bVerde:hover {
            font-weight: bold;
        }

    div.bRojo {
        width: 100px;
        height: 20px;
        position: relative;
        margin: 10px 20px;
        float: right;
        color: white;
        text-align: center;
        padding-top: 4px;
        background-color: #f024bb;
        cursor: pointer;
        font-weight: normal;
    }


        div.bRojo:hover {
            font-weight: bold;
        }

    div.bGris {
        width: 100px;
        height: 20px;
        position: relative;
        margin: 10px 20px;
        /*   float:right; */
        color: white;
        text-align: center;
        padding-top: 4px;
        background-color: #999999;
        cursor: pointer;
    }

        div.bGris:hover {
            font-weight: bold;
        }

    div.bLink {
        border: none;
        color: #82a542;
        font-weight: bold;
        font-size: 90%;
        position: relative;
        float: right;
        margin: 5px 20px 0 0;
        cursor: pointer;
    }

        div.bLink:hover {
            color: #f024bb;
        }

    div.boton {
        height: 20px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        padding-top: 4px;
        background-color: #82a542;
        color: white;
    }

        div.boton:hover {
            color: #f024bb;
            cursor: pointer;
        }





    div#identificacion {
        color: white;
        float: left;
    }

    table#tablaIdentificacion td {
        padding-left: 10px;
    }

    #email {
        width: 200px;
    }

    #password {
        width: 170px;
    }

    div#entrar {
        width: 100px;
        height: 100%;
        float: left;
        color: white;
        text-align: center;
    }


    /*PIE*/

    div#barra {
        background-color: #7596a5;
        height: 2px;
        position: relative;
        margin: 0 auto;
        width: 100%;
        float: left;
    }

    table#tableBarra {
        width: 100%;
        height: 1px;
        background-color: #7596a5;
    }

    div#pie_pagina {
        position: relative;
        margin: 5px auto;
        /* width: 990px;*/
        height: 30px;
        padding-top: 10px;
        color: #7596a5;
    }

    table#foot {
        font-size: 90%;
        text-align: center;
    }

        table#foot tr td a {
            color: #7596a5;
            text-decoration: none;
        }

            table#foot tr td a:hover {
                color: #f024bb;
            }




    /******************************************************************/



    /* Caja CONFIGURACIÓN DE USUARIO*/

    /*div#configuracionAreaClick {
position:absolute;
width:auto;
height:300px;
top:-30px;
right:90px;
z-index:9000;
display:none;
}
div#configuracion {
height:160px;
margin-top:40px;
width:auto;
border:5px solid #0377aa;
background-color:white;
}
div#cab_configuracion {
width:100%;
height:32px;
background-color:#0377aa;
color:white;
}
table#tableCabConfiguracion {
width:100%;
height:100%;
}
table#tableCabConfiguracion tr td#tdCabConfiguracionTitulo {
width:auto;
height:100%;
padding-left:10px;
font-family:Cambria;
font-size:100%;
font-weight:bold;
}
table#tableCabConfiguracion tr td#tdCabConfiguracionAspa {
width:20px;
height:100%;
}
table#tableConfiguracion {
width:auto;
height:auto;
border-collapse:collapse;
margin:0 10px 5px 10px;
}
table#tableConfiguracion tr {
height:40px;
width:auto;

}


table#tableConfiguracion tr td.confName {
color:#0377aa;
padding-left:10px;
width:150px;
}
table#tableConfiguracion tr td.confValue {
color:#82a542;
font-size:100%;
font-weight:bold;
padding-left:10px;
width:140px;
}
table#tableConfiguracion tr td.confValue:hover {
color: #f024bb;
cursor:pointer;
}
table#tableConfiguracion tr.confSeparador {
background-color:#0377aa;
height:2px;
}*/
    /**************************************************************************/
    /************** Caja CONFIGURACIÓN DE Idioma DE USUARIO *******************/
    /**************************************************************************/

    /*div#conLangAreaClick {
position:absolute;
width:330px;
height:300px;
top:-30px;
right:90px;
z-index:9001;
display:none;
}
div#conLang {
height:160px;
margin-top:40px;
width:auto;
border:5px solid #0377aa;
background-color:white;
}
div#cab_conLang {
width:100%;
height:32px;
background-color:#0377aa;
color:white;
}
table#tableCabConLang {
width:100%;
height:100%;
}
table#tableCabConLang tr td#tdCabConLangTitulo {
width:auto;
height:100%;
padding-left:10px;
font-family:Cambria;
font-size:100%;
font-weight:bold;
}
table#tableCabConLang tr td#tdCabConLangAspa {
width:20px;
height:100%;
}
table#tableConLang {
width:auto;
height:auto;
border-collapse:collapse;
margin:0 10px 5px 10px;
}
table#tableConLang tr {
height:40px;
width:auto;

}


table#tableConLang tr td.conLgName {
color:#0377aa;
padding-left:10px;
width:150px;
text-align:center;
}
table#tableConLang tr td.conLgValue {
color:#82a542;
font-size:100%;
font-weight:bold;
padding-left:10px;
width:140px;
}
table#tableConLang tr td.conLgValue:hover {
color: #f024bb;
}
table#tableConLang tr.conLgSeparador {
background-color:#0377aa;
height:2px;
}*/

    /*  VENTANA MÓVIL */


    /*.ventana {
    border: 5px solid #0377aa;
    background-color: white;
}

#containerAjusteImg.containerVentana {


    border: 1px solid white;
    width: auto;
    height: auto;
      position:absolute;
    z-index: 10000;
    background-color: white;
}


*/


    .tableCabVentana {
        width: 100%;
        height: 30px;
        background-color: #82a542;
        color: white;
        cursor: move;
    }

    .tdAspaCabVentana {
        width: 20px;
    }

    /*.imgAspaVentana {
    cursor: pointer;
}*/

    /*.tdAspaCabVentana img {
    width: 20px;
}*/

    .tituloVentana {
        margin-left: 30px;
        /* font-size: 110%;*/
        font-weight: bold;
    }

    #menuLateral .tituloVentana {
        width: 100px;
    }

    .aspaVentana {
        background-color: white;
        color: #82a542;
        font-weight: bold;
        display: flex;
        justify-content: center; /* align horizontal */
        align-items: center; /* align vertical */
    }





    /**************************************************************************/
    /************** BÚSQUEDA *******************/
    /*************************************/


    /*#containerVentanaBusqueda {
    border: 1px solid white;
    width: auto;
    height: auto;
    position: relative;
    margin: 10px auto;
    background-color: white;
    display: block;
}

#paginaBusqueda{

    display:none;
    position:absolute;
    top:0px;
   
}*/