/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-ago-2019, 20:48:37
    Author     : Jose Antonio
*/
.reloj {
    color: white;
    max-width: 2000px;
    text-align: center;
    position: relative;
}

.widget_reloj {
    width: 100%;
    margin: 5px;
}

.widget_reloj p {
    display: inline-block;
    line-height: 0px;
}

.fecha_reloj {
    font-size: 18px; 
    background: #0F147E;
}

.tiempo_reloj {
    font-size: 32px;
    background:#4E4E4E;
}

.tiempo_reloj,
.fecha_reloj,#logo_pral img {   
    margin: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 20px #141313;
    -moz-box-shadow: 4px 4px 20px #141313;
    box-shadow: 4px 4px 20px #141313;
    text-shadow: 2px 2px 1px #98999a;
}
#logo_pral img{
    height: 100px;
    max-height: 100px;
    max-width: 300px;
    width: auto;
}

.caja_segundos {
    display: inline-block;
}

#segundos_reloj,
#ampm_reloj {
    font-size: 16px;
    display: block;

}