/* CSS Galeria */

html, body {
	min-height: 100%;
	height: 100%;
	widht: 100%;
	margin: 0px;
	background-color: #111111;
	font-size: 80%;
	line-height: 140%;
}

#futuro_head {
	display:none;
}

h2 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align:center;
	font-weight: normal;
	background: url(../img/bg_h2.gif) no-repeat center bottom;
	margin: 35px 0px 10px 0px;
	padding: 10px 10px 15px 10px;
}

h4 {
	font-size: 1.2em;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-align:left;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	background: url(../img/bg_h3.gif) repeat-x left bottom;
	text-align:center;
}

#chamada_eventos {
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 120px;
	width: 120px;
	z-index: 10;
}

#plus {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 30px;
	border-bottom: solid 1px #202020;
	background-color: #0e0e0e;
	opacity:0.9;
	filter:alpha(opacity:90);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 1.3em;
	line-height: 30px;
	padding: 0px 25px 0px 25px;
	text-align: center;
	background: url(../img/bg_plus.gif) repeat-x center top;
}

#box {
	width: 500px;
	margin: 0px auto 0px auto;
}

#box a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#box a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.menu {
	width: 120px;
	float: left;
	padding: 0px 15px 0px 15px;
}

#menu_middle {
	width: 198px;
	float: left;
	border-right: solid 1px #202020;
	border-left: solid 1px #202020;
}

#main {
	width: 700px;
	margin: 0px auto 0px auto;
	padding-top: 75px;
}

#top {
	background: url(../img/bg_h1.jpg) no-repeat center bottom;
	text-align: center;
}

#middle {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

#content {
	border: solid 1px #202020;
	background: #0e0e0e url(../img/loading.gif) center no-repeat;
	width:600px;
	padding: 1px;
	margin: 0px auto 0px auto;
}

#bottom {
	width:600px;
	margin: 0px auto 0px auto;
}