﻿/*=============================================
PRELOAD
=============================================*/

#preload {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

#porcentajeCarga {
    position: absolute;
    text-align: center;
    width: 100%;
    color: orange;
    top: 52%;
    font-size: 20px;
    font-weight: 100;
}

#lineaCarga {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0%;
    background: white;
}

#rellenoCarga {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: orange;
}

#estadoCarga {
    position: absolute;
    background: url(../images/preloader-car.gif);
    background-position: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}
