.banner-bottom-grid-right-gridprv {
    margin: 0 0 0;
}
.modal.downloadfile{

    font-size: 13px;

}
.modal.downloadfile .modal-header, .modal.downloadfile .modal-footer{
    background: #3c8dbc;
    color: #fff;
}
.modal.downloadfile .modal-header{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal.downloadfile .modal-footer{
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modal.formulariov{

    font-size: 13px;
    height: 98%;

}
.modal.formulariov .modal-header, .modal.formulariov .modal-footer{
    background: #3c8dbc;
    color: #fff;
}
.modal.formulariov .modal-header{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal.formulariov .modal-footer{
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.visualizarformulariopag {
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}

.visualizarformulariopag0{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
.visualizarformulariopag1{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
.visualizarformulariopag2{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
.visualizarformulariopag3{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
.visualizarformulariopag4{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
.visualizarformulariopag5{
    height: calc(90vh - 150px);
    overflow: auto;
    margin: 0 0 0 0; 
}
/*.modal.fconfirmacion{

    font-size: 13px;
    height: 98%;

}
.modal.fconfirmacion .modal-header, .modal.fconfirmacion .modal-footer{
    background: #3c8dbc;
    color: #fff;
}
.modal.fconfirmacion .modal-header{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal.fconfirmacion .modal-footer{
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.visualizarfconfirmacionpag {
  height: calc(90vh - 150px);
 overflow: auto;
  margin: 0 0 0 0; 
}*/

/*
Conteo regresivo
*/

.dash {
    width: 45px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 2px;
    padding-left: 23px;
    position: relative;
    color: black;
}
.dash .digit {
    font: bold 14pt Verdana;
    font-weight: bold;
    float: left;
    width: 16px;
    text-align: center;
    position: relative;
}

.dash_title {
    font-size: 8pt;
    display: block;
    text-align: left;
    padding-left: 3px;
    color: black;
}
.abc{
    color: black;
}
/*eventos para el estilo del boton*/
.btndownm, .btndownm button, .btndownm a{
    outline:none;
    background:#999;
    color:#fff;
    border:none;
    float: right;
    font-size: 13px;
}

.btndownm, .btndownm button:hover, .btndownm a:hover{
    color: #ffffff;
    background:#3c8dbc;
}
.btndownm h3 span:before,.btndownm h3 span:after{
    float: none;
    width: 100%;
}
.btndownm ul li a,.btndownm,.btndownm button, .btndownm a{
    transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
}
.uppercap{text-transform: uppercase;}