@media screen and (min-width:1000px) {
    /*.motorDinatur {
        top: -1000px !important;
    }*/
    #DivMotorBase {
        position: static;
    }

    .din-col-sm-4 {
        width: 32%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
    }

    .MotorAbsolute #PnlBtnBuscar {
        width: 100%;
    }

    .OcultarPC {
        display: none !important;
    }
}

@media screen and (min-width:769px) and (max-width:1200px) {
    .din-col-sm-6 {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width:1000px) {
    #DivMotorBase {
        position: static;
    }

    .OcultarMovil {
        display: none !important;
    }

    .din-col-xs-12 {
        width: 100%;
    }

    .BusqMovil {
        width: 45% !important;
        float: left;
    }

    .BusqMovilDer {
        margin-left: 5% !important;
    }

    #BtnBuscarFIni {
        margin-left: 2.5%;
    }
    /*Btn motor */
    .BusqMovil input {
        font-size: 15px !important;
    }

    .BusqMovilBtn {
        width: 95% !important;
        margin-top: 5px !important;
    }

    .din-hidden-xs {
        display: none;
    }
}

.BotonEfectStandar {
    cursor: pointer;
}

.BordeBtnStandar {
    border: 2px solid #00B050;
}

.BordeBtnBuscar {
    border: 2px solid #027E3A;
}

.BtnBuscarFFin, .TxtOcultoFIni {
    background-color: orange;
}

.BtnBuscarFIni, .TxtOcultoFFin {
    background-color: #92d050;
}

.BtnBuscarPortal {
    background-image: url("../icono/Lupa.png");
    background-color: #BD2750;
}

.BtnBuscarFFin, .BtnBuscarFIni {
    background-image: url("../icono/Calendario.png");
}

.BtnBuscarFechas {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 80%;
    font-size: 1.3em;
    font-weight: 200;
    margin-bottom: 0;
    border: none;
    margin-left: 10px;
    background-color: white;
    color: black;
}

.ui-datepicker {
    z-index: 9998 !important;
}

.EstiloTextoNormal {
    font-size: 12.0pt;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.AltoBtnsFiltroPortal {
    min-height: 50px;
}

.ColorBlanco {
    color: white;
}

.TxtOcultoFIni, .TxtOcultoFFin {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 20px;
    top: 1px;
    z-index: -1;
    border: none;
}

.BtnBuscarPortal, .BtnBuscarFFin, .BtnBuscarFIni {
    padding-right: 35px;
    display: inline-block;
    background-position: 98% center;
    background-repeat: no-repeat;
    vertical-align: middle;
    -moz-background-size: 35px 35px;
    background-size: 35px 35px;
    cursor: pointer;
    width: 100%;
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 0;
    min-height: 45px;
}

.MotorAbsolute {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 99999;
}

    .MotorAbsolute .BusqMovil {
        width: 45% !important;
        float: left;
    }

    .MotorAbsolute .BusqMovilDer {
        margin-left: 5% !important;
    }

    .MotorAbsolute .BusqMovil input {
        font-size: 15px !important;
    }

    .MotorAbsolute .BusqMovilBtn {
        width: 95% !important;
        margin-top: 5px !important;
    }
/*Parte nueva*/

.Ocultar {
    display: none;
}

/* Btn radio , hay  que revisarlo */
.DisenoRadioCheck h2 {
    font-size: 16px;
    color: #001F3F;
    margin-bottom: 20px;
    margin-left: 20px;
}

.DisenoRadioCheck > div {
    padding: 20px 0;
}

.DisenoRadioCheck label {
    display: inline-block;
    cursor: pointer;
    color: #0074D9;
    position: relative;
    padding: 5px 15px 5px 51px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .DisenoRadioCheck label:hover {
        background: rgba(0, 116, 217, 0.1);
    }

    .DisenoRadioCheck label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        /*position: absolute;
  left: 15px;*/
        margin-right: 5px;
        border-radius: 50%;
        background: none;
        border: 3px solid #0074D9;
        vertical-align: middle;
    }

.DisenoRadioCheck input[type="radio"] {
    display: none;
}

    .DisenoRadioCheck input[type="radio"]:checked + label:before {
        display: none;
    }

    .DisenoRadioCheck input[type="radio"]:checked + label {
        padding: 5px 15px;
        background: #0074D9;
        border-radius: 2px;
        color: #fff;
    }

.DisenoRadioCheck .checkbox label {
    background-image: url('') !important;
}

    .DisenoRadioCheck .checkbox label:before {
        border-radius: 3px;
    }

.DisenoRadioCheck .checkbox input[type="checkbox"] {
    display: none;
}

    .DisenoRadioCheck .checkbox input[type="checkbox"]:checked + label:before {
        display: none;
    }

    .DisenoRadioCheck .checkbox input[type="checkbox"]:checked + label {
        background: #0074D9;
        color: #fff;
        padding: 5px 15px;
    }

.WidgetPubli-Contenedor {
    position: fixed;
    display: none;
    left: 0px;
    height: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgba(210, 210, 210, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

    .WidgetPubli-Contenedor[data-cantidad="2"] > div {
        width: 50%;
        float: left;
    }

    .WidgetPubli-Contenedor[data-cantidad="1"] > div {
        width: 100%;
    }

.CentrarTxt {
    text-align: center;
}


@media screen and (min-width:701px) {
    .BotonEfectStandar:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width:1000px) {
    .WidgetPubli-Contenedor {
        display: block;
    }
}

/* Barras */

.ColorBarra::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 116, 217, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ColorBarra::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 116, 217, 0.1);
}

.ColorBarra::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 116, 217, 0.1);
    background-color: rgba(0, 116, 217, 0.1);
}
/*Fin barra*/

/*Extiende de Bootstrap, por no tener version 1.9 o superior*/

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color:black;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    outline: 0;
}