/* -------------------------------- 

BASICA

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Titillium Web", sans-serif;
  color: #000;
  background-color: #fff;
  margin: 0px 0px 0px 0px; 
}

a {
  color: #000;
  text-decoration: none;
}

.nblanco {
  background-color: #ff9600;
	color: #fff;
    font-weight: bold;
	
}

.imgmejora {

max-height:190%;
max-width:190%;
}

.imgdepor {
max-height:800%;
max-width:800%;
}


.content {
display: none;
}

.swipe_full{
	z-index:10;
    display:inline;
  }

 .swipe_mobile{
	z-index:10;
     display:none;
}

#superior { 

    position:fixed; 
        font-size:9pt;
        color:#fff; 
        text-align:center; 
        padding: 5px 5px 5px 5px;    /* margen con valores: arriba - derecha - abajo - izquierda */  
        top: 0px;                    /* Distancia hasta el borde superior */ 
	    left: 0px;            /* Distancia hasta el borde izquierdo */
        width: 100%; 
        background-color:#696969;  
        z-index: 1;               /* hace que la capa sea opaca  */ 
		box-shadow: 2px 2px 10px #666; 
}

@media screen and (min-width: 550px) {

#superior { 

        font-size:12pt;
    line-height: 1;
}

}

@media screen and (min-width: 750px) {

#superior { 

        font-size:20pt;
    line-height: 1;
}

}

/* -------------------------------- 

ULTIMA HORA

-------------------------------- */

#preultimahora {
	float: left;
	height: 25px;
    color: #042E64;
	line-height: 1.2;
	padding: 5px 5px;
    background: #FFF;

    text-shadow: 0 1px 0 #84BAFF;

    font-weight: bold;
    box-shadow: 0 0 5px #00214B
    
}

#ultimahora {
    position: fixed;
    bottom: 0;
    width: 100%;
    
    background: #0070FF;
    line-height: 1.2;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
    box-shadow: 0 0 5px #00214B
}

.marquee .author {
	display: none;
}
		
.marquee-author {
	float: left; 
	text-align: center; 
	padding: 5px 5px 0 5px;
}

ul.marquee {

	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	position: relative;
	overflow: hidden;

	max-width: 98%;
	height: 25px;

}

ul.marquee li {

	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; 

	padding: 3px 5px;
}


@media screen and (min-width: 750px) {

#preultimahora {

	height: 35px;
	line-height: 1.2;
	padding: 5px 15px;
    
}

#ultimahora {

    line-height: 1.2;
    font-size: 25px;
    text-shadow: 0 2px 0 #000;

    box-shadow: 0 0 10px #00214B
}

.marquee-author {

	padding: 5px 15px 0 15px;

}

ul.marquee {

	line-height: 1.2;
	height: 35px;

}


}



/* -------------------------------- 

FONTS

-------------------------------- */

body {
  font-size: 12px;
  line-height: 120%;
}


.titulos {
  font-size: 16px;
  line-height: 100%;
}


.tiempos {
  font-size: 12px;
  line-height: 100%;
}

.tiemposb {
  font-size: 10px;
  line-height: 100%;
}

.tiemposc {
  font-size: 9px;
  line-height: 100%;
}


.dr {
  font-size: 16px;
	font-weight: bold;
}

.mejora {
  font-size: 8px;
}

.negro {
	color: #000000;
}

.gris {
	color: #999999;
}

.rojo {
	color: #f05551;
}

.verde {
	color: #73bb88;
}

.negrita {
	font-weight: bold;
}



@media only screen and (min-width: 600px) {




.titulos {
  font-size: 26px;
  line-height: 100%;
}

.tiempos {
  font-size: 20px;
  line-height: 100%;
}

.tiemposb {
  font-size: 16px;
  line-height: 100%;
}

.tiemposc {
  font-size: 11px;
  line-height: 100%;
}


.dr {
  font-size: 40px;
}

.mejora {
  font-size: 12px;
}



.imgmejora {

max-height:290%;
max-width:290%;

}

.swipe_full{
	z-index:10;
    display:none;
  }

 .swipe_mobile{
	z-index:10;
	display: inline;

 }

}


/* -------------------------------- 

TABLA

-------------------------------- */

table {
	width: 100%;
	max-width: 1280px;
}

td {
	height: 20px;
}

th {
	text-align: center;
}

.piloto {
    width: 35%;
}

.tablond {
    width: 80%;
}

.marca {
    width: 30%;
}
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp';
    visibility: hidden
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


:root {
  --left-color: 255,255,255,1;
  --center-color: 239,239,239,1;
  --right-color: 255,255,255,1;
}

.sombreado { border:0; border-collapse:collapse;
background: -moz-linear-gradient(left,  rgba(var(--left-color)) 0%, rgba(var(--center-color)) 40%, rgba(var(--center-color)) 60%, rgba(var(--left-color)) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(var(--left-color))), color-stop(40%,rgba(var(--center-color))), color-stop(60%,rgba(var(--center-color))), color-stop(100%,rgba(var(--left-color)))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(var(--left-color)) 0%,rgba(var(--center-color)) 40%,rgba(var(--center-color)) 60%,rgba(var(--left-color)) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(var(--left-color)) 0%,rgba(var(--center-color)) 40%,rgba(var(--center-color)) 60%,rgba(var(--left-color)) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(var(--left-color)) 0%,rgba(var(--center-color)) 40%,rgba(var(--center-color)) 60%,rgba(var(--left-color)) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(var(--left-color)) 0%,rgba(var(--center-color)) 40%,rgba(var(--center-color)) 60%,rgba(var(--left-color)) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CCCCCC',GradientType=1 ); /* IE6-9 */			

}

.superrallye {

	background-color: #FF0000;

}



@media screen and (min-width: 750px) {

.menu-superior{
font-size:14px;
}






}

@media screen and (min-width: 550px) {

.menu-superior{
font-size:18px;
}




}

@media screen and (min-width: 850px) {

.menu-superior{
font-size:18px;
}




@media screen and (min-width: 1250px) {

.menu-superior{
font-size:18px;
}




}