html {
	background:url(../imagens/bg_pantanal.jpg) center no-repeat;
}
body {
	background: right bottom no-repeat;
}

div.caixas {
	height:82px;
	position:absolute;
	width:100%;
	overflow:hidden;
	top:50%;
	margin-top:-297px;
}

div.innerCaixas {
	height:82px;
	position:relative;
	width:2000px;
	background:url(../imagens/caixas.png) 0 0;
}

div.alinhaHome {
	background:url(../imagens/TEMP_bg.gi);
	position:absolute;
	width:1000px;
	height:600px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-300px;
}

div.menu {
	position:absolute;
	width:420px;
	height:54px;
	left: 78px;
	top: 101px;
}

div.ferramentas {
	position:absolute;
	width:54px;
	height:54px;
	right: 40px;
	top: 101px;
	z-index:100;
}

div.tit {
	position:absolute;
	color:#E4DDD2;
	font-family: 'AvenirLTStd65MediumBold';
	font-size:40px;
	text-transform:uppercase;
	text-align:right;
	right:40px;
	top:220px;
	line-height:1.2;
}


/*---------VIDEOS---------*/

.videos
{
	position:absolute;
	top:293px;
	left:60px;
	width:450px;
}


.carousel_bottom{
	position:relative;
	overflow:scroll;
	width:450px;
	height:200px;
	margin:0 0 0 30px;
}
	
.carousel_bottom .belt, .carousel_bottomcat .belt {
	position:absolute;
	width:140px;
	padding:0 0 0 0;
}
	
.carousel_bottom .panel{
	width:450px;
	height:200px;
	padding:0;
	margin:0 15px 0 0;
	float:left;
	overflow:hidden;
}

.carousel_bottom .panel img {
	border:none;
}

.carousel_bottom .panel .legenda {
	position:absolute;
	left:203px;
	top:123px;
	color:#fff;
	font-family: 'AvenirLTStd55RomanRegular';
	font-size:13px;
	width:200px
}

.carousel_bottom .panel .legenda b {
	font-size:15px;
	font-weight:100;
	font-family: 'AvenirLTStd65MediumBold';
}

.prevHomeDest
{
	position:absolute;
	width:24px;
	height:23px;
	top:88px;
	left:0px;	
	background:url(../imagens/navega_videos.png) 0 -46px;
	display:block;
}

.prevHomeDest:hover{
	background-position:0 -69px;
}


.nextHomeDest
{
	position:absolute;
	width:24px;
	height:23px;
	background:url(../imagens/navega_videos.png);
	top:88px;
	left:230px;
	display: block;
}

.nextHomeDest:hover{
	background-position:0 -23px;
}	



#div_video { position: absolute; left: 50px; top: 0; width: 480px; height: 344px; padding: 10px; background-color: #FFF; border-radius: 10px; }
#video_nome { position: absolute; left: 576px; top: 200px; width: 270px; color: #fff; font-family: 'AvenirLTStd65MediumBold'; font-size: 26px; }
#video_cargo { position: absolute; left: 576px; top: 240px; width: 270px; color: #fff; font-family: 'AvenirLTStd55RomanRegular'; font-size: 18px; }
#video_seta_esq, #video_seta_dir, #video_fechar { position: absolute; top: 150px; left: 0px; background: url(../imagens/setas_brancas.png) no-repeat 0 0; width: 24px; height: 25px; display:block; }
#video_seta_dir { left: 576px; background-position: 0 -25px; }
#video_fechar { top: 0; left: 576px; background-position: 0 -50px; }