#tudo2{
	position:relative;
	padding:20px;
	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;
	min-height:250px;
}

#suma{ display:none;}

#tudo{
	position:relative;
	margin:auto;
	margin-top:10px;
	width:850px;
}
#depo{ position:absolute; right:20px; width:402px;}
#depo label{ display:block; margin-bottom:10px; }
#depo input{ padding:2px; width:334px;}
#depo span{ display:inline-block; width:60px; text-transform:uppercase; font-size:14px;color:rgba(133, 84, 156, 1);}
#depo textarea{ width:400px; height:100px;}
#depo input.send{ width:80px; margin:auto; position:relative; display:block;}

#depo_texto{ position:absolute; width:370px; display:block; left:20px;font-size:13px;}
#depo_texto h1{text-transform:uppercase; font-size:24px;color:rgba(133, 84, 156, 1); margin-bottom:10px;}
#depo_texto p{ color:#000; margin-bottom:10px; }

#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:10px;
	margin-right:20px;
	max-width:300px;
	max-height:250px;
}

#gallery li span{ text-align:center; width:300px; display:block; text-transform:uppercase; font-size:10px; margin-top:-5px;}

#evento p{
position: relative;
float:none;
margin-top:15px;
margin-bottom:0px;
font-size:13px;
}

#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;
}