﻿/*Estilos sitio*/
#SectionFormularioIngreso {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

.FodoFormularios {
    background-image: url("../Imagenes/Generales/FondoGeneral.png");
}

.FondoInicio {
    background-image: url('../Imagenes/Generales/fondo-inicios.png');
    background-repeat: no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 490px;
}

.Centrar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    margin-left: -320px;
    height: 190px;
    margin-top: -125px;
    /*border: 2px solid #ce9277;*/
    padding: 5px;
}

.CentrarHorizontal {
    position: relative;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    padding: 5px;
}

.CentrarHM {
    position: relative;
    left: 50%;
    width: 670px;
    height: 250px;
    margin-left: -335px;
    padding: 5px;
}

.BordeVentana {
    background-color: rgba(255,255,255,0.5);
}

.Titulo {
    color: #FFFFFF;
    font-size: 16px;
}

.LabelsInicio {
    color: #FFFFFF;
    font-size: 16px;
}

.ventana {
    display: none;
}

.TextBoxVM {
    width: 100px;
    color: #000000;
}

.DivIzq {
    float: left;
    /*border: 1px solid red;*/
}

.DivDer {
    float: right;
}
.CentrarInterior {
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 150px;
}

.EtiquetasVentanas {
    color: #000000;
    font-weight: bold;
    background-color: #bfa967;
    border-right: 1px solid #bfa967;
    border-left: 1px solid #bfa967;
}

.EtiquetasInformacion {
    font-weight: bold;
    border: 1px solid #bfa967;
    /*color: blue;*/
    color: #000000;
    font-size: 12px;
}

.BordesInternos {
    text-align: center;
}

table {
    padding: 1px;
    /*border: 1px solid #bfa967;*/
    background-color: #ddd;
}

    table caption {
        color: #000000;
        background-color: #eaeaea;
        font-weight: bold;
        text-align:center;
    }

    table thead {
        color: #000000;
        font-weight: bold;
    }

        table thead tr th {
            border: 1px solid #000;
        }

    table tbody tr th {
        width: 100px;
        border: 1px solid #000;
    }



    table tbody tr td:nth-child(even) {
        /* background: #927553;
        color: #fff;*/
        color: #000000;
    }


    table tbody tr td:nth-last-child(even) {
        background: #bfa967;
        color: #000000;
    }

.EtiquetaError {
    color: red;
    font-weight: bold;
    text-align: center;
    visibility: collapse;
}

.EtiquetasInformacionBusqueda {
    font-weight: bold;
    border: 1px solid #bfa967;
    /*color: blue;*/
    color: #000000;
    font-size: 14px;
    background-color: #bfa967;
}

#tablaUsuarios {
    height: 250px;
    overflow-y: scroll;
}

.FondoPie {
    background-image: url('../Imagenes/Generales/pie.png');
    height: 15px;
}

#IngresoSummary {
    margin-top: -100px;
    margin-right: 100px;
}

    #IngresoSummary .validation-summary-errors {
        color: #FFFFFF;
        margin-top: 15px;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 850px) {
    .Centrar {
        width: 200px;
        margin-left: -100px;
        margin-top: -100px;
        height: 250px;
    }

    .FondoInicio {
        background-repeat: no-repeat;
        background-image: url('../Imagenes/Generales/fondo_P.png');
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    #IngresoSummary {
          margin-top: 25px;
    }
}
