
.clock {
    width:100%;
    margin:0 auto;
    margin-top:1px;
}

.clock_days {
    float:left;
    margin-right:15px;
}
.clock_hours {
    float:left;
    margin-right:15px;
}
.clock_minutes {
    float:left;
    margin-right:15px;
}
.clock_seconds {
    float:left;
}

.bgLayer { 
    background-image:url(../images/arayuz/bgx.png);
    background-repeat:no-repeat;
    position:relative; 
}

.topLayer { 
    position:absolute; 
    background-image:url(../images/arayuz/topx.png); 
    width:60px;
    height:60px;
    background-repeat:no-repeat;
}

.text { position:absolute; top:8px; left:-11px; width:60px;  height:22px;}

.val {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight:bold;
    color:#FFF;
    text-align:center;
    line-height:25px;
    margin-top:3px;
    width:50px;
}

.type_days {
    width:37.5px;
    text-align:center;
    margin-top:-25px;
    font-size:9px;
    line-height:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_hours {
    width:37.5px;
    text-align:center;
    margin-top:-25px;
    font-size:9px;
    line-height:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_minutes {
    width:37.5px;
    text-align:center;
    margin-top:-25px;
    font-size:9px;
    line-height:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.type_seconds {
    width:37.5px;
    text-align:center;
    margin-top:-25px;
    font-size:9px;
    line-height:12px;
    font-weight:bold;
    text-transform:uppercase;
}
