@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
body {
	background-attachment: fixed;
	background-image: url(../construcao/Fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f2f2f2;
	font-family: Tahoma, Geneva, sans-serif;
}
div.rodape_falso {
	clear: both;

}
div#conteudo {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
div#conteudo ul#menu {
}
div#conteudo ul#menu li {
	float: left;
	padding: 2px 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
div#conteudo ul#menu li.last {
	border: none;

}

div#conteudo ul#menu li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
div#conteudo ul#menu li a:hover {
	text-decoration: underline;

}
div#conteudo h1 {
	font-size: 0px;
	text-indent: 9999px;
	color: #f2f2f2;
	text-align: center;
	padding: 50px 0px;
}
div#conteudo h1 img#logo {
	width: 40%;
}
div#conteudo ul.apoio {
	text-align: center;
}
div#conteudo ul.apoio h2 {
	text-align: center;
	padding: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
div#conteudo ul.apoio li {
	display: inline;
}

div#conteudo ul.apoio li a {
	padding: 10px 20px 30px 20px;
	display: inline-block;
}
div#conteudo ul.apoio li a img {
	max-width: 180px;
	max-height: 55px;
}
div#conteudo ul.apoio li a img#realizacao {
	width: 300px;
	max-height: inherit;
}
div#fundo {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	opacity: 0.8;
}

div#inicial {
	width: 940px;
	position: fixed;
	border-radius: 10px;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
}
div#inicial img.fechar {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
div#conteudo div#inicial ul.apoio li a {
	padding: 3px 8px 3px 8px;

}

div#conteudo div#inicial ul.apoio li a img {
	max-height: 30px;
	max-width: 110px;
}
