﻿#mask {
    left: 0;
    top: 0;
    background-color: #000;
    display: none;
    opacity: 0.7 !important;
    mozopacity: .5;
    height: 100%;
    width: 100%;
    z-index: 5998;
    margin: 0 auto;
    position: fixed;
}

#boxes .window {
    border-bottom: 10px solid #958F89;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#PopUps .VentanaPopUp {
    border-bottom: 10px solid white;
    position: fixed;
    left: 0;
    top: 0;
    padding-bottom: 15px;
    width: 250px;
    display: none;
    z-index: 9999;
    background-color: #fff;
    min-height: 135px;
    min-width: 360px;
}

.VentanaPopUp {
    border-bottom: 10px solid #958F89;
    position: fixed;
    left: 0;
    top: 0;
    padding-bottom: 15px;
    width: 250px;
    display: none;
    z-index: 9999;
    background-color: #fff;
}

.TituloPopUp {
    height: 33px;
    font-size: 14px;
    text-align: left;
    color: #FFF;
    border: 1px solid rgb(255, 255, 255);
    background-color: #196442;
    border-bottom: 3px solid white;
}

.TituloTextoPopUp {
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.ContenidoPopUp {
    vertical-align: middle;
    text-align: center;
    padding: 15px 5px;
}

.BotonLista {
    border-radius: 4px;
    width: 27px;
    border-color: #C7C7C7;
    border-style: solid;
    border-width: 1px;
}

.BotonPopUp {
    float: left;
    border-radius: 4px;
    width: 80px!important;
    margin-top: 15px;
    border-color: #C7C7C7;
    border-style: solid;
    border-width: 1px;
    margin-left: calc(50% - 40px);
}

.BotonPopUpConfirmacion {
    float: left;
    border-radius: 4px;
    width: 80px!important;
    margin-top: 15px;
    border-color: #C7C7C7;
    border-style: solid;
    border-width: 1px;
}

#btnPopUpConfirmacionSi {
    float: left;
    margin-left: calc(50% - 90px);
}

#btnPopUpConfirmacionNo {
    float: right;
    margin-right: calc(50% - 90px);
}

.ImgCerrarPopUp {
    float: right;
    padding: 5px;
    border-width: 0px;
}

span#lbMsjTexto {
    width: 100%;
    float: left;
}
