@charset "utf-8";
/* CSS Document */
/*reset css*/



/*body{
	background:url(../imagens/bg.jpg);
	background:url(../imagens/tile_rj.jpg);
}*/

/* reset de margens */
* {
	margin: 0;
	padding:0;
}

/* para garantir que estes elementos ocuparão toda a tela */
body, html {
	width: 100%;
	height: 100%;
}

#fundo-externo {
	overflow: hidden; /* para que não tenha rolagem se a imagem de fundo for maior que a tela */
	width: 100%;
	height: 100%;
	/*position: relative;*/
	position: absolute; /* criamos um contexto para posicionamento */
	z-index:-1;
}

#fundo {
	position: fixed; /* posição fixa para que a possível rolagem da tela não revele espaços em branco */
	width: 100%;
	height: 100%;
}

#fundo img {
	width: 100%; /* com isso imagem ocupará toda a largura da tela. Se colocarmos height: 100% também, a imagem irá distorcer */
	position: absolute;

}

#bolsa h1 {
	position:relative;
	background:url(../image/bolsa2.png) no-repeat;
	/*z-index:1;*/
	width:80px;
	height:80px;
	float:right;
}

#fundo_claro h1 {
	position:absolute;
	background:url(../imagens/fundo_claro.png) repeat-y;
	width:960px;
	height:100%;
	/*background-color: #f8f1de;*/
	background-color: #ffffff;
	filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
	z-index:-1;
	text-align:center;
	margin-left:3px;
}

.fundoclaro {
	margin-top:-15px;
	background-color: #f8f1de;
	padding-left:15px;
	
}

#topo h1 {
	position:relative;
	width:350px;
	height:57px;
	overflow:hidden;
	top:20px;
	margin-left:-5px;
}

#topo h1 span {
	/*background-color:#F8F1DE;*/
	position:absolute;
	left:0px;
	width:350px;
	/*width:100%;*/
	height:100%;
	background-image:url(../objects/logo.png);
	background-repeat:no-repeat;
}


#menu {
	padding:5px 5px 5px 5px;
	margin-left:-5px;
	z-index:15;
	margin-top:-30px;
}

#menu ul li {
	margin-bottom:10px;
	font:12px Serif, Georgia;
	display:inline;
	text-decoration:none;
	float:right;
}

#menu ul li a {
	text-decoration:none;
	color:#003e69;
	z-index:150;
}

#menu a:hover {
	color:#000;
}

#news iframe {
	margin-left:14px;

}

#pageflip {
	margin-left:50px;
}

#footernav ul li {
	text-align:center;
	display:inline;
	margin-top:10px;
	text-decoration:none;
	color:#003e69;
	font-family: Serif, Georgia;
	font-size: 12px;
}

.bgfundo {
	background:#FFF9C5;
}


#rodape p {
	text-align:center;
	color:#003e69;
	font:10px Serif, Georgia;
}

#rodape h1 {
	text-align:center;
	color:#003e69;
	font:10px Serif, Georgia;
	background-image:url(../objects/fucsia1.png);
	background-repeat:no-repeat;
	width:47px;
	height:12px;
}

/*style para aloja.html*/

#aloja {
	border: 2px solid #FF0100;
	margin-bottom:10px;
	background-color:#FFF;
}

#aloja p {
	font:14px Serif, Georgia;
	color:#003e69;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
	padding-top:15px;
	text-align:justify;	
}

#aloja h1 {
	font:18px Serif, Georgia;
	color:#003e69;
	padding-left:15px;
	padding-top:15px;	
}

#imgsloja {
	margin-bottom:5px;
}

#imgsloja ul li {
	list-style:none;
	float:left;
}

#breve {
	border-top: 2px solid #FF0100;
	padding-top:15px;
}

#breve p {
	font:14px Serif, Georgia;
	color:#003E69;	
}

#contato {
	border: 2px solid #FF0100;
	background-color:#FFF;
}

