/**
    * Ficheros:.........: rld_index.css
    * Descripcion.......: Módulo estilo carga contenidos página principal
    * Fecha Creacion....: 12/07/2023
    * Fecha Modificacion: 
    *
    * @copyright CopyRight(C)2023 Daniel Rosado
    * @author Daniel Rosado
*/

.area_Trabajo{
    position: fixed;
    top:92px;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
    /*padding:5px;*/   
    border:1px solid #808080;
    border-radius: 10px 10px 10px 10px;
    width:calc(100% - 10px); 
    /*width: 100%;*/
    height: calc(100% - 152px);
    font-family: Arial;
    font-size: inherit;
    background-color: rgba(235, 235, 235, 0.85);
    overflow-y: auto;
}

.area_Cabecera{
    position: absolute;
    padding:0 5px 0 5px;   
    top:0px;
    width:100%;
    /*width:calc(100% - 10px);*/
    height: 55px;
    overflow-y: hidden;
    background: linear-gradient(to right, #cdcccc, #ffffff);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.area_Datos{
    position: absolute;
    padding: 0 5px 5px 5px;   
    border-radius: 10px 10px 10px 10px;
    top:55px;/*85*/
    width:calc(100% - 10px);
    height: calc(100% - 60px); /*90*/
    overflow-y: auto;
}

/*Se fija la cabecera de la tabla*/
.area_Datos thead { 
    position: sticky;
    top: 0px;
    z-index: 10;
}

.fuenteTabla{
    font-family: sans-serif;
    font-size: small;
}


#iContenido a:link{
    text-decoration:none;
    color:#ffffff;
    width: 100%;
    font-weight:bold;
}

/****************************** E N L A C E S *********************************/
#iContenido a:link{
    text-decoration:none;
    width: 100%;
    color: mediumblue;
}
#iContenido a:focus{
    text-decoration:none;
    color: chocolate;
}
#iContenido a:visited{
    text-decoration:none;
}
#iContenido a:hover{
    text-decoration:none;
    font-weight:bold;
}
/**** Ranking Top 10 ****/
.RankingCab{
    margin-top: 0px;
    width:100%;
    /*height: auto;*/
}
.RankingBody{
    width:100%;
    height: calc(100% - 160px);
}
.Box{
    width: 100%;
    border-style: solid;
    border-width: 5px;
} 
.border-image{
    border-image-source: url("../img/degradado.jpg");
    border-image-slice: 1;
}


