*{
    
    margin: 0px;
    padding: 0px;
    outline: 0px;
     
}


.titulo
{
 position: absolute;
 width:auto;
 height: auto;
 left: 33%;
 top:85%;
 /*padding: 10px;*/
 /*border: 3px solid #003399;*/
 font-family: Tahoma;
 font-size: 22px;
 color: #003399;
 font-weight: bold;
 text-align: center;
 box-sizing: content-box;
}

.divlogo
{
    position: absolute;
    align-content: center;
    align-items: center;
    width:auto;
    height: 18%;
    display: flex;
    flex-direction: column;
    border: 3px solid #003399;
    /**background: rgba(0,0,0,.5);**/
    left: 30%;
    top:10%;
    border-radius: 25px;
    box-shadow: 5px 5px 10px #003399;
}


.logo
{
    
    width: auto;
    height: 100%;
    /**border: 3px solid #003399;**/
    /**background: rgba(0,0,0,.5);**/
}

.formulario_acceso
{
    position: absolute;
    align-content: center;
    align-items: center;
    background-color: #003399;
    text-align: center;
    align-items: center;
    align-self: center;
    width: 320px;
    height: 280px;
    left: 37%;
    top: 35%;
    border-radius: 30px;
        
    
    
}

.tabla
{
    position: absolute;
    left: 25%;
    top: 180px;
    align-items: center;
    align-content: center;
    text-align: center;
    /*border: 3px solid white;*/
}

.box
{
    text-align: center;
    height: 30px;
 
}
.botton
{
    width: 120px;
    height: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    color: #003399;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
}



.sesion
{
   position: absolute;
    width: auto;
    height: auto;
    left: 45%;
    top:  78%;
    text-align: center;
    /*border: 3px solid #003399;*/
    font-family: Tahoma;
    font-size: 14px;
    color: #003399;
    
}


/***ESTILOS DEL RELOJ***/

.formulario_acceso p
{
    display: inline-block;
    line-height: 1em;
}

.fecha
{
    font-family:  Arial;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 0.3125rem;
    /**background: rgba(0,0,0,.5);**/
    padding: 20px;
    width: 100%;
    color: white;
}

.reloj
{
    font-family:  Arial;
    text-align: center;
    font-size: 4em;
    /**background: rgba(0,0,0,.5);**/
    padding: 10px;
    width: 100%;
    color: white;
}

.reloj .box-segundos
{
    display: inline-block;
}

.reloj .segundos,
.reloj .ampm
{
    font-size: 2rem;
    display: block;
}

/**VENTANA DE TEMPERATURA DE SALIDA **/

.ventana_temperatura{
    
    position: absolute;
    background: white;
    width: 300px;
    height: 150px;
    left: 650px;
    top: 300px;
    /*box-shadow: 0px,0px,5px,0px rgba(0,0,0,0.3);*/
    box-shadow: 0px 5px 5px 5px #003399;
    padding-top: 30px;
    padding-left: 5px;
    border-radius: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*border:3px solid #003399;*/

}



/*** TABLA TEMP SALIDA ***/

.tabla_temp
{
    align-content: center;
    align-items: center;
    text-align: center;
    /*border: 3px solid blue;*/
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    /*border: 1px solid red;*/
}

.box_temp
{
    width: 30%;
    height: 40%;
    text-align: center;
    border: 2px solid #003399;
    border-radius: 4px;
    margin: 0px, 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 3s;
}

.box_temp:focus
{
    border-color: dodgerblue;
    box-shadow: 0 0 8px 0 dodgerblue;
}


.boton_temp
{
 width: 120px;
    height: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #003399;
    color: white;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
   
}

@media screen and (max-height:640px)
{
    .divlogo
    {
        width:40%;
        height: 20%;       
        left: 3%;
        top:  10%
    }

    .logo
    {
        width: 98%;
        height:100%;
        
    }


    .titulo
    {
        width:auto;
        height: auto;
        left: 22%;
        top:94%;
        font-size: 16px;
    }

    .formulario_acceso
    {
        width: 55%;
        height: 320px;
        left: 45%;
        top: 3%;

    }


    .sesion
    {
        width: auto;
        height: auto;
        left: 17%;
        top:  70%;
    }
}


@media screen and (max-width:360px)
{
    .divlogo
    {
        width:85%;
        height: auto;       
        left: 3%;
    }

    .logo
    {
        width: 95%;
        height: 100%;
    }


    .titulo
    {
        width:auto;
        height: auto;
        left: 5%;
        top:80%;
        font-size: 16px;
    }

    .formulario_acceso
    {
        width: 320px;
        height: 280px;
        left: 2%;
        top: 25%;
    }


    .sesion
    {
        width: auto;
        height: auto;
        left: 40%;
        top:  74%;
    }
}






