body{
  font-size: small;
  background-color: #456789;/*Números al azar*/
}

section{
  background-color:gainsboro;
  border-radius:20px;
  margin-top:20px;
}
header{
  background-image: url(imagenes/rotulo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color:gainsboro;
  height:200px;
  border-radius:20px;
}
#derecha{
  float:right;
  margin: 10px 10px 10px 10px;
}
#izquierda{
  float:left;
  margin: 10px 10px 10px 10px;
}
.sect{
  padding:10px;
  text-align:center;
}

#graficasCoche{
  height:600px;
}

#Graficas{
  height:600px;
}

#elemGr{
  margin-left:350px;
  height:500px;
  width: 500px;
}

#elemGrEsp{
  margin-left:350px;
  height:500px;
  width: 500px;
}
#coches{
  height:500px;
}

#infoCoche{
 margin-top: 10px;
 height: 150px;
 
}

#zonaBotones{
 margin-left:20px;
 height:380px;
 overflow:auto;
}

#extra{
 background-color:white;
}

#zonaInfo{
 margin-left:20px;
 heigh:150px;
 overflow:auto;
}

#facetas{
  height:600px;
}
#zonaFacetas{
  height:520px;
  overflow:auto;
}


.panel h3{
 text-align:center;
}

th,td{
 text-align:center;
}
#expresiones{
 height:400px;
}

#zonaExpresiones{
 padding-left:20px;
 padding-right:20px;
 height:320px;
 overflow:auto;
}
.ader{
  text-align:right;
}
.aizq{
  text-align:left;
}
