/**
    * 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;
}

.Boton_Negro{
    background: linear-gradient(180deg, #414141 0%, #00a89c 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, #00a89c 0%, #414141 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;
}

/*.Boton_Negro{
    background: linear-gradient(180deg, #65bce8 0%, #306485 100%);
    background-color: #212121;
    width: 100%; calc(100% - 20px);
    text-decoration: none;
    padding: 5px;
    font-weight: 300;
    font-size: 15px;
       calc(1em + 1vw);
    color:  #00a89c;
    border-radius: 6px;
    border: 2px solid #000000;
    margin-bottom: 10px;
    margin-left:2px;
    margin-right:2px;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color, color;
    -o-transition-duration: 1s;
    
}
.Boton_Negro:hover{
    color: #212121;
    background-color: #00a89c;
    transition-property: background-color, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 1s;
    -o-transition-property: background-color, 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: #b6effb;
    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;
}
/*******************************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;
    }
    
}