/*********************
ESTILOS EN MODULO MESA
**********************/

#cuadranteSalon { 
	height: 600px;
	background-color: #ada8a8;
	position: relative;
}

.estiloMesa {
  height: 50px;
  width: 50px;
  background-color: #41ca41;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
/*  right: auto;
  bottom: auto;
*/
}

.estiloColumna {
  height: 50px;
  width: 50px;
  background-color: #3c3b3b; 
  text-align: center;
  font-size: 15px; 
  color: #fff;
  position: absolute;
}