*{
    padding: 0px;
    margin: 0px;
    font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
body,html{
    background: #17181C;    
    height: 100%;
    width: 100%;
    resize: horizontal;
}

header{
    background: #202020;
    color: #FFFFFF;
    display: grid;
    grid-gap: 0px; 
    line-height: 25px;     
}
.header_titulo{
    font-weight: bold;
    text-align: center;
}
.header_iconos{
    display: grid;
	grid-gap: 0px;
    grid-template-columns: 1fr 48px 48px;
    color:#FFFFFF;
}

nav{
    font-weight: bold;
    text-align: center;    
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.9);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.9);    
}

nav ul {
    list-style: none;
    overflow: hidden;
}
nav ul li {
    float: left;
}
.menu {
    color: #9D9FA1;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
    text-align: left;    
}
.menus {
    color: #9D9FA1;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
    text-align: left;   
    border-bottom-color: #2A69C7;
    border-bottom-width: 3px;
    border-bottom-style: solid;       
}


aside{
    background-color: #121212;   
}
aside ul {
    list-style: none;
    overflow: hidden;
}

.aside {
    color: #9D9FA1;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;  
}
.asides {
    color: #9D9FA1;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;       
    background-color:#2A69C7;
    color: #ffffff;
}
footer{
    clear: both;
    background-color: #121212;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 25px;  
    text-align: right;
    padding-right: 10px;
}
#titulo{    
    font-size: 12px;
}
article{
  float: left;
  display: inline-block;
  vertical-align: top;
}
section{    
    display: grid;
	grid-gap: 0px;
    scrollbar-color: #84878C #31343D;
    scrollbar-width: auto;
}
::-webkit-inner-spin-button { display: none; }
::-webkit-clear-button{  display: none; }

::-webkit-scrollbar {
      width: 8px;
}
::-webkit-scrollbar-track {
      background-color: #31343D;
} 
::-webkit-scrollbar-thumb {
      background-color: #84878C;
} 
::-webkit-scrollbar-button {
      background-color: #121212;
}
::-webkit-scrollbar-corner {
      background-color: black;
}

.lista{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;  
}
.informacion{
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;

    text-align: left;
    color:#ffffff;
    font-size: 12px; 
    padding: 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;    
    background-color: #121212;
}
#divXCambiar{
    position: absolute;   
}
#tcartel{
    position: absolute;
    z-index: 1;
    top: 0px;
    padding-left: 5px;
    padding-right: 5px;    
    padding-top: 10px ;
}

#cartel{
    position: absolute;
    z-index: 0 ;
    opacity: 0.2;
}
input{
    height: 23px;
    padding-left: 5px;padding-bottom: 0; padding-top: 0;
    background-color: #121212; 
    border: 1px #5C5C5C solid;  
    outline: none; 
    color:#ffffff;
}
input:focus{
    border: 1px #5C5C5C solid;
}
label{
    text-align: right;
}
#textoBuscar{
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.buttonT{

    font: normal arial,sans-serif;color:#FFFFFF;font-weight: bold;
    margin: 0px;
    margin-right: 5px;
    padding-left: 10px;padding-bottom: 0; padding-top: 0;padding-right: 10px;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c8ffd+0,1d6de5+100 */
background: #2F5BB7; /* Old browsers */
background: -moz-linear-gradient(top,  #4c8ffd 0%, #1d6de5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c8ffd 0%,#1d6de5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c8ffd 0%,#1d6de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffd', endColorstr='#1d6de5',GradientType=0 ); /* IE6-9 */

    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-style:solid;border-color:#1d6de5;border-width: 1px ;
    outline: none;    
}
.buttonT:hover , .buttonT:focus{
    border-style:solid;border-color:#1d6de5;border-width: 1px ;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c8ffd+0,1d6de5+100 */
background: #2F5BB7; /* Old browsers */
background: -moz-linear-gradient(top,  #4c8ffd 0%, #1d6de5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4c8ffd 0%,#1d6de5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4c8ffd 0%,#1d6de5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c8ffd', endColorstr='#1d6de5',GradientType=0 ); /* IE6-9 */

}
.buttonL{
    font: normal arial,sans-serif;color:#FFFFFF;font-weight: bold;
    margin: 0px;
    margin-right: 5px;
    padding-left: 10px;padding-bottom: 0; padding-top: 0;padding-right: 10px;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c8ffd+0,1d6de5+100 */
background: #4c8ffd; /* Old browsers */
background: -moz-linear-gradient(top,  #26bb26 0%, #0e8d1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #26bb26 0%,#0e8d1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #26bb26 0%,#0e8d1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26bb26', endColorstr='#0e8d1f',GradientType=0 ); /* IE6-9 */

    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-style:solid;border-color:#0e8d1f;border-width: 1px ;
    outline: none;     
}
.buttonL:hover , .buttonL:focus{
    border-style:solid;border-color:#0e8d1f;border-width: 1px ;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c8ffd+0,1d6de5+100 */
background: #4c8ffd; /* Old browsers */
background: -moz-linear-gradient(top,  #26bb26 0%, #0e8d1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #26bb26 0%,#0e8d1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #26bb26 0%,#0e8d1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26bb26', endColorstr='#0e8d1f',GradientType=0 ); /* IE6-9 */

}
.pelicula{
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,1);
    -moz-box-shadow: 8 8px 6px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,1);    
    grid-column: span 3;
}
.pelicula_borde{
    text-align: left;
    float: left;    
    margin-left: 20px; 
    margin-top: 20px;
    width: 120px;
    color:#ffffff;
    font-size: 11px;
    font-weight: bold;

    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr 20px 15px;
    z-index: 3;
}

.pelicula_fondo{
    background-color: #000000;
    background-image: url("../Imagenes/P8.jpg");
    background-size:100%;
    opacity: 0.1;
    filter:  alpha(opacity=10);
    width: 100%;
    height: 500px;
}

.modal {
    position:absolute;
    width:100%;
    height:100%;
    position:fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
}

.modal-contenido-interno {     
    width:850px;
    height:550px;

    top: -moz-calc(50% - 250px);
    top: -webkit-calc(50% - 250px);
    top: -o-calc(50% - 250px);
    top: calc(50% - 250px);    

    left: -moz-calc(50% - 425px);
    left: -webkit-calc(50% - 425px);
    left: -o-calc(50% - 425px);
    left: calc(50% - 425px);
    
    position:absolute;  
    font-size:12px; 
    text-align:left;
    color:#ffffff;
    background:#000000; 
    border-style:solid;border-color:#31343D;border-width: 5px ;

    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.8);
    
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 520px ;
} 
.modal-contenido-interno h4 {    
    font-weight: none;
    text-shadow: #2A69C7 0px 0px 8px;
    font-size: 23px;
}
.modal-contenido-interno-p {    
    padding:0px;
} 
.modal-barra-titulo{
    background-color: #000000;
    border-collapse: collapse;
    padding: 0px;
    border: 0px;
    margin: 0px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select:none; 
    font-size: 18px;       
}
.titulo{    
    background:#31343D;    
    width:100%;
    height:30px;
    text-align: right;
} 
.texto{
    height: 23px;
    margin: 0px;
    padding: 0px;
    background-color: #121212; 
    border: 0px #5C5C5C solid;  
    outline: none; 
    color:#ffffff;
    
}

.cerrarVideo{
    position: absolute;
    z-index: 10;
}
.icono:link,header .icono:visited, .icono:active{
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}
.icono img{
    width: 15px;
    margin: 16px 16px;
}
.icono:hover  {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #2A69C7;
}

#menu-btn {
    display: none; /* Oculto por defecto en pantallas grandes */
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
  }
  #menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
