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

body {
	font: 8pt tahoma;
	color: #333333;
	background-image: url(../imagens/exper_fundo910580.jpg);
	background-repeat: no-repeat;
	}

/* SÓ MUDAR Gif DE FUNDO */
.exper_simples #conteudo {
	position: relative; /* relativo ao body */
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 550px;
	height: auto; 
	margin: auto; /* aqui é auto para se ajustar á largura da imagem inserida */
	}	


/* INICIO ZONA NAVEG */
.exper_simples #barratopo {
	position: relative;
	width: 540px;
	height: 15px;
	margin-top: 0px;
	padding: 5px 5px 5px 5px;
	overflow: hide;
	}

.exper_simples #barracentro {
	position: relative;
	width: 500px;
	left: 25px;
	right: 25px;
	margin-top: 5px;
	}

.exper_simples #barrafundo {
	position: relative;
	border: #00FF33;
	top: 2px;
	width: 540px;
	height: auto;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	overflow:hidden;
	}
/* FIM TEXTO */	

.exper_simples #footer {
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	padding: 1px;
	margin-top: 1px;
	}

.extraDiv2 {
	background-image: url(../imagens/logo_e-Xper_23555.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 110px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	}

/* OUTROS AUXILIARES */
h1 a {
	color:#000000;
	}
h1 a:hover {
	text-decoration:underline;
	}
	

h4 {
	font-size:13px;
	color: #003399;
	font-weight:normal;
	}

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}


/* links geral*/
a:link { text-decoration: none}
a:visited {color: #000033; text-decoration: none; font-weight: bold}
a:hover { font-weight: bolder; font-size: 90%} /* background: url( ) no-repeat 0px 50% */

/* links para footer */
a.footer:link {color: #CCCCCC; text-decoration: none}
a.footer:visited {color: #999999; text-decoration: none; font-weight: bold; text-shadow: #CCCCCC}
a.footer:hover {color: #000033; text-decoration: none; font-weight: bold; font-size: 110% }


