﻿.loading_splash_background
{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:110%;    
}

.loading_splash
{
    position:absolute;
    left: 0;
    top: 0; 
    height: 97px;
    width: 136px;
    border: 1px solid #EBEBEB;
    background-image: url(../../img/fondos/splash.gif);
    background-repeat: no-repeat; 
         
}

.loading_splash DIV
{
    text-align: center;
    margin-top: 20px; 
}

.loading_splash P
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;    
}



