
@-moz-keyframes parpadeo_bor{
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}

@-webkit-keyframes parpadeo_bor {
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}

@keyframes parpadeo_bor {
	0% { border-bottom-color: #f00f ; }
  50% { border-bottom-color: #f000 ; }
  100% { border-bottom-color: #f00f ; }
}


.thT {
    text-align: center !important;
    font-size: 0.82em !important;
    vertical-align: middle !important;
}
.thC {
    text-align: right !important;
    font-weight: bold;
    padding-right: clamp(8px, 2vw, 35px);
    }
.thF {
    text-align: right !important;
    padding-right: clamp(8px, 2vw, 35px);
}
.thP {
    text-align: center !important;
    color: rgb(8, 57, 163); 
    font-size: 1em !important;
}
.t_estadis {
    margin-bottom: 20px;
    
}
.thN {
    text-align: right !important;
    padding-right: clamp(8px, 2vw, 35px);
}
.thE {
    text-align: left !important;
    font-weight: bold;
    font-size: 0.95em !important;
    vertical-align: middle !important;
    padding-left: clamp(18px, 2vw, 35px)!important;


}
.txt1{
    color: text-;
}