
/*----------------------------Inicio buscador---------------------------------*/
.contenedores_linea{
    height:30vh;
    overflow: scroll;
}
.contenedores_linea_alto{
    height:60vh;
    overflow: scroll;
}
.contenedores_linea_completo{
    height:70vh;
    overflow: scroll;
}
#formulario select{
    width:100%;
    height:36px;
}
#formulario #texto{
   width:100%;
   height:36px;
}
#formulario .form-group{
    margin-bottom: 0px !important;
}
#unmodal{
    z-index:10000;
}
#Boton_buscador {
        display:none; 
    }  
@media (max-width: 768px) {
    #Boton_buscador {
        display:block; 
    }
    .oculto_movil{
        display:none;
    }
}
