@import url("fonts.css");
body{
	font-family: 'VWHead-Light'!important;
}
h1,h2,h3{
  font-family: 'VWHead-ExtraBold'!important;	
}
/*
.color-th1{
	background-color: #455157!important;
}
.color-th2{
	background-color: #a5204e!important;
}
.color-th3{
	background-color: #264552!important;
}
.color-th4{
	background-color: #246771!important;
}
.color-th5{
	background-color: #64a0a1!important;
}
*/
.color-th1,.color-th2,.color-th3,.color-th4,.color-th5{
	font-family: 'VWHead'!important;
	font-size: 13px!important;
	margin: 5px;
	background-color: #64a0a1!important;
	color:#FFF!important;
}
table tr:nth-child(even){
	color: #000000!important;
}
table tr:nth-child(odd){
	color: #000000!important;
}
table tr:nth-child(even) {
    background-color: #ffffff!important;
}
.semaforo{
	width: 20px;
    height: 20px;
    border-radius: 10px;
    margin: 0 auto;
}
.verde{
    background: #01672a;
}
.amarillo{
    background: #ffc800;
}
.rojo{
    background: #ff0000;
}
.infinite-logo-inner{
	text-align: center!important;
}
.izq{
	text-align: left!important;
	padding-left: 8px;
}
.gdlr-core-pbf-section:first-child{
	padding-top: 0px!important;
}