* {
  font-family: Roboto, sans-serif;
  outline: 0;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f2f2f2;
}
header {
  background-color: #de393f;
  float: left;
  height: 50px;
  width: 100%;
}
header #logo {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
header #logoCharacters {
  float: right;
  margin-left: 10px;
}
header #boxLevels {
  background-color: #d6e6e3;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  height:30px;
  margin: 5px auto;
  padding: 5px 25px;
  width: 260px;
}
header #boxLevels span {
  color: #000;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 6px;
  position: relative;
}
header #boxLevels a {
  background: #fff;
  border: 1px solid #aad2ca;
  border-radius: 15px;
  color: #000;  
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin-left: 20px;
  margin-top: 2px;
  line-height: 26px;
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 25px;
}
header #boxLevels a.current {
  background: #aad2ca;
  border: 1px solid #aad2ca;
}

header #boxButtons {
  min-width: 180px;
  position: absolute;
  right: 10px;
  top: 5px;
}
header #boxButtons .smallButton {
  border: none;
  cursor: pointer;
  float: right;
  height: 36px;
  position: relative;
  margin-right: 7px;
  margin-top: 0;
  width: 34px;
}
header #boxButtons .mediumButton {
  border: none;
  cursor: pointer;
  float: right;
  height: 41px;
  margin-left: 2px;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
  width: 39px;
}
#headBtnNext {
  background:url("../images/buttons/next.png") no-repeat;
}
#headBtnMute {
  background:url("../images/buttons/mute.png") no-repeat;
}
#headBtnVolume {
  background:url("../images/buttons/volume.png") no-repeat;
}
#headBtnPause {
  background:url("../images/buttons/pause.png") no-repeat;
}
#headBtnPlay {
  background:url("../images/buttons/play.png") no-repeat;
}
#headBtnHome {
  background:url("../images/buttons/home.png") no-repeat;
}
#main {
  float: left;
  height: 480px;
  width: 100%;
}
#boxGame {
  background-repeat: no-repeat;
  float: left;
  height: 480px;
  width: 480px;
}
#logGame {
  background-color: #ececec;
  border-left: 1px solid; 
  border-right: 1px solid; 
  color: #000;
  display: none;
  float: right;
  font-family: Courier new;
  font-size: 0.8em;
  height: 100%;
  width: 350px;
}
#boxGame .boxLines {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#boxGame .boxLines .lineWidth {
  background: #000; 
  float: left;
  height: 1px;
  margin-top: 60px;
  opacity: 0.3;
  width: 100%;
}
#boxGame .boxLines .lineHeight {
  background: #000; 
  float: left;
  height: 100%;
  margin-left: 60px;
  opacity: 0.3;
  width: 1px;
}
#boxButtons {
  clear: both;
  float: left;
  font-family: Courier new;
  font-size: 0.8em;
  height: 50px;
  width: 480px; 
}
#boxButtons .btn {
  border: 0;
  cursor: pointer;
  float: left;
}
#boxButtons .btn:hover {
  opacity: 0.7;
}
#boxButtons #startButton {
  background: url("../images/buttons/ejecutar.png") no-repeat;
  border: 0;
  float: left;
  height: 62px;
  margin-left: 15%;
  margin-top: 4px;
  width: 150px;
}
#boxButtons #startButton.active, #boxButtons #startButton:hover {
  background: url("../images/buttons/ejecutar.png") no-repeat;
}
#boxButtons #restartButton {
  background: url("../images/buttons/reiniciar.png") no-repeat;
  border: 0;
  float: right;
  height: 62px;
  margin-right: 15%;
  margin-top: 4px;
  width: 150px;
}
#boxButtons #restartButton.active, #boxButtons #restartButton:hover {
  background: url("../images/buttons/reiniciar.png") no-repeat;
}
#boxWork {
  color: #000;
  float: left;
  font-family: Courier new;
  font-size: 0.8em;
  height: 100%;
  padding-left: 1em;
  width: 68%;
}
#boxInstructions {
  float: left;
  width: 100%;
}
#boxInstructions img {
  cursor: pointer;
  float: left;
  margin: 20px 10px;
}
#boxInstructions #infoInstructions {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  color: #363535;
  font-size: 14px;
  float: left;
  line-height: 16px;
  margin-top: 20px;
  padding: 16px 20px;
}
#titlesBlockly {
  background-color: #f9bac2;
  color: #000;
  float: right;
  height: 36px;
  width: 100%;
}
#titleBlockly01 {
  font-size: 12px;
  font-weight: bold;
  float: left;
  line-height: 20px;
  padding: 7px 16px;
  width: 250px;
}
#titleBlockly02 {
  font-size: 12px;
  font-weight: bold;
  float: left;
  line-height: 20px;
  padding: 7px 16px;
  width: auto;
}
#boxBlockly { 
  float: left;
  height: 100%;   
  width: 100%;
}
#blocklyDiv { 
  float: left;
  height: 100%;   
  width: 100%;
}