#cita > form > p.enviando-info{
    background: url("../img/loader-modal.gif") no-repeat scroll 0 2px transparent;
    background-size: 10px 10px;
    color: #C2C0C0;
    display: block;
    font-size: 9px;
    height: 12px;
    padding: 0 0 0 15px;
    position: absolute;
    right: 12px;
    top: auto;
    display: none;
    bottom: 30px;
}
#contacto > form > p.enviando-info{
    background: url("../img/loader-modal.gif") no-repeat scroll 0 2px transparent;
    background-size: 10px 10px;
    display: block;
    font-size: 9px;
    height: 12px;
    padding: 0 0 0 15px;

    right: 12px;
    top: 185px;
    display: none;
}
#telefono > div > form > p.enviando-info {
    background: url("../img/loader-modal.gif") no-repeat scroll 0 2px transparent;
    background-size: 10px 10px;
    bottom: 80px;
    color: #C2C0C0;
    display: block;
    font-size: 9px;
    height: 12px;
    padding: 0 0 0 15px;
    position: absolute;
    right: 32px;
    display: none;
}