
#inputBusqueda{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
}

#input-search{
    width: 300px;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
}

.content-search{
    width: 100%;
    height: 100vh;
    position: center;
    top: 150px;
    left: 300px;
    
    display: none;
}

.content-search1{
    width: 100%;
    height: 100vh;
    position: center;
    top: 150px;
    left: 300px;
    
    display: none;
}

.content-table{
    width: 100%;
    max-height: 200px;
    height: auto;
 
    margin-left: 0px;
    overflow-y: visible;
    overflow-x: hidden;
}

.content-table table{
    width: 100%;
}



.content-table1{
    width: 100%;
    max-height: 200px;
    height: auto;
 
    margin-left: 0px;
    overflow-y: visible;
    overflow-x: hidden;
}

.content-table1 table{
    width: 100%;
}

tbody tr td a{
    display: block;
    padding: 5px;
    color: black;
    text-decoration: none;
}

tbody tr td a:hover{
    
    color: #69bb7e;
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}

#table1_length, #table1_filter, #table1_info, #table1_paginate{
    display: none;
}














