.clockdate-wrapper {
    height: 72px;
    max-width: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#clock {
    padding-top: 20px;
    font-family: sans-serif;
    font-size: 30px;
    text-shadow: 0px 0px 1px #fff;
    color: black;
}

#clock span {
    color: black;
    text-shadow: 0px 0px 1px #fff;
    font-size: 15px;
    position: relative;
    top: -27px;
    left: -10px;
}

#date {
    letter-spacing: 3px;
    font-size: 15px;
    font-family: arial, sans-serif;
    color: black;
}

.link {
    color: #fff;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/espiral.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.cargador {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/circulo.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

#txtsearch{
width: 100%;
}
