@charset "iso-8859-1";
/* CSS Document */

@font-face {
	font-family: Goth;
	src: url(Cardinal.ttf);
}

body {
    background-image: url(../cont-grafico/cartaz_2017.png);
    background-position: center;
    background-attachment: fixed;
    background-origin: content-box;
    background-size: cover;
	 
}

#wrapper {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

#conteudo {
	width: 1024px;
    height: 1280px;
    background-color: #000000;
    background-image: url(../cont-grafico/bg_teste.png);
    background-size: cover;
}


#topo {
	width: auto; 
	height: 200px; 
	background:url(../cont-grafico/topo_2019.png);
	border-bottom: #CCCCCC solid 1px;
	box-shadow: 0px 2px 5px #000000;
	padding-left: 25px;

}


#rodape {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	/*height: auto;*/
	background-color: #000000;
	padding-top: 12px;

}

#tabs li a {
	text-decoration: none;
	color: #999999;
	padding: 0px 25px 20px 25px;
	border-bottom: #999999 thin solid;
	font-family: Goth;
	font-size: 20px;
}

#tabs li:hover a {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 medium solid;	
}

#tabs li.active a{
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 medium solid;	
}

.menu {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;

}
.menu ul li{
	list-style: none;
	display: inline;

}

.menu li ul {
	display: none;
	position: absolute;
}

.menu li:hover ul {
	display: block;
	
}

.menu li > ul > li {
	display: block;
}


.link {
	text-decoration: none;
	color: #999999;
	padding: 0px 25px 20px 25px;
	border-bottom: #999999 thin solid;
	font-family: Goth;
	font-size: 20px;
}

.link:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 medium solid;
}

.selected {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 medium solid;
	padding: 0px 25px 20px 25px;
	font-family: Goth;
	font-size: 20px;
}	

h3 {
	font-family: Goth;
	font-weight: normal;
}


.texto {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 12px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #FFFFFF;

}


.galeria {
	width: 800px;
	min-height: 1280px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	
}
.galeria ul li {
	text-decoration: none;
	list-style: none;
	display: inline-block;
	width: auto;
	height: 200px;;
}

.rounded {
	border-bottom-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	
blockquote {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	width: 600px;
	margin: 0.25em 0;
	padding: 0.25em 20px;
	line-height: 1.45;
	position: relative;
	color: #000000;
	border: #000000 solid 1px;
	background-color: #FFFFFF;
	opacity: 0.4;
    filter: alpha(opacity=40);

}

blockquote p {
	
	opacity: 1;
    filter: alpha(opacity=100);

}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 36px;
	position: absolute;
	/*left: -20px;*/
	top: -5px;
	color: #7a7a7a;	
}


blockquote cite {
	color: #000000;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite {
	content: "\2014 \2009";
}
