
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}
body{
    width: 100%;
}
h1{
    color: #333333;
}
a{
    text-decoration: none;
    color: #FFFFFF;
}
nav{
    /*background: #939090;*/
	
	background:#96ACA0;
    height: 70px;
    width: 100%;
}
.enlace{
    position: absolute;
    padding: 20px 50px;
}
.logo{
    height: 60px;
}
nav ul{
	text-align:center;
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
nav ul li a{
    color: #fff;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
li a.active, li a:hover{
    background: none;
    color: #443967;
    transition: .5s;
}
.checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 60px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.reloj {/*-------------------------------------------------------------------------------------------------  RELOJ  ---------*/
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  padding: 20px;
  font-size: 4em;
  text-align: center;
  background: rgba(0,0,0,.5);
}
.reloj .cajaSegundos {
  display: inline-block;  
}
.reloj .ampm, .reloj .segundos{
  display: block;
  font-size: 2rem;
}

.div_principal{ /*------------------------------------------------------------------------------------------ div del contenedor principal  */
    width: 100%;
    text-align: center ;
    color: #333;
    height: auto;

}
.div_central{ /* ------------------------------------------------------------------------------------------ div  central  */
    width: 100%%;
    height: auto;
    background: none;
    text-align: center ;
    margin: 0 auto;
    padding-right: 10%;
    padding-left: 10%;
    /*color: #FFF;*/

}
.contenedor{ /* ------------------------------------------------------------------------------------------ div  Contenedor General  */
    width:50%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;
    padding: 5px;   
}
.contenedor_40{  /*------------------------------------------------------------------------------------------ div 40% */
    width:40%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;
    text-align: right;
    padding-right: 10px;
    height: auto;
}
.contenedor_60{ /*------------------------------------------------------------------------------------------ div  60% */
    width:60%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: 30px;
    text-align: left;
}
.contenedor_100{ /* div  contenedor 100 de central  */
    width:100%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;
    text-align: center;
}
.txt_box{  /* ------------------------------------------------------------------------------------------  propiedades del input */
    width:100%;
    text-align: left; 
    border-radius: 5px;  

}
.encabezados{ /* ------------------------------------------------------------------------------------------ div  encabezado  */
    width:100%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;
    padding: 5px;   
    text-align: center;
}
.txtarea100{ /* ------------------------------------------------------------------------------------------ div  textarea  */
    width:60%;
    background: none;
    color:#000;
    padding: 5px;   
    text-align: justify;

}
/*----------------------------------------------------------------------   DIV's  DESPLEGABLE  ------------------------------------------------------------------*/
.contenedor_lista_txt_HT{ /* div  de listas de distribucion  */
    width:25%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: auto;
    text-align:right ; 
    padding-right: 25px;
}
.contenedor_lista_txt_HT1{ /* div  de listas de distribucion  */
    width:40%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: auto;
    text-align:right ; 
}
.contenedor_lista{ /* div  de listas de distribucion  */
    width:30%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: auto;
    text-align: left;
}
.contenedor_lista_dato{ /* div  de listas de datos  */
    width:100%;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: auto;
    text-align: left;
    margin-left: 40px;
}
.contenedor_lista_dato_H{ /* div  de listas de datos  */
    width:350px;
    float:left;     
    background: none;
    color:#000;
    display:inline-block;  
    height: auto;
    text-align: left;
    margin-left: 55px;
}
.btn_style{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 30px;
    cursor: pointer;
    border:none;
    background: #83b32f;
    color: #FFFF;
}
.btn_style:hover{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #83b32f ;
    background: #FFF;
    border:#83b32f  2px solid ;
}
.btn_style2{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 30px;
    cursor: pointer;
    border:none;
    background: #83b32f;
    color: #FFFF;
}
.btn_style2:hover{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: red ;
    background: #FFF;
    border:red  2px solid ;
}
/*
.th1{
    width:90px;
}
.th2{
    width:340px;
}
.th3{
    width:20px;
}*/
footer #pie_pagina {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-color: lightgray;
    margin: 0 auto;
    border-top: 10px solid white;
}
.reducida{
        display: none;
    }
/*----------------------------------------------------*/

@media only screen and (max-width: 1092px){
 nav{
    height: 90px;
    width: 100%;
}   

.contenedor_40{  /* div del texto del form */
    width:100%;
    text-align: center;
}
.contenedor_60{ /* div  de los inputs del form  */
    width:100%;
    text-align: center;
}
.contenedor{ /* div  de los inputs del form  */
    width:100%;
    text-align: center;
}
 
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background:rgba(84, 92, 92, 0.6);
        top: 140px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;

    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: #443967;
    }
.checkbtn{
       display: block;
    }
#check:checked ~ ul{
        left:0;
    }
.div_central{ /* div  central  
    width: 90%;*/
    background: white;
    }
.txt_box{  /* ------------------------------------------------------------------------------------------  propiedades del input */
    width:100%;
    text-align: left; 
    border-radius: 5px; 
    height: 30px; 
    font-size: 18px;

}
.contenedor_lista_txt_HT{ /* div  de listas de distribucion  */
    width:100%;
    text-align: center;
}
.contenedor_lista_txt_HT1{ /* div  de listas de distribucion  */
    width:100%;
    text-align: center;
}
.contenedor_lista_dato{ /* div  de listas de datos  */
    width:300px;
    margin-left: 0px;
}
.contenedor_lista_dato_H{ /* div  de listas de datos  */
 
    margin-left: 15px;
}
.reducida{
        display: block;
    }
.extendida{
        display: none;
    }
}
.encabezados{ /* ------------------------------------------------------------------------------------------ div  encabezado  */
    
    text-align: center;
}
.txtarea100{ /* ------------------------------------------------------------------------------------------ div  textarea  */
    width:100%;
}
/*
<footer class="footer" style="" >
            <p class="footer__p">
                &copy; Copyright 2023 &copy; <a href="#">L</a>
            </p>
        </footer>

*/
