@charset "utf-8";
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	overflow:hidden;

	}
#container { 
	width:900px;
	position:absolute;  /*Contexto de posicionamento */
	background-color:#fff;
	margin-left:-450px;
	left:50%;
	text-align:left;
	min-height:100%;
	border:dotted #999;
	border-width:0 1px;
	top:1px;
	box-shadow: -5px -5px 5px #325d6f, 1px 1px 1px #bfe3f2;
	-webkit-box-shadow: -5px -5px 5px #325d6f, 1px 1px 1px #bfe3f2;
	-moz-box-shadow: -5px -5px 5px #325d6f, 1px 1px 1px #bfe3f2;
	}
 * html #tudo {height: 100%;}
#conteudo {
	padding-bottom:30px;
	}

#cabecalho {
	background-image:url("../img/cabecalho.jpg");
	background-position:right;
	background-repeat:no-repeat;
	background-color:#000;
	width:900px;
	height:150px;
	border-bottom:1px dotted #999;
	padding-top:1px;
	}
#cabecalho img{
float:left;
}

#principal {
	width:670px;
	padding-left:10px;
	float:left;
	padding-top:10px;
	text-align:justify;
	}
#menu {
	width:898px;
	float:left;
	height:30px;
	background-image:url("../img/back_menu.jpg");
	border: 1px solid #0000cc;
	}

#menu ul {
	width:898px;
	margin:0;
	padding:5px;
	list-style:none;
	
	}
#menu ul li {
margin:1px 30px; 
display:inline;
	
}

#menu ul li a, ul li a:visited {
	font:12px Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	padding-left: 10px;
	width:200px;
	height:100%;
	line-height:100%;
	color:#fff;
	text-shadow: #000 2px 1px 1px, #333 -1px -1px 1px;
	}
#menu ul li a:hover {
	color:#fff;
	text-shadow: #fff 1px 3px 2px;
	}
#rodape {
	background-image:url('../img/back_rodape.jpg');
	color:#fff;
	width:900px;
	height:20px;
	position: absolute;
	bottom: 0; /**/ 
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	text-shadow: #000 2px 1px 1px, #333 -1px -1px 1px;
	
	}
#rodape p {
	margin:0;
	font-weight:bold;	
}
.clear {
	clear:both;
}

/* Estilos do buscador abaixo do cabecalho */
#menubar{
	height: 60px;
	clear: both;
	margin: 0;
	padding: 0;
}
#menubar ul{
	margin: 5px 10px 5px 10px;
	display:inline;
}
#menubar ul li {
	display:inline;
}
menubar ul li a{
	text-decoration:none;

}


#paramentro{
	border: 1px solid #ddd;
}
/* Fim estilos buscador */

/*Supersize Plugin Styles*/
		#supersize img{
			height:100%;
			width:100%;
			display:none;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}

.transparencia{

opacity:0.20;
-moz-opacity: 0.20;
filter: alpha(opacity=20);
}