body{
  margin:0;
  overflow:hidden;
  background:white;
  }

#miCanvas{
   position: relative; 
   top: 10px;
   left: 1px;
   background:white;
   border-width: 1px;
   border-style: solid;
   border-color: blue;
}

#logotipo{
  width: 570px;
  height: 70px;
  margin: 0;
  top: 0px;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

#titulo{
   position: relative; 
   top: 5px;
   left: 1px;
   font-family: Arial;
   font-size: 20pt;
   color: blue;
}


.label{
   position: relative; 
   top: 5px;
   left: 1px;
   font-family: Arial;
   font-size: 14pt;
   color: blue;
}

.x {background-color: white;}

input[type=text] {
   position: relative; 
   top: 5px;
   left: 1px;
  width: 50px;
  padding: 5px 5px;
  margin: 8px 0;
  box-sizing: border-box;
}



