a {
	text-decoration: none;
}
#margin-proximamente {
	position: relative;
	padding: 20px 20px 0;
	background: transparent;
	width: 860px;
}

#content-proximamente {
	position: relative;
	width: 860px;
	height:440px;
	font-family: arial;
	background: #242323;
	border-style: solid;
	border-width: 2px;
	border-color: #eee;
}

#banner-booking {
	position: absolute;
	background: url('../images/banner-booking.png') no-repeat;
	width: 187px;
	height: 161px;
	z-index:2;
}

#img-proximamente {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 280px;
	height: 400px;
	background: #000;
	box-shadow: 0 0 6px #000;
}

#content-info-proximamente {
	float: right;
	position: relative;
	top: 20px;
	right: 40px;
	width: 480px;
	height: 400px;
	font-family: arial;
}

#title-proximamente {
	font-family: helvetica;
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 14px;
	-moz-text-shadow: 0 0 5px #000;
	-webkit-text-shadow: 0 0 5px #000;
	text-shadow: 0 0 5px #000;
	
}

#theater-proximamente a {
	color: #e3e4e4;
}

#title-proximamente a, 
#theater-proximamente a:hover,
#info-proximamente a {
	color: #eb782b;
}

#theater-proximamente {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 14px;
	
}

#schedule-proximamente {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 16px;
	color: #eb782b;
}

#booking-button {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	background: #000;
	border-style: dashed;
	border-width: 1px;
	border-color: #eee;
	width: 220px;
	height: 100px;
	font-weight: bold;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
}

#booking-button p {
	position: relative;
	top:5px;
	font-size: 20px;
	color: #e3e4e4;
}

#booking-button a {
	position: relative;
	top: 20px;
}

#info-proximamente {
	font-size: 14px;
	text-align: justify;
	color: #e3e4e4;
	position: absolute;
	bottom: 6px;
}