infoBox *{font-family: 'Roboto','Arial',sans-serif;font-style:normal;color:#494847;-webkit-font-smoothing:antialiased;font-size:1.6rem;line-height: 2rem;}
.infoBox .titBox {padding: 1.2rem 0;text-align: center;}
.infoBox .title , .infoBox .titaux{display:block;float: none;}
.infoBox .titBox em {display:block;}
.infoBox .title {font-size:2.2rem;line-height:2.8rem;font-weight:700;margin-bottom:.6rem;}
.infoBox .titaux {font-size:1.6rem;line-height:2.2rem;}
.infoBox p {font-size:1.4rem;line-height:2rem;}

.infoBox thead{background:#efefed;}
.infoBox table {margin-bottom:1rem;}
.infoBox table td, .infoBox table th{text-transform: none;border:none;padding:.8rem 1.2rem;}
.infoBox th#tasa {padding:.8rem;}
.infoBox tr {border-bottom: .1rem solid #efefed;}
.infoBox caption {text-align: left;padding: .8rem 1.2rem;font-size: 1.4rem;line-height: 2rem;}

/*barras*/
.infoBox td.tasa_acumulada span {background:#edae0d;display:block;height:2rem;position:absolute;top: .6rem;left:7rem;}
.infoBox td.tasa_acumulada{position: relative;max-width:12rem;display:block;}

/*asc/desc*/
th{cursor:pointer;padding-right:2rem;transition:all .1s;}
th:hover{text-decoration: underline;background: #e5e5e5;}

thead th.asc:after {content: "";border-bottom: solid 0.5rem #000;border-left: solid 0.5rem transparent;border-right: solid 0.5rem transparent;position: relative;bottom: 0.8rem;left: 0.5rem;}
thead th.desc:after {content: "";border-top: solid 0.5rem #000;border-left: solid 0.5rem transparent;border-right: solid 0.5rem transparent;position: relative;top: 0.9rem;left: 0.5rem;}
tr.data_.ESPAÑA td {font-weight: 600;}

@media (max-device-width: 812px){
    .tabla_box .slideHor {overflow-x:scroll;}
    th#tasa {width:20rem;display:block;}
}


/* eliminar columna Curados y nota de pie */
.infoBox .tabla_box table th#curados,
.infoBox .tabla_box table tbody> tr >td:nth-last-child(2),
.infoBox .tabla_box table+p.nota {display: none;}