@media(min-width: 981px) { /*grande*/
    body{
        display: grid;
        grid-gap: 0px;
        grid-template-rows: 50px 1fr 25px;
    }
    header{
        grid-template-rows: 20px 1fr;
        grid-template-columns: 1fr 350px;
        font-size: 12px;
    }
    section{    
        grid-template-rows: 1fr;
        grid-template-columns: 150px  1fr 280px;
    }
    aside{
        grid-column: span 1;
    }
    .menu {
        line-height: 25px;  
    }
    .menus {
        line-height: 25px;  
    }
    #tcartel{
        font-size: 12px;
    }
    #cartel{
        width: 290px;    
        height: 431px;    
        top: -moz-calc(100% - 431px);
        top: -webkit-calc(100% - 431px);
        top: -o-calc(100% - 431px);
        top: calc(100% - 431px);
    }
    .buttonT,.buttonL{
        height: 30px;
        font-size: 12px;
    }
    .cerrarVideo{
        top: 5px;
        left: -moz-calc(100% - 50px);
        left: -webkit-calc(100% - 50px);
        left: -o-calc(100% - 50px);
        left: calc(100% - 50px);  
        width: 30px;
        height: 30px;
    }
    aside ul li {
        float: left;
        width: 100%;
    }
    .aside {
        font-size: 12px;
        height: 23px;
        line-height: 23px;  
    }
    .asides {
        font-size: 12px;
        height: 23px;
        line-height: 23px;  
    }
    #textoBuscar{
        width: 130px;
        font-size: 12px;
        line-height: 23px;  
        height: 23px;
    }
    #menu-btn {
        display: none;
    }
    #menu-list {
        position: relative;
        flex-direction: column;
        
    }
}

@media(max-width: 980px) { /*pequeno*/
    body{
        display: grid;
        grid-gap: 0px;
        grid-template-rows: 80px 1fr 25px;
    }
    header{
        grid-template-rows: 24px 1fr;
        grid-template-columns: 1fr 100px;
        font-size: 28px;
    }    
    section{    
        grid-template-rows: 80px 1fr;
        grid-template-columns: 1fr 350px;
    }
    aside{
        grid-column: span 2;
    }
    .menu {
        line-height: 50px;  
    }
    .menus {
        line-height: 50px;  
    }
    #tcartel{
        font-size: 26px;
    }    
    #cartel{
        width: 360px;    
        height: 535px;    
        top: -moz-calc(100% - 535px);
        top: -webkit-calc(100% - 535px);
        top: -o-calc(100% - 535px);
        top: calc(100% - 535px);
    }
    .buttonT,.buttonL{
        height: 50px;
        font-size: 24px;
    }    
    .cerrarVideo{
        top: 10px;
        left: -moz-calc(100% - 80px);
        left: -webkit-calc(100% - 80px);
        left: -o-calc(100% - 80px);
        left: calc(100% - 80px);  
        width: 60px;
        height: 60px;        
    }
    .aside {
        font-size: 25px;
        height: 50px;
        line-height: 50px;  
    }
    .asides {
        font-size: 25px;
        height: 50px;
        line-height: 50px;  
    }    
    #textoBuscar{
        width: 80%;
        font-size: 26px;
        line-height: 50px;  
        height: 50px;
    }
    #menu-btn {
        width: 15%;
        height: 50px;
        display: inline-block
    }
      #menu-list {
        background-color: #121212;
        display: none;
        position: absolute;
        top:0px;
        width: 200px;
        z-index: 20;
    }
    
      #menu-list.show {
        display: block;
    }      
}

#admin:link, #admin:visited {
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 25px;  
    text-decoration:none;
}
   
#admin:hover, #admin:active {
    text-decoration:underline;
}
  