/***************************** Top 10 busquedas *******************************/
.Boton_Negro{
    background: linear-gradient(180deg, #3c1160 0%, #bf98b6 100%);
    width: 95%;
    text-decoration: none;
    padding: 5px;
    font-weight: 300;
    font-size: 15px;
       /*calc(1em + 1vw);*/
    color:  #fcfcfc;
    border-radius: 6px;
    border: 2px solid #000000;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    cursor: pointer;
    transition-property: background, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background, color;
    -o-transition-duration: 1s;
}

.Boton_Negro:hover {
    background: linear-gradient(180deg, #bf98b6 0%, #3c1160 100%);
    color:  #0dcaf0;
    transition-property: background, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background, color;
    -o-transition-duration: 1s;
}

/* Pantalla resultado consulta */
.TituloSeccion{
    font-family: "Montserrat Alternates";
    font-size: xx-large;
}
.RegTitulo{
    font-family: "Quicksand";
    font-size: x-large;
    color: dodgerblue;
}
.RegSecc{
    font-family: "Montserrat Alternates";
    font-size: medium;
    color: #146c43;
}
.RegSSec{
    font-family: "Bai Jamjuree";
    font-size: medium;
    color: #00a89c;
    font-style: italic;
}
.RegDescripcion{
    font-family: "M Plus Rounded 1c";
    font-size: initial;
    color: #000000;
    font-weight: normal;
}

.RegLink{
    color: coral;
    font-size: medium;
}

.area_Contenido_{
    position: fixed;
    top:92px;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
    padding:5px;   
    border:1px solid #808080;
    border-radius: 10px 10px 10px 10px;
    width:calc(100% - 10px); 
    /*width: 100%;*/
    height: calc(100% - 152px);
    font-family: Arial;
    font-size: inherit;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
}

.area_Contenido{
    position: absolute;
    /*padding: 0 5px 5px 5px;*/ 
    padding-left: 20px;
    padding-right: 20px;
    /*border-radius: 10px 10px 10px 10px;*/
    top:55px;/*85*/
    width: 100%;
    /*width:calc(100% - 10px);*/
    height:calc(100% - 55px);
    /*height: calc(100% - 60px); 90*/
    background-color: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
}

/***************************** PANEL COMENTARIOS ******************************/
.RegTitulo_Panel{
    font-family: "Quicksand";
    font-size: 18px;
    font-weight: bold;
    color: #3dd5f3;
}
.RegSecc_Panel{
    font-family: "Montserrat Alternates";
    font-size: 14px;
    color: #dff0d8;
}
.RegSSec_Panel{
    font-family: "Bai Jamjuree";
    font-size: 12px;
    color:  #ffecb5;
    font-style: italic;
}
.RegComent_Panel{
    font-family: "Quicksand";
    font-size: 13px;
    font-weight: bold;
}

.vinyetaIzq{
    width: 80%;
    /*height: 100px;*/
    background-color: #dff0d8; /* color de fondo */
    border:1px solid #dff0d8;
    border-radius: 0px 20px 20px 20px;
    margin-bottom: 5px;
    color: #04414d;
    float:left;
}
.vinyetaDer {
    width: 80%;
    /*height: 100px;*/
    background-color: #ffffff; /* color de fondo */
    border:1px solid #ffffff;
    border-radius: 20px 0px 20px 20px;
    margin-bottom: 5px;
    color: #04414d;
    float:right;
}
.vinyetaCab{
    width:100%;
    height: 38px;
    padding: 3px;
    border-bottom: 1px solid #dfdfdf;
}
.vinyetaBody{
    width:100%;
    padding: 3px;
    border-bottom: 1px solid #dfdfdf;
}
.vinyetaPie{
    width:100%;
    padding: 5px;
    border-radius: 0px 0px 20px 20px;
    background-color: #ffecb5;
    font-family: "Montserrat Alternates";
    font-size: 12px;
    text-align: center;
}

.PieComentario{
    margin-top:20px;
    padding-top:10px;
    width:100%;
    float:left;
    background-color: #275fa9;
    color: #fcfcfc;
    border-top:1px solid #ffffff;
}
.imgAvatar{
    width:32px;
    height: 32px;
    border:1px solid #ffffff;
    border-radius: 30px 30px 30px 30px;
    background-color: #ffffff;
    margin-right: 10px;
    vertical-align: middle;
    float:left;
}
.imgAvatarAdm{
    width:32px;
    height: 32px;
    border:3px solid gold;
    border-radius: 30px 30px 30px 30px;
    background-color: #ffffff;
    margin-right: 10px;
    vertical-align: middle;
    float:left;
}

/*****************************  VENTANA APPS **********************************/
.VentanaApps {
    position: fixed;
    top:85px;
    right:10px;
    width:350px;
    height: calc(100% - 500px);
    min-height: 300px;
    overflow-y: hidden;
    background-color: #fff;
    padding: 20px;
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    z-index: 99999;
}
.VentanaAppsCab{
    padding: 7px;
    background-color: #3c1160 ;
    color: #fcfcfc;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 40px;
}
.VentanaAppsCabTitle{
    width:90%;  
    float:left;
}
.VentanaAppsCabIco{
    float:left;
    /*width:10%;*/
    cursor: pointer;
    text-align: center;
    width: min-content;
}
.VentanaAppsBody{
    padding: 7px;
    background-color: #fff;
    position:absolute;
    top:40px;
    left:0px;
    width:100%;
    height:calc(100% - 40px);
    overflow-y: auto;
}

/************************ ICONOS ACCESOS DIRECTOS *****************************/
.lnk_container_ico{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.lnk_contenedor{
    width: 100px;
    height: 112px;
    border-style:none; 
    border-width:0;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 6px;
    margin-right: 4px;
    margin-bottom: 10px;
    float: left;
}

    .lnk_contenedor:hover{
        background-color: #ccc;
        opacity: 0.5;
        cursor: pointer;
    }
    
.lnk_areaSup_Izq{
    width: 10px;
    height: 80px;
    float: left;
    text-align: center;
}    
.lnk_areaSup_Cen{
    width: 80px;
    height: 80px;
    float: left;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: calc(1em + 1.2vw);
}
.lnk_areaSup_Cen img{
    max-width: 75px;
    max-height: 75px;
}

.lnk_areaSup_Der{
    width: 10px;
    height: 80px;
    float: left;
}
.lnk_areaInf{
    width: 100px;
    height: 32px;
    font-size: 12px;/*calc(0.5em + 0.5vw);*/
    text-align: center;
    font-weight: bold;
    float: left;
}

    .lnk_areaInf:hover{
        font-weight: bold;
    }
    
/*******************************MODO OSCURO ***********************************/
.dark-mode{
    background-color: rgba(50, 50, 50, 0.95);
}
#area_cont.dark-mode{
    color: #fcfcfc;
}

#iLuna{
    font-size: x-large;
}
/*****************************************************************************/

@media all and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .area_Trabajo{
        top:0px;
        margin-top: 95px;/*Se comienza bajo el area de menu*/
        height: calc(100% - 150px);
        font-size: small;
        overflow-y: hidden;
    }
    .area_Cabecera{
        height: 40px;
    }
    .area_Datos{
        top:40px;
        padding: 5px 0px 5px 0px ;   
        width: 100%; /*calc(100% - 10px);*/
        height: calc(100% - 10px);
    }
        
    /* Pantalla resultado consulta */
    .TituloSeccion{
        font-family: "Montserrat Alternates";
        font-size: x-large;
    }
    .RegTitulo{
        font-size: large;
    }
    .RegSecc{
        font-size: initial;
    }
    .RegSSec{
        font-size: initial;
    }
    .RegDescripcion{
        font-size: small;
    }
    .RegLink{
        font-size: small;
    }
    .area_Contenido_{
        top:0px;
        margin-top: 95px;/*Se comienza bajo el area de menu*/
        height: calc(100% - 150px);
        font-size: small;
        /*overflow-y: hidden;*/
    }
    .area_Contenido{
        top:40px;
        width: 100%;

        height:calc(100% - 40px);
        font-size: small;
    }
    
    .RegTitulo_Panel{
        font-size: 16px;
    }
    .RegSecc_Panel{
        font-size: 12px;
    }
    .RegSSec_Panel{
        font-size: 10px;
    }
    .RegComent_Panel{
        font-size: 12px;
    }
    
    .RankingCab{
        margin-top: 15px;
    }
    
    /*****************************  VENTANA APPS **********************************/
    .VentanaApps {
        position: fixed;
        top:85px;
        right:10px;
        width:340px;
        height: calc(100% - 180px);
    }
    
    .lnk_contenedor{
        width: 96px;
        margin-left: 6px;
        margin-right: 4px;
    }

    .lnk_areaSup_Izq{
        width: 8px;
    }    

    .lnk_areaSup_Der{
        width: 8px;
    }
    
    .lnk_areaInf{
        width: 96px;
    }
}