#home_dest{
	position: absolute;
	top: 405px;
	width: 195px;
	height: 280px;
	overflow: hidden;
	cursor: pointer;
	/*background: #dddddd;*/
}


#dest_str{
	position:absolute;
	text-align: center;
	vertical-align:middle;
	width: 121px;
	height: 68px;
	z-index:200;
	color: #4D4F53;
	font-size: 11px;
	line-height: 14px;
	display:none;
	/*padding: 7px 7px 0px 12px;
	background: url(../img/globo.gif) no-repeat;
	behavior: url(js/iepngfix.htc);*/
}

.globo_0{
	padding: 7px 7px 0px 12px;
	background: url(../img/globo.gif) no-repeat;
}

.globo_1{
	padding: 7px 12px 0px 7px;
	background: url(../img/globo_inv.gif) no-repeat;
}

.dest_nino_sel_0{
	position: absolute;
	top: 80px;
	background: url(../img/ninots_dest.gif);
	width: 50px;
	height: 80px;
}
.dest_nino_unsel_0{
	position: absolute;
	top: 80px;
	background: url(../img/ninots_dest.gif) 0px 80px;
	width: 50px;
	height: 80px;
}

.dest_nino_sel_1{
	position: absolute;
	top: 80px;
	left: 115px;
	background: url(../img/ninots_dest.gif);
	width: 50px;
	height: 80px;
}
.dest_nino_unsel_1{
	position: absolute;
	top: 80px;
	left: 115px;
	background: url(../img/ninots_dest.gif) 0px 80px;
	width: 50px;
	height: 80px;
}

