.ap-loading {    
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    margin-top: 0px;
    top: 0;
    left:0;
}
.ap-loading.enabled-events{
    pointer-events:none;
}
.ap-loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.ap-loading-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 118px;
    width: 118px;
    margin-top: -59px;
    margin-left: -59px;
}
.ap-ball9 {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.ap-ball9:nth-child(3n+0) {
    margin-right: 0px;
}
.ap-ball9.one {
    -webkit-animation: animate 1s -0.9s ease-in-out infinite;
    animation: animate 1s -0.9s ease-in-out infinite;
}
.ap-ball9.two {
    -webkit-animation: animate 1s -0.8s ease-in-out infinite;
    animation: animate 1s -0.8s ease-in-out infinite;
}
.ap-ball9.three {
    -webkit-animation: animate 1s -0.7s ease-in-out infinite;
    animation: animate 1s -0.7s ease-in-out infinite;
}
.ap-ball9.four {
    -webkit-animation: animate 1s -0.6s ease-in-out infinite;
    animation: animate 1s -0.6s ease-in-out infinite;
}
.ap-ball9.five {
    -webkit-animation: animate 1s -0.5s ease-in-out infinite;
    animation: animate 1s -0.5s ease-in-out infinite;
}
.ap-ball9.six {
    -webkit-animation: animate 1s -0.4s ease-in-out infinite;
    animation: animate 1s -0.4s ease-in-out infinite;
}
.ap-ball9.seven {
    -webkit-animation: animate 1s -0.3s ease-in-out infinite;
    animation: animate 1s -0.3s ease-in-out infinite;
}
.ap-ball9.eight {
    -webkit-animation: animate 1s -0.2s ease-in-out infinite;
    animation: animate 1s -0.2s ease-in-out infinite;
}
.ap-ball9.nine {
    -webkit-animation: animate 1s -0.1s ease-in-out infinite;
    animation: animate 1s -0.1s ease-in-out infinite;
}

.ap-ball3 {
    width: 16px;
    height: 16px;
    background-color: #FFF;
    float: left;
    margin-right: 10px;
    margin-top: 51px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.ap-ball3.one {
    margin-left: 25px;
    -webkit-animation: ball3_one 1.5s infinite;
    animation: ball3_one 1.5s infinite;
}
.ap-ball3.two {
    -webkit-animation: ball3_two 1.5s infinite;
    animation: ball3_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.ap-ball3.three {
    -webkit-animation: ball3_three 1.5s infinite;
    animation: ball3_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

    100% {
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@-webkit-keyframes ball3_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes ball3_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes ball3_two {


    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes ball3_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes ball3_three {

    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes ball3_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

form.blur {
    /*-webkit-filter: blur(2px); /* Safari */
    /*filter: blur(2px);*/
}
/**Carga un gif de en los objetos dom hasta que se carga**/
.ap-loading-gif {
    border: none;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background-image: url(/cassette.axd/file/Styles/Comun/Preload/loading-2789c9dd744423a736a719d88e69d7b8b0e6a311.gif);
    background-color: none;
    display:inline-block;
}

/**Animation Forms**/
.ap-ripple {
    display: inline-block;
    position: relative;
    width: 118px;
    height: 118px;
}

.ap-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    width:59px;
    height:59px;
    top:29px;
    left:29px;
    animation: ap-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.ap-ripple div:nth-child(2) {
    animation-delay: -1.5s;
}

@-webkit-keyframes ap-ripple {
    0% {
        transform: scale(0,0);        
        opacity: 1;
    }

    100% {
        transform: scale(2,2);        
        opacity: 0;
    }
}

@keyframes ap-ripple {
    0% {
        transform: scale(0,0);        
        opacity: 1;
    }

    100% {
        transform: scale(2,2);        
        opacity: 0;
    }
}

