#margin-event {
	position: relative;
	padding: 40px 20px 20px;
	background: transparent;
	width: 860px;
	height: 300px;
}

#evento-banner {
	background: url('../images/extras/eventounico.png') no-repeat;
	position: absolute;
	top: 28px;
	left: 2px;
	z-index: 10;
	width: 169px;
	height: 168px;
}

#content-show-event {
	float: left;
	position: relative;
	background: #302f2f;
	width: 860px;
	height: 300px;
}

#theater-banner-event {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: 20px;
}

#img-show-event {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 280px;
	background: #eee;
	box-shadow: 0 0 6px #000;
}

#show-event {
	float: right;
	position: relative;
	top: 10px;
	right: 20px;
	width: 600px;
	height: 280px;
	font-family: arial;
}

#title-show-event {
	font-family: helvetica;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 10px;
	color: #eb782b;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
	text-shadow: 0 0 2px #000;
}

#title-show-event a, #theater-show-event a:hover,
#info-show-event a {
	color: #eb782b;
	text-decoration: none;
}

#schedule-show-event {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 12px;
	color: #e3e4e4;
}

#schedule-show-event p span {
	color: #eb782b;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
	text-shadow: 0 0 2px #000;
}

#category-show-event{
	font-weight: bold;
	font-size: 18px;
	color: #e3e4e4;	
}

#category-show-event span{
	color: #eb782b;
	-moz-text-shadow: 0 0 2px #000;
	-webkit-text-shadow: 0 0 2px #000;
	text-shadow: 0 0 2px #000;
}

#info-show-event {
	font-size: 14px;
	text-align: justify;
	color: #e3e4e4;
	position: absolute;
	bottom: 2px;
}