@charset "utf-8";
/* CSS Document */

/************************************
Fernanda Keller
Criado em: Dezembro/2008                     																					
Desenvolvido por: ZONAInternet
************************************/

/************************************
	BASIC TAGS
************************************/

* {    
	margin: 0; padding: 0;	border: none; text-decoration: none; list-style-type: none;
}
html { height: 100%; }
body {
	height: 100%;
	background: #fff;
	color: #666;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* BACKGROUNDS */
body#titulosActive #desktop { background:url(../imgs/bg_titulos.jpg) top center fixed; }
body#curiosidadesActive #desktop { background:url(../imgs/bg_curiosidades.jpg) top center fixed; }
body#institutoActive #desktop { background:url(../imgs/bg_instituto.jpg) top center fixed; }
body#fotosActive #desktop { background:url(../imgs/bg_fotos.jpg) top center fixed; }
body#noticiasActive #desktop { background:url(../imgs/bg_noticias.jpg) top center fixed; }
body#palestrasActive #desktop { background:url(../imgs/bg_palestras.jpg) top center fixed; }
body#assessoriaActive #desktop { background:url(../imgs/bg_assessoria.jpg) top center fixed; }
body#patrocinadoresActive #desktop { background:url(../imgs/bg_patrocinadores.jpg) top center fixed; }
body#lojaActive #desktop { background:url(../imgs/bg_loja.jpg) top center fixed; }
body#contatoActive #desktop { background:url(../imgs/bg_contato.jpg) top center fixed; }

#desktop {
	min-height: 100%;
	height: auto !important;
	width: 100%; height: 100%;
	overflow: hidden; _overflow: visible;
	background:url(../imgs/bg_home.jpg) top center fixed;
}


/************************************
	CLASSES
************************************/

	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	.center { text-align: center; }
	.right { text-align: right; }
	.block { display: block; }
	.upercase { text-transform: uppercase; }
	.underline { text-decoration: underline; }
	.cor_666 { color: #666; }
	.cor_999 { color: #999; }
	.clear { clear: both; }
	p { line-height: 16px; }
	a { color: #666; cursor: pointer;}
	a:hover { color: #999; text-decoration: none;}
	
	.linha { width: 100%; height: 1px; padding: 10px 0 5px 0; background: url(../imgs/img_linha.gif) repeat-x center;  clear: both; }
	.boxCinza { background: #e6e6e6 url(../imgs/box_cinza_right.gif) no-repeat right center; float: left; }

/************************************
	ESTRUTURA 
************************************/

/* HEADERS */
body#titulosActive #header { background: url(../imgs/header_titulos.gif) no-repeat; }
body#curiosidadesActive #header { background: url(../imgs/header_curiosidades.gif) no-repeat; }
body#institutoActive #header { background: url(../imgs/header_instituto.gif) no-repeat; }
body#fotosActive #header { background: url(../imgs/header_fotos.gif) no-repeat; }
body#noticiasActive #header { background: url(../imgs/header_noticias.gif) no-repeat; }
body#palestrasActive #header { background: url(../imgs/header_palestras.gif) no-repeat; }
body#assessoriaActive #header { background: url(../imgs/header_assessoria.gif) no-repeat; }
body#patrocinadoresActive #header { background: url(../imgs/header_patrocinadores.gif) no-repeat; }
body#lojaActive #header { background: url(../imgs/header_loja.gif) no-repeat; }
body#contatoActive #header { background: url(../imgs/header_contato.gif) no-repeat; }

#header {
 	margin: 0 auto;
 	width: 1005px; height: 252px;
 	background: url(../imgs/header_home.gif) no-repeat;
	position: relative;
 }

/* INSTALAR FLASH */
#flash_home {
	position: absolute;
	width: 1005px; height: 595px;
	top: 0; left: 0; z-index: 1;
}

#flash_header p {
 	padding: 60px;
	color: #333; text-align: center;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 }

#flash_galeria {
	margin-top: -24px;
	width: 764px; height: 500px;
	color: #333; text-align: center;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
 }

/* HEADER LINK */
a.link_logo {
	position: absolute; top: 0px; left: 292px;
	width: 370px; height: 130px;
	display: block; cursor: pointer;
}

/* HOME */
#contentHome {
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -300px; margin-left: -502px;
	width: 1005px; height: 595px; _height: 590px;
	background: #fff url(../imgs/bg_content.gif) repeat-y;
}
	#contentHome .bottomBar {
		float: left; margin-top: -31px; margin-left: 15px; _margin-left: 5px;
		padding: 34px 0 0 25px;
		width: 770px; height: 78px;
		background: url(../imgs/home_bottom.gif) no-repeat;
	}
		#contentHome .bottomBar p, #contentHome .bottomBar_en p  {
			font-size: 9px;
			color: #666666;
			line-height: 15px;
		}
		#contentHome .bottomBar p span, #contentHome .bottomBar_en p span { color: #3179b6; font-weight: bold; }

