.aciento {
	display: none;
}
.aciento + label {
	background-image: url(aciento.jpg);
	height: 14px;
	width: 18px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.aciento:checked + label {
	background-image: url(aciento1.jpg);
	height: 14px;
	width: 18px;
	display: inline-block;
	padding: 0 0 0 0px;
}
.izquierda, .derecha {
	float: left;
}
#paypalplusbutton, #continuar, #cancelar {
	display: table;
	padding: 10px 30px;
	margin: auto;
	width: auto;
	text-align: center;
	font-weight: bold;
	color: black;
	background: #ffc439;
	border-radius: 10px;
}
#clock {
	text-align: center;
	padding: 10px;
	font-size: 20px;
}
#paypal-button-container {
	text-align: center;
}
img.map, map area{
	outline: none;
}
.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
}
.ui-widget-shadow {
	opacity: 1 !important;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.ui-tooltip {
	position:fixed;
	overflow:hidden;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	.container {
		width: 90%;
	}
	.ui-dialog .ui-dialog-content {
		padding: 0px;
	}
	.logo {
		width: 100% !important;
		height: auto !important;
	}
	.aciento + label {
		background-image: url(acientomobile.jpg);
		height: 10px;
		width: 13px;
	}
	.aciento:checked + label {
		background-image: url(aciento1mobile.jpg);
		height: 10px;
		width: 13px;
	}
	#seleccion-asientos img {
		content: url(acientosmobile.png);
		height: 10px !important;
		width: 13px !important;
	}
}