
.acciones{
  position: absolute;
  left: 82%;
  top: 680px;
}
  canvas{	  
    cursor: crosshair;
    position: absolute;
    z-index: 200;
    top: 234.5px;
    left: 5%;
	border: 2px solid #fff;
	/*cursor: url(../img/lapiz2.png), pointer;*/
   
  }
  .colores{
    position: absolute;
    top: 88%;
    left: 66%;
    width: 170px;
    display: inline-block;
    min-height: 50px;
  }
  .color{
    cursor: pointer;
    opacity: 0.8;
    width: 30px;
    height: 30px;
    display: inline-block;
	padding: 0 10px;
  }
  .color:hover{
    opacity: 1;
  }
  
 #cual8{
   background-color: transparent; 
 }

.texto{
	position: absolute;
	top: 242px;
	left: 915px;
}

.texto textarea{
	background: none;
	border: dashed 1px #8F7960;
	resize: none;
	font-size: 26px;
	padding: 5px;
	border-radius: 15px;
	width: 385px;
	width: 390\0px;
	height: 405px;
}

#botonerapeq{
	bottom: -19px !important;
}

.textos{
	position:absolute;
	left: 617px;
	top: 270px;
	width: 200px;
}

.textos input{
	resize: none;
	font-size: 19px;
	width: 160px;
	height: 35px;
	padding: 3px 5px 0 5px;
	background: #EB7F26;
	opacity: 0.8;
	border-radius: 20px;
	border: dashed 3px #FFF;
	text-align: center;
}