.wrap {
    width: 120px;
}

.widget {
    width: 120px;
    
    
}

.widget p {
    display: inline-block;
    line-height: 3px;
}

.fecha {
    width: 100px;
    border: 1px solid rgb(148, 148, 148);
    text-align: center;
    border-radius: 9px;
    background: rgb(255, 254, 254);
    color: #3e2a2b;
    font-size: 11px;
    height: 20px;
    margin-left:20px;
    box-shadow:  1px 1px 0px black; 
}

.reloj {
    position:relative;
    bottom:22px;right:110px;

    width: 120px;
    height:20px;
    border: 1px solid rgb(168, 167, 167);
    text-align: center;
    border-radius: 9px;
    background: rgb(255, 255, 255);
    color: #3e2a2b;
    font-size: 11px;
    
    box-shadow:  1px 1px 0px black;
    
}

.reloj .caja-segundos {
    display: inline-block;
    font-size: 11px;
}

.reloj .segundos, .reloj .ampm {
    display: inline-block ;
}