/* -------------------------------- 

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;
}

.banner-notificaciones {
  max-width: 400px;
  margin: 1em auto;
  padding: 0;
}

.banner-notificaciones img {
  width: 60%;
  height: auto;
  display: block;
}

#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%;
}

.tiemposd {
  font-size: 8px;
  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%;
}

.tiemposd {
  font-size: 9px;
  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;

 }

}

.fecha_publicacion {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #777;
  font-style: italic;
  font-weight: normal;
}

.doc_item {
  display: block;
  width: 100%;
  line-height: 1.25;
}

.doc_titulo {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}

.doc_fecha {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #777;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2;
}

/* Móvil */
@media screen and (max-width: 700px) {
  .tablond {
    text-align: left !important;
    padding: 8px 6px !important;
    vertical-align: middle;
  }

  .doc_titulo {
    font-size: 15px;
    line-height: 1.2;
  }

  .doc_fecha {
    font-size: 12px;
    margin-top: 2px;
    white-space: normal;
  }

  .imgmejora {
    max-width: 28px;
    height: auto;
  }

  td.dr {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

/* -------------------------------- 

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;
}




}

.doc_item {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.25;
}

.doc_titulo {
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
}

.doc_fecha {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #777;
  font-style: italic;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
}

/* Ajuste móvil tablón */
@media screen and (max-width: 700px) {

  #tech-companies2 {
    width: 100% !important;
    table-layout: fixed !important;
  }

  #tech-companies2 thead {
    display: none !important;
  }

  #tech-companies2 tbody,
  #tech-companies2 tr.fila_documento {
    display: block !important;
    width: 100% !important;
  }

  #tech-companies2 tr.fila_documento {
    position: relative;
    min-height: 82px;
    padding: 12px 10px 12px 58px;
    box-sizing: border-box;
  }

  #tech-companies2 tr.fila_documento td {
    display: block !important;
    border: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  #tech-companies2 tr.fila_documento td.dr {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    text-align: center !important;
  }

  #tech-companies2 tr.fila_documento td.tablond {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
    vertical-align: middle !important;
  }

  #tech-companies2 tr.fila_documento .imgmejora {
    width: 28px !important;
    max-width: 28px !important;
    height: auto !important;
  }

  #tech-companies2 tr.fila_documento .doc_item,
  #tech-companies2 tr.fila_documento .doc_titulo,
  #tech-companies2 tr.fila_documento .doc_fecha {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
  }

  #tech-companies2 tr.fila_documento .doc_titulo {
    font-size: 15px;
    line-height: 1.2;
  }

  #tech-companies2 tr.fila_documento .doc_fecha {
    font-size: 12px;
    margin-top: 4px;
    line-height: 1.25;
  }

  #tech-companies2 tr.fila_documento .tiemposb {
    display: inline !important;
    white-space: normal !important;
  }
}