@font-face {
  font-family: DKCoolCrayon;
  src: url(../komunak/DKCoolCrayon.ttf);
}
.crayon { 
  font-family: DKCoolCrayon;
  font-size:2.5em;
  font-weight: bold;
  color: whitesmoke;
}

#pizarra {
  background-color: #003300;
  border: 20px solid goldenrod;
  border-radius: 10px;
  width: 62%;
  height: auto;
  padding: 15px;
}

.message {
	 position: absolute;
	 right: 0.5vw;
	 bottom: 1vw;
	 max-width: 30vw;
	 font-size: 1.75vmin;
	 font-family: Verdana, sans-serif;
	 color: white;
} 

A:link { text-decoration:none; }

.btn-group .button1 {
  margin-bottom: 5px;
  background-color: whitesmoke;
  border: 2px solid goldenrod;
  border-radius: 0.25em;
  color: black;
  padding: 2px 5px;
  text-align: left;
  line-height: 30px;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width: 350px;
  display: block;
}

.btn-group .button1:hover {
  background-color: #3e8e41;
  color:white;
}
.imgderecha {
  float: right;
}

.imgderechadragdrop {
  float: right;
  width: 30px;
  height: 30px;
}