#contenedor{
	background-color: #CC0998;
	height: 300px;
	width: 300px; 
	position: relative; 
	margin-top: 50px
}

#caja{
	background-color: cyan; 
	height: 50px; 
	width: 50px; 
	position: absolute;
}

#botonera{
	margin-top: 20px;  
	width: 250px; 
	height: 200px
}

button{
	border-radius: 10px;
	padding: 7px;
	height: 40px;
	width: 80px;
	cursor: pointer;
}

#arriba{
	margin-top: 20px;
}

#derecha{
	float: right; 
	margin-top: 30px;
}

#izquierda{
	float: left; 
	margin-top: 30px;
}

#abajo{
	margin-top: 80px; 
	margin-right: 10px;
}