.leftBar .homeEsquerda { float: left; margin-top: -20px; position: relative; z-index: 999; }
	.leftBar .homeEsquerda p { width: 248px; color: #5b86ae; }

.leftBar .homeDireita { float: right; margin-top: -20px; _margin-right: 3px; position: relative; z-index: 999; }
	.leftBar .homeDireita p { width: 262px; text-align: right; color: #5b86ae; }

/* TEXTOS */
h1 { padding-bottom: 15px; }
h2 {
	padding-bottom: 10px;
	font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h5 {
	margin: 15px 0 5px 0;
	width: 236px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ff3366;
}

/* INTERNA */
#content {
	margin: 0 auto;
	width: 1005px;
	background: #fff url(../imgs/bg_content.gif) repeat-y;
	position: relative;
 }
 	
	.leftBar {
	float: left;
	margin-left: 30px;
	_margin-left: 13px;
	padding-bottom: 10px;
	width: 770px;
	_width: 768px;
	 }
	.leftBar p {
		padding-bottom: 10px;
		width: 410px;
		color: #333; text-align: left;
		font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		line-height: 16px;
	}
	
	body#titulosActive .leftBar p.destaque { color: #ff3366; }
	body#curiosidadesActive .leftBar p.destaque { color: #f6c339; }
	body#institutoActive .leftBar p.destaque, body#institutoActive .leftBar h2, body#institutoActive .leftBar ul li { color: #7f3e83; }
	body#fotosActive .leftBar p.destaque { color: #91ddff; }
	body#noticiasActive .leftBar p.destaque { color: #2e9de2; }
	body#palestrasActive .leftBar p.destaque { color: #8c4500; }
	body#assessoriaActive .leftBar p.destaque { color: #829221; }
	body#patrocinadoresActive .leftBar p.destaque { color: #c4e02c; }
	body#lojaActive .leftBar p.destaque { color: #ff7b06; }
	body#contatoActive .leftBar p.destaque, body#contatoActive .leftBar label { color: #666699; }
	
	#content .leftBar p.destaque { padding-bottom: 5px; font-weight: bold; }
	
	body#titulosActive h5 { color: #ff3366; }
	body#patrocinadoresActive h5 { color: #99cc33; }
	body#lojaActive h5 { color: #ff7b06; }
	
	.horizontal p { width: 361px; }
	
	.full p { width: 100%; }
	.leftBar p.data { color: #999; font-style: italic; padding-bottom: 2px; }
	
	h2.ano { color: #666; padding: 0; margin: 10px 0; font-size: 16px; }
	p.descricao { line-height: 12px; margin-top: -5px; color: #999999; }
	p.colocacao { line-height: 14px; margin-top: -5px; color: #333333; }
	
	.full h6.titulo {
		padding: 0 20px; color: #666;
		font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }
	
	.leftBar .foto {
		float: right;
		margin-top: 7px; padding: 8px;
		width: 321px; height: 501px;
		background: url(../imgs/bg_foto.gif) no-repeat;
	}
	
	.horizontal .foto {
		width: 360px; height: 270px;
		background: url(../imgs/bg_foto_horizontal.gif) no-repeat;
	}

	.leftBar .thumb3Linha {	
		margin-top: 20px;
		float: left; overflow: hidden;
		padding: 8px; margin-right: 4px;
		width: 236px;
		background: url(../imgs/bg_itemtitulos.gif) no-repeat;
	}
		.leftBar .thumb3Linha p {
			width: 236px; padding: 0;
		}
	
	.leftBar .lastLinha { margin: 20px 0 0 0; }
	
	.acessoSite { float: right; margin-top: 10px; width: 374px; height: 50px; clear: both; }
	
		.bt_site {
			width: 126px; height: 36px;
			background: url(../imgs/btn_acesse_site.gif) no-repeat;
			display: block; float: left;
			margin-right: 5px;
		}
		.bt_voltar {
			width: 126px; height: 36px;
			background: url(../imgs/btn_voltar.gif) no-repeat;
			display: block; float: left;
			margin-right: 5px;
		}
		
	.select_categoria { height: 33px; clear: both; position: absolute; top: 250px; left: 280px; text-align: center; 			font-weight: bold;
			font-size: 15px;  }
	
	.acessoTit { height: 33px; clear: both; position: absolute; top: 10px; right: 200px; }
		a.bt_tit {
			width: 151px; height: 25px;
			padding-top: 8px;
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 14px;
			color:#FFFFFF;
			background: #ae2c33;
			display: block; float: left;
			margin-right: 10px;
		}
		a.bt_tit:hover {
			background: #c5565c;
		}
	
	a.loja { text-decoration: underline; color: #666666; }
		
	#content .leftBar ul { margin-bottom: 20px; }
	#content .leftBar ul li { list-style-type: square; width: 348px; padding: 5px 0;  margin-left: 13px; }
	#content .leftBar ul li.loja { list-style-type: square; width: 750px; padding: 5px 0;  margin-left: 13px; }
	#content .leftBar ul li span { color: #999999; font-weight: bold; }
	
	/* RIGHTBAR */
	.rightBar {
		position: relative;
		float: right;
		margin: 10px 10px 0 0; _margin-right: 5px;
		width: 180px;
		background: #fff;
		z-index: 999;
	 }
	 	 
		 
	/* RIGHTBAR / BOX NOTÍCIAS */
	.rightBar .box_noticias {
		margin-bottom: 10px;
		float: right; width: 164px;
		border: 1px solid #dfdfdf;
		border-right: 8px solid #97c7ff;
		background: #fff;
		z-index: 5;
	 }
 	.rightBar .box_noticias p {
		padding: 0 10px 15px 10px;	color: #666;
		font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }	 
 	.rightBar .box_noticias p.data {
		padding: 0 10px 0 10px;	color: #999; 
	 }
 	.rightBar .box_noticias h4.titulo {
		padding: 0 10px 0 10px; color: #666;
		font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }
 	.rightBar .box_noticias a:hover p, 
	.rightBar .box_noticias a:hover h4.titulo {
		color: #999; text-decoration: underline;
	 }
	 
	 /* RIGHTBAR / BOX DESTAQUES */
	.rightBar .box_destaques {
		margin-bottom: 10px;
		float: right; width: 164px;
		border: 1px solid #dfdfdf;
		border-right: 8px solid #c8c0ff;
		background: #fff;
	 }
 	.rightBar .box_destaques p {
		padding: 0 10px 15px 10px;	color: #666;
		font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }	 
 	.rightBar .box_destaques p.data {
		padding: 0 10px 0 10px;	color: #999; 
	 }
 	.rightBar .box_destaques h4.titulo {
		padding: 0 10px 0 10px; color: #666;
		font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }
 	.rightBar .box_destaques a:hover p, 
	.rightBar .box_destaques a:hover h4.titulo {
		color: #999; text-decoration: underline;
	 }
	 
	/* RIGHTBAR / BOX LOJA */
	.rightBar .box_loja {
		margin-bottom: 10px;
		float: right; width: 164px;
		border: 1px solid #dfdfdf;
		border-right: 8px solid #efd390;
		background: #fff;
	 }
 	.rightBar .box_loja p {
		padding: 0 10px 15px 5px;	color: #ad8b39;
		font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }	 
 	.rightBar .box_loja img.foto {
		float: right; margin: 0 10px 1px 0;
	 }
 	.rightBar .box_loja h4.titulo {
		padding: 0 10px 0 10px; color: #ad8b39;
		font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 }
 	.rightBar .box_loja a:hover p, 
	.rightBar .box_loja a:hover h4.titulo {
		color: #7f6015; text-decoration: underline;
	 }
	 
	 /* PAGINACAO */	
	.paginacao { width: 764px; height: 20px; }
	.paginacao p { width: 613px; float:left; text-align: center; color: #999; line-height: 12px; }
	.bt_anterior { width: 77px; height: 13px; background: url(../imgs/btn_anterior.gif) no-repeat; float: left; display: block; }
	.bt_proxima { width: 74px; height: 13px; background: url(../imgs/btn_proxima.gif) no-repeat; float: right; display: block; }
	.bt_anterior_over { width: 77px; height: 13px; background: url(../imgs/btn_anterior_over.gif) no-repeat; float: left; display: block; }
	.bt_proxima_over { width: 74px; height: 13px; background: url(../imgs/btn_proxima_over.gif) no-repeat; float: right; display: block; }


	/* FOOTER */		 
	#footer {
		margin: 0 auto;
		width: 1005px; height: 30px;
		color: #999; text-align: right;
		font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
		background: #fff url(../imgs/footer_sombra.gif) top no-repeat;
		clear: both;
	 }
		#footer p { padding: 10px 8px 0 0; }
		#footer p a { color: #999; }
		#footer p a:hover { color: #666; }
		#footer a.flag { margin-right: 10px; }
		#footer img { height: 16px; }
		
		
 
/************************************
	MENU 
************************************/

.menu {	width:172px; height: 230px;	position: absolute; top: 22px; right: 10px; z-index: 999; }

		.menu ul li { height:21px; width: 172px;}
		.menu ul li a { display:block; height:21px; text-indent:-5000px; overflow: hidden;}

	body#fernandaActive ul li.menu1 a { background:url(../imgs/menu_btn_fernanda_over.gif);}
	
		.menu ul li.menu1 { background:url(../imgs/menu_btn_fernanda.gif); }
		.menu ul li.menu1 a { background:url(../imgs/menu_btn_fernanda.gif); }
		.menu ul li.menu1 a:hover { background:url(../imgs/menu_btn_fernanda_over.gif);}
		
	body#titulosActive ul li.menu2 a { background:url(../imgs/menu_btn_titulos_over.gif);}
	
		.menu ul li.menu2 { background:url(../imgs/menu_btn_titulos.gif); }
		.menu ul li.menu2 a { background:url(../imgs/menu_btn_titulos.gif); }
		.menu ul li.menu2 a:hover { background:url(../imgs/menu_btn_titulos_over.gif);}
		
	body#curiosidadesActive ul li.menu3 a { background:url(../imgs/menu_btn_curiosidades_over.gif);}
	
		.menu ul li.menu3 { background:url(../imgs/menu_btn_curiosidades.gif); }
		.menu ul li.menu3 a { background:url(../imgs/menu_btn_curiosidades.gif); }
		.menu ul li.menu3 a:hover { background:url(../imgs/menu_btn_curiosidades_over.gif);}
		
	body#institutoActive ul li.menu4 a { background:url(../imgs/menu_btn_instituto_over.gif);}
	
		.menu ul li.menu4  { background:url(../imgs/menu_btn_instituto.gif); }
		.menu ul li.menu4 a { background:url(../imgs/menu_btn_instituto.gif); }
		.menu ul li.menu4 a:hover { background:url(../imgs/menu_btn_instituto_over.gif);}
		
	body#fotosActive ul li.menu5 a { background:url(../imgs/menu_btn_fotos_over.gif);}
	
		.menu ul li.menu5 { background:url(../imgs/menu_btn_fotos.gif); }
		.menu ul li.menu5 a { background:url(../imgs/menu_btn_fotos.gif); }
		.menu ul li.menu5 a:hover { background:url(../imgs/menu_btn_fotos_over.gif);}
		
	body#noticiasActive ul li.menu6 a { background:url(../imgs/menu_btn_noticias_over.gif);}
	
		.menu ul li.menu6 { background:url(../imgs/menu_btn_noticias.gif); }
		.menu ul li.menu6 a { background:url(../imgs/menu_btn_noticias.gif); }
		.menu ul li.menu6 a:hover { background:url(../imgs/menu_btn_noticias_over.gif);}
		
	body#palestrasActive ul li.menu7 a { background:url(../imgs/menu_btn_palestras_over.gif);}
	
		.menu ul li.menu7 { background:url(../imgs/menu_btn_palestras.gif); }
		.menu ul li.menu7 a { background:url(../imgs/menu_btn_palestras.gif); }
		.menu ul li.menu7 a:hover { background:url(../imgs/menu_btn_palestras_over.gif);}
		
	body#assessoriaActive ul li.menu8 a { background:url(../imgs/menu_btn_assessoria_over.gif);}
	
		.menu ul li.menu8 { background:url(../imgs/menu_btn_assessoria.gif); }
		.menu ul li.menu8 a { background:url(../imgs/menu_btn_assessoria.gif); }
		.menu ul li.menu8 a:hover { background:url(../imgs/menu_btn_assessoria_over.gif);}
		
	body#patrocinadoresActive ul li.menu9 a { background:url(../imgs/menu_btn_patrocinadores_over.gif);}
	
		.menu ul li.menu9 { background:url(../imgs/menu_btn_patrocinadores.gif); }
		.menu ul li.menu9 a { background:url(../imgs/menu_btn_patrocinadores.gif); }
		.menu ul li.menu9 a:hover { background:url(../imgs/menu_btn_patrocinadores_over.gif);}
		
	body#lojaActive ul li.menu10 a { background:url(../imgs/menu_btn_loja_over.gif);}
	
		.menu ul li.menu10 { background:url(../imgs/menu_btn_loja.gif); }
		.menu ul li.menu10 a { background:url(../imgs/menu_btn_loja.gif); }
		.menu ul li.menu10 a:hover { background:url(../imgs/menu_btn_loja_over.gif);}
		
	body#contatoActive ul li.menu11 a { background:url(../imgs/menu_btn_contato_over.gif);}
	
		.menu ul li.menu11 { background:url(../imgs/menu_btn_contato.gif); }
		.menu ul li.menu11 a { background:url(../imgs/menu_btn_contato.gif); }
		.menu ul li.menu11 a:hover { background:url(../imgs/menu_btn_contato_over.gif);}
		
		
/* pop onde */	
.pop_altura { width: 780px; height: 340px; }
.pop_altura .leftBar {
		margin: 0;
		padding: 0;
		width: 780px; _width: 768px;
	 }
	 
	 

/**************************************************************************************************************
	/ VERSAO DO SITE EM INGLES  / 
**************************************************************************************************************/
	#contentHome .bottomBar_en{
		float: left; margin-top: -31px; margin-left: 15px; _margin-left: 5px;
		padding: 34px 0 0 25px;
		width: 770px; height: 78px;
		background: url(../imgs/home_bottom_en.gif) no-repeat;
	}

/* PAGINACAO EN*/	
	
	.bt_anterior_en { width: 77px; height: 13px; background: url(../imgs/btn_anterior_en.gif) left no-repeat; float: left; display: block; }
	.bt_anterior_over_en { width: 77px; height: 13px; background: url(../imgs/btn_anterior_over_en.gif) left no-repeat; float: left; display: block; }
	.bt_proxima_en { width: 74px; height: 13px; background: url(../imgs/btn_proxima_en.gif) right no-repeat; float: right; display: block; }
	.bt_proxima_over_en { width: 74px; height: 13px; background: url(../imgs/btn_proxima_over_en.gif) right no-repeat; float: right; display: block; }
	
/************************************
	MENU EN
************************************/

	body#fernandaActive ul li.versao1_en a { background:url(../imgs/menu_btn_fernanda_over_en.gif);}
		.menu ul li.versao1_en { background:url(../imgs/menu_btn_fernanda_en.gif); }
		.menu ul li.versao1_en a { background:url(../imgs/menu_btn_fernanda_en.gif); }
		.menu ul li.versao1_en a:hover { background:url(../imgs/menu_btn_fernanda_over_en.gif);}
		
	body#titulosActive ul li.versao2_en a { background:url(../imgs/menu_btn_titulos_over_en.gif);}
		.menu ul li.versao2_en { background:url(../imgs/menu_btn_titulos_en.gif); }
		.menu ul li.versao2_en a { background:url(../imgs/menu_btn_titulos_en.gif); }
		.menu ul li.versao2_en a:hover { background:url(../imgs/menu_btn_titulos_over_en.gif);}
		
	body#curiosidadesActive ul li.versao3_en a { background:url(../imgs/menu_btn_curiosidades_over_en.gif);}
		.menu ul li.versao3_en { background:url(../imgs/menu_btn_curiosidades_en.gif); }
		.menu ul li.versao3_en a { background:url(../imgs/menu_btn_curiosidades_en.gif); }
		.menu ul li.versao3_en a:hover { background:url(../imgs/menu_btn_curiosidades_over_en.gif);}
		
	body#institutoActive ul li.versao4_en a { background:url(../imgs/menu_btn_instituto_over_en.gif);}
		.menu ul li.versao4_en  { background:url(../imgs/menu_btn_instituto_en.gif); }
		.menu ul li.versao4_en a { background:url(../imgs/menu_btn_instituto_en.gif); }
		.menu ul li.versao4_en a:hover { background:url(../imgs/menu_btn_instituto_over_en.gif);}
		
	body#fotosActive ul li.versao5_en a { background:url(../imgs/menu_btn_fotos_over_en.gif);}
		.menu ul li.versao5_en { background:url(../imgs/menu_btn_fotos_en.gif); }
		.menu ul li.versao5_en a { background:url(../imgs/menu_btn_fotos_en.gif); }
		.menu ul li.versao5_en a:hover { background:url(../imgs/menu_btn_fotos_over_en.gif);}
		
	body#noticiasActive ul li.versao6_en a { background:url(../imgs/menu_btn_noticias_over_en.gif);}
		.menu ul li.versao6_en { background:url(../imgs/menu_btn_noticias_en.gif); }
		.menu ul li.versao6_en a { background:url(../imgs/menu_btn_noticias_en.gif); }
		.menu ul li.versao6_en a:hover { background:url(../imgs/menu_btn_noticias_over_en.gif);}
		
	body#palestrasActive ul li.versao7_en a { background:url(../imgs/menu_btn_palestras_over_en.gif);}
		.menu ul li.versao7_en { background:url(../imgs/menu_btn_palestras_en.gif); }
		.menu ul li.versao7_en a { background:url(../imgs/menu_btn_palestras_en.gif); }
		.menu ul li.versao7_en a:hover { background:url(../imgs/menu_btn_palestras_over_en.gif);}
		
	body#assessoriaActive ul li.versao8_en a { background:url(../imgs/menu_btn_assessoria_over_en.gif);}
		.menu ul li.versao8_en { background:url(../imgs/menu_btn_assessoria_en.gif); }
		.menu ul li.versao8_en a { background:url(../imgs/menu_btn_assessoria_en.gif); }
		.menu ul li.versao8_en a:hover { background:url(../imgs/menu_btn_assessoria_over_en.gif);}
		
	body#patrocinadoresActive ul li.versao9_en a { background:url(../imgs/menu_btn_patrocinadores_over_en.gif);}
		.menu ul li.versao9_en { background:url(../imgs/menu_btn_patrocinadores_en.gif); }
		.menu ul li.versao9_en a { background:url(../imgs/menu_btn_patrocinadores_en.gif); }
		.menu ul li.versao9_en a:hover { background:url(../imgs/menu_btn_patrocinadores_over_en.gif);}
		
	body#lojaActive ul li.versao10_en a { background:url(../imgs/menu_btn_loja_over_en.gif);}
		.menu ul li.versao10_en { background:url(../imgs/menu_btn_loja_en.gif); }
		.menu ul li.versao10_en a { background:url(../imgs/menu_btn_loja_en.gif); }
		.menu ul li.versao10_en a:hover { background:url(../imgs/menu_btn_loja_over_en.gif);}
		
	body#contatoActive ul li.versao11_en a { background:url(../imgs/menu_btn_contato_over_en.gif);}
		.menu ul li.versao11_en { background:url(../imgs/menu_btn_contato_en.gif); }
		.menu ul li.versao11_en a { background:url(../imgs/menu_btn_contato_en.gif); }
		.menu ul li.versao11_en a:hover { background:url(../imgs/menu_btn_contato_over_en.gif);}
		
	
/************************************
	FORM EN
************************************/		
.btnFaleConosco_en {
	background: url(../imgs/btn_enviar_en.gif); color: #fff; margin-left: 5px;
	width: 126px; height: 36px;
	text-indent: -9999px;
	display: block; cursor: pointer; float: left;
}


.bt_site_en {
	width: 126px; height: 36px;
	background: url(../imgs/btn_acesse_site_en.gif) no-repeat;
	display: block; float: left;
	margin-right: 5px;
}
.bt_voltar_en {
	width: 126px; height: 36px;
	background: url(../imgs/btn_voltar_en.gif) no-repeat;
	display: block; float: left;
	margin-right: 5px;
}