
canvas{
   position: relative; 
   border:1px solid red;
   top: 10px;
   left: 1px;
}
    
#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: 18pt;
   color: blue;
}

.label{
   position: relative; 
   top: 5px;
   left: 1px;
   font-family: Arial;
   font-size: 14pt;
   color: blue;
}

.x {background-color: white;}
