﻿body
{
}


.actualizando_principal
{
    background-color: #D7D3D3; 
    filter: alpha(opacity=90); 
    opacity: 0.90; 
    width: 100%;
    top: 0px; 
    left: 0px; 
    position: fixed; 
    height: 100%;
}

.actualizando
{
    margin:auto;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size:small;
    vertical-align: middle;
    top: 35%;
    position: fixed;
    right: 35%;
    margin-left:auto;
    margin-right:auto;
    text-align:left ;
    background-color: #ffffff;
    height: 128px;
    width:328px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 0px 0px 0px 0px;
}

.actualizando img
{
    width:20px;
    height:20px;
    margin-left:20px;
    margin-right:80px;
    margin-top:50px;
}