.pagination {
    font-size: 80%;
    padding-left: 20px;
    margin-bottom: -8px;
}
        
.pagination a {
    text-decoration: none;
    color: #00a7b8;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    padding-top: 0px;
    padding-left: 5px;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    margin-right: 2px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #00a7b8;
    color: #fff;
    border: solid 1px #00a7b8;
    border-radius: 15px;
    width: 17px;
    height: 16px;
    padding-top: 1px;
    padding-left: 5px;
}

.pagination .fontP {
    font-size: 11px;
}

span.prev.fontP {
    margin-right: 6px;
}

span.next.fontP {
    margin-left: 5px;
}

span#pagTotal {
    font-size: 10px;
    float: right;
    margin-right: 5px;
}

.pagination .current.prev, .pagination .current.next{
	color: #2e2c2c;
    border-color: #2e2c2c;
    background: #b7b1b1;
}

/* [data-title]:hover:after { */
/*     opacity: 1; */
/*     transition: all 0.1s ease 0.5s; */
/*     visibility: visible; */
/* } */

/* [data-title]:after { */
/*     content: attr(data-title); */
/*     background-color: #333; */
/*     color: #fff; */
/*     font-size: 14px; */
/*     font-family: Raleway; */
/*     position: absolute; */
/*     padding: 3px 20px; */
/*     bottom: -1.6em; */
/*     left: 100%; */
/*     white-space: nowrap; */
/*     box-shadow: 1px 1px 3px #222222; */
/*     opacity: 0; */
/*     border: 1px solid #111111; */
/*     z-index: 99999; */
/*     visibility: hidden; */
/*     border-radius: 6px; */
/* } */

/* [data-title] { */
/*     position: relative; */
/* } */

.tooltipWrapper {
  margin-left: 5px;
}

.tooltip {
  position: absolute;
  display: none;
  padding: 5px;
  background-color: #2E2C2C;
  color: white;
  bottom: -5px;
  padding-left: 12px;
  left: 120px;
  border-color: #00A7B8;
  border-radius: 12px;
}

.tooltip:before{
    content: ' ';
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
    width: 9px;
    height: 9px;
    background-color: #2E2C2C;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.tooltipWrapper:hover .tooltip {
    display:block;
}

dt{
    color: var(--color-fuente);
    font-weight: normal !important;
    font-size: 10px !important;
}

dt:hover{
    cursor:pointer;
    color: #00a7b8 !important;			   
}

#Searchresult{
	max-height: 300px;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-top: 5px;
}

#Searchresult:hover{
	overflow-y: auto !important;
}