.ordernamiento{
	margin-left: 42%;
	margin-top: -36%;
}
table th{
	color: #aaa69d;
}
.order{
    margin-left: 42%;
    margin-top: 10px;
    width: 40%;
    position: absolute;
}
.orden{
	display:inline;
	position: absolute;
    padding: 5px; 
    margin-top: 20px;
    margin-left: -34%;
}
.resaltar{
	border-radius: 5px;
	background-color:#d1ccc0;
    padding-top: 5px;
    padding-bottom: 1px;
    width: 80%;
}
.resaltar p{
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.opcion{
	border-radius: 5px;
	background-color:#d1ccc0;
	color:#0c0c0c;
    padding: 5px;
	width: 90px;
	text-align: center;
}
h4{
	font-weight: bold;
	color: #84817a; 
}

.seccionProductos section{
  border:1px solid #d9d9d9;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: inline-table; 
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 20px;
  text-align: center;
  height: 270px;
  width: 325px;
}