body{
    background-color: whitesmoke;
}
.instrucciones{
	padding: 5px;
    width: 100%;
    
}
.instrucciones .izq {
	float: left;
    border: solid;
    background: linear-gradient(to right, #eaf2e2 0%, #a0a899 100%);
    border-radius: 24px;
    margin-left: 10%;
    margin-bottom: 10%;
}
.instrucciones .der {
    clear: both;
    padding-left: 20px;
}

.draggable{
    border: solid; 
    height: 25px; 
    width: 150px; 
    background-color: white;
    float: left;
}