#show{
	position:relative;
	overflow:auto;
	padding-bottom:20px;
}

#evento{
	position:relative;
	padding:20px;
	padding-bottom:5px;
	margin-left:220px;
	margin-bottom:20px;
	background:rgba(255, 241, 255, 1);
	width:900px;
	border:1px solid #96bf3d;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px #935E74;
	overflow:auto;
}


#gallery{ list-style:none;float:left; margin-bottom:0px;}

#gallery img{
	
	margin-top:20px;
	margin-right:20px;
	width:300px;
}

#gallery li span{ text-align:center; width:300px; display:block; text-transform:uppercase; font-size:10px; margin-top:-5px;}

#evento p{
	font-size:12px;
	line-height:21px;
position: relative;
float:none;
margin-top:15px;
margin-bottom:0px;
}

#evento h1{
	display:inline-block;
	position:absolute;
	float:right;
	background:rgba(255, 241, 255, 1);
	color:rgba(133, 84, 156, 1);
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:10px;
}

hr{
	margin-top:7px;
	margin-bottom:10px;
}



#hid{
	margin-top:10px;
	margin-left:8px;
	display:block;
	margin-bottom:-15px;
}
#hid img{
	margin:5px;
	padding:0;
	width:50px;
	height:50px;
}

