.navegacion-mobile{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding:12px 0;
}

.searching-mobile{
	max-width: 92%;
    margin-top: 4%;
	background: #fff;
	padding:0 10px;
    max-height: 30%;
    display: none;
    overflow-x: hidden;
    width: 100%;
}

tbody tr td{
    width: 100%;
    padding: 0 !important;
}

tbody tr td a{
	text-decoration: none;
	font-size: 18px;
	color: #737373;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	border: 2px solid #fff;
}

tbody tr td a:hover{
	border-bottom: 2px solid black;
}

/* width */
.searching-mobile::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  .searching-mobile::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .searching-mobile::-webkit-scrollbar-thumb {
    background: black; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .searching-mobile::-webkit-scrollbar-thumb:hover {
    background: gray; 
  }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate,
.sorting_asc{
	display: none;
}

.dataTables_empty{
    color: black;
}

















