﻿/*
Configuración de la caja con mensaje
----------------------------------------------------------- */
.CajaDialogo {
    background-color: #ffffff;
    border-width: 4px;
    border-style: outset;
    border-color: #000000;
    padding: 15px;
    width: 95%;
    border-radius: 45px;
}

/*
configuración del fondo de lapantalla
----------------------------------------------------------- */
.FondoAplicacion {
    /* : Gray*/
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.95;
}

/*
Para que oculte el boton
----------------------------------------------------------- */
.Ocultar {
    position: absolute;
    left: -1000px;
}

/*
Estilo del contenido
----------------------------------------------------------- */
.Contenido {
    text-align: center;
    margin: 15px;
    font-size: 20px;
}

/*
Configuración de la caja con datos
----------------------------------------------------------- */
.CajaDatos {
    background-color: #ffffff;
    border-width: 4px;
    border-style: outset;
    border-color: #000000;
    padding: 15px;
    width: 95%;
    border-radius: 45px;
    height: auto;
    max-height: 450px;
}

/*
PARA EL UPDATE PROGRESS
*/
#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 7050;
}

#Progress {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 25%;
    width: 30%;
    z-index: 10001;
    background-color: #FFFFFF;
    border: 1px solid Gray;
    background-image: url('../Img/Spinners/Update.gif');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 22px;
}

#MailSent {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 25%;
    width: 30%;
    z-index: 10001;
    background-color: #FFFFFF;
    border: 1px solid Gray;
    background-image: url('/Img/Spinners/MailSend.gif');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100000;
    text-align: center;
    font-size: 22px;
}

#Construct {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 20%;
    width: 20%;
    z-index: 10001;
    background-color: #FFFFFF;
    border: 1px solid Gray;
    background-image: url('../Img/Spinners/Update2x.gif');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100000;
}

#Progress2 {
    position: fixed;
    top: 40%;
    left: 40%;
    height: 20%;
    width: 20%;
    z-index: 10001;
    background-color: #FFFFFF;
    border: 1px solid Gray;
    background-image: url('../Img/Spinners/Update5.gif');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.Hourglass {
    background-image: url('../Img/Spinners/Hourglass.gif') !Important;
}

#Cubo {
    background-image: url('../Img/Spinners/Cubo.gif') !Important;
}