body{
  color:#fff;
  background-color:#000;
  margin:0px;
  padding:0px;
}
a,
a:link,
a:visited{
  color:#aaf;
}
a:active,
a:hover{
  color:#f00;
}
a,
#video{
  cursor:pointer;
}
body,
input{
  font-family:'courier new',courier;
}
#cargando,
#navegadorNoCompatible,
#noHayJavaScript,
#opciones{
  text-align:center;
}
#cargando,
#navegadorNoCompatible,
#noHayJavaScript,
#opciones,
#video{
  margin:0px auto;
}
#cargando,
#navegadorNoCompatible,
#opciones,
#video{
  display:none;
}
#social{
  display:none;
  margin:auto;
  padding-top:10px;
}
.social{
  float:left;
  padding:0px 10px;
}
.social.googleplus{
  width:57px;
}
.social.twitter{
  width:79px;
}
#velocidad,
#volumen{
  width:40px;
}
@media screen and (orientation:landscape){
  #mensajeEspera{
    font-size:24px;
  }
}
@media screen and (orientation:portrait){
  *{
    font-size:42px;
  }
}
