/* ---- */
/* HOME */
/* ---- */
#estrutura_vitrine {				/* estrutura da vitrine */
	height:307px;
	z-index:10;
}

#vitrine {							/* box para a vitrine (que pode ser posicionado em outro lugar da home */
	height:307px;					/* ajustar tamanho conforme necessidade */
	position:absolute;
	z-index:11;
	width:977px;
}

/*#vitrine {							box para a vitrine em cima do conteúdo
	height:600px;					ajustar tamanho conforme necessidade
	position:absolute;
	z-index:2;
	width:100px;
}*/


#estrutura_boxes {					/* estrutura do boxes */
	background:url(../imagens/bg_estrutura_site_01.gif) repeat-y top center;
	width:977px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Box 01: Dakar */
#home_box_01 {
	background:url(../imagens/box_dakar_2009.gif) no-repeat;
	float:left;
	height:305px;
	width:654px;
}

#tit_hm_dakar_2009 {
	background:url(../imagens/tit_hm_dakar_2009.gif) no-repeat;
	height:48px;
	margin-left:8px;
	overflow:hidden;
	text-indent:-99999px;
	width:200px;
}

/* Box 02: Notícias */
#home_box_02 {
	background:url(../imagens/box_noticias.gif) no-repeat;
	float:right;
	height:305px;
	width:323px;
}

#tit_hm_noticias {
	background:url(../imagens/tit_hm_noticias.gif) no-repeat;
	height:48px;
	margin-left:8px;
	overflow:hidden;
	text-indent:-99999px;
	width:103px;
}

#lt_noticias {margin:0 30px 0 23px;}

#lt_noticias li {
	list-style:url(../imagens/ico_seta_01.gif);
	margin:0 0 10px 23px;
}

#lt_noticias li p a {
	color:#093119;
	font-size:12px;
	line-height:13px !important;
	text-decoration:none;
	
	margin:none !important;
	padding:0 !important;
}

#lt_noticias li p a:hover {
	text-decoration:underline;
}

#mais_noticias a {
	background:url(../imagens/btn_mais_noticias.gif) 0 0 no-repeat;
	display:block;
	height:20px;
	margin-left:27px;
	overflow:hidden;
	text-indent:-99999px;
	width:119px;
}

/* Box 03: Multmídia */
#home_box_03 {
	background:url(../imagens/box_multmidia.gif) no-repeat;
	float:left;
	height:206px;
	width:654px;
}

#tit_hm_multimidia {
	background:url(../imagens/tit_hm_multimidia.gif) no-repeat;
	height:45px;
	margin-left:8px;
	overflow:hidden;
	text-indent:-99999px;
	width:131px;
}

/* Box 04: Cadastro */
#home_box_04 {
	background:url(/imagens/box_cadastro.gif) no-repeat;
	float:right;
	height:206px;
	width:323px;
}

#tit_hm_cadastro {
	background:url(/imagens/tit_hm_cadastro.gif) no-repeat;
	height:48px;
	overflow:hidden;
	text-indent:-99999px;
	width:117px;
}

#home_box_04 p {
	color:#093119;
	font-size:12px;
	line-height:15px;
	margin:10px 30px 15px 23px;
}

	/* Formulário de Cadastro */
	#form_hm_cadastro {
		margin-left:24px;
	}
	
	#form_hm_cadastro .input {
		background-color:#000000;
		border:4px solid #000000;
		color:#FFFFFF;
		font:12px Verdana, Arial, Helvetica, sans-serif;
		height:17px;
	}
	
	#btn_enviar_01 {
		background:url(../imagens/btn_ok_01.gif) no-repeat;
		border:0;
		cursor:pointer;
		float:left;
		height:25px;
		width:44px;
	}
