body {
  width: 100%;
  margin:0;
  padding:0;
  background:#2B2B2B;
}

#clear{clear: both;}
.div_overflow {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

#respuesta{
   position:fixed;
   left:50%; 
   top:30%; 
   font-family: Bauhaus-Md-Medium;
   font-size: 16px;
   color:#2ea3f2;
}

.respuesta{width: 200px;}

@media (max-width: 1400px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 800px) {

}
