div.seatCharts-container {
	/*min-width: 700px;*/
	min-width: 990px;
	float: left;
margin-left: -32px;
}
div.seatCharts-cell {

	height: 16px;
	width: 16px;
	/*margin: 1px;*/
	margin-left: 7px;
	float: left;
	text-align: center;
	outline: none;
	font-size: 13px;
	line-height:16px;
	color: blue;

}
div.seatCharts-seat {
	background-color: green;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
}
div.seatCharts-seat:focus {
	border: none;
}
/*
.seatCharts-seat:focus {
	outline: none;
}
*/


div.seatCharts-row {
	height: 24px;
}

div.seatCharts-row:after {
	clear: both;
}

div.seatCharts-seat.selected {
	background-color: aqua;
}

div.seatCharts-seat.focused {
	background-color: #6db131;
}

div.seatCharts-seat.available {
	background-color: green;
}

div.seatCharts-seat.unavailable {
	background-color: red;
	cursor: not-allowed;
}

ul.seatCharts-legendList {
	list-style: none;
}
li.seatCharts-legendItem {
	margin-top: 10px;
	line-height: 2;
}
div.seatCharts-seat.available.first-class {
/* 	background: url(vip.png); */
	background-color: #3a78c3;
	opacity:0.0; /* Opacidad 60% */
}
div.seatCharts-seat.focused {
	background-color: #76B474;
	color: #76B474;
	opacity:0.8;
}
div.seatCharts-seat.selected {
	background-color: #E6CAC4;
	color: #E6CAC4;
	opacity:0.8;
}
div.seatCharts-seat.available {
	background-color: #B9DEA0;
	color: #B9DEA0;
opacity:0.7;
}
div.seatCharts-seat.unavailable {
	background-color: #472B34;
	color: #472B34;
	opacity:0.7;
}