﻿#resultLoading 
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#resultLoading .bg 
{
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#resultLoading .loadingImg
{
    width: 80px;
    height: 60px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 12px;
    z-index: 10;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.loadingImg img
{
    width: 32px !important;
    height: 32px !important;
}
.textoCargando 
{
    font-family: Microsoft Sans Serif, Sans-Serif, Arial;
    font-size: 8pt;
    margin-top: 5px;
	white-space: nowrap;
	background-color: transparent;
}
