/*
    Created on : 09-may-2020, 11:20:55
    Author     : steven.munoz
*/

.fill {
    height:100%;
    min-height:100%;
}

.contenedor {
    height:100%;
    min-height:100%;
    padding: 0px;
}

.contenedorInicio {
    position: relative;
    top: 15%;
}

.salto {
    margin-top: 35px;
}

.inputBusqueda {
    border-radius: 5px;
    height: 28px;
    font-size: 11px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../iconos/flechaDown.png) no-repeat 97% !important;
    background-size: 17px !important;
    background-color: #FFFFFF !important;
    border-radius: 5px !important;
    border: 1px solid #ccc;
    padding: 4px 10px 6px 10px !important;
    color: #4D4D4D !important;
    outline: none !important;
}

.spanIngreso {
    font-size: 21px;
}

#wrapper {
    min-height:100%;
    margin: auto;
    position:relative;
    background-image: url(../iconos/bg.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 30px;
}

#footer {
    color: #4D4D4D;
    position:absolute;
    bottom:0;
    height:115px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
#logoNotaria{
    width: 100%;
}
#helpImg{
    width: 18px;
    height: 21px;
    cursor: pointer;
}
/*Break Contenedores Input y Logo Notaria*/
@media(max-width: 1240px){
    .contInputs {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }

    #logoNotaria{
        width: 80%;
    }
}
@media(max-width: 1150px){
    .spanIngreso {
        font-size: 16px;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent url(../iconos/flechaDown.png) no-repeat 97% !important;
        background-size: 17px !important;
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        border: 1px solid #ccc;
        padding: 2px 10px 2px 10px !important;
        color: #4D4D4D !important;
        outline: none !important;
    }
    .inputBusqueda {
        border-radius: 5px;
        height: 20px;
        font-size: 11px !important;
    }
    #helpImg{
        width: 17px;
        height: 20px;
        cursor: pointer;
    }
    #logoNotaria{
        width: 70% !important;
    }
    .btn{
        font-size: 13px !important;
    }
}

@media(max-width: 1170px){
    .contInputs {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    #logoNotaria{
        width: 90%;
    }
}

/*Fin Break Contenedores Input*/
.fontSE{
        color:var(--colorFuenteSignoSe) !important;
}