
.map a {
	display:block;
	width:118px;
	height: 67px;
	background: url("../images/MargaritaP.gif") no-repeat;
	text-decoration: none;
	}
		
.map a:hover {	
	background: url("../images/MargaritaP2.gif") 0 0 no-repeat;
	}
		
.lang {
	padding-top: 24px;
	float: left;
	}		
	
.es a {
	display:block;
	width:40px;
	height: 40px;
	background: url("../images/es_up.gif") no-repeat;
	text-decoration: none;
	}
		
.es a:hover {	
	background: url("../images/es_down.gif") 0 0 no-repeat;
	}		
		
.en a {
	display:block;
	width:40px;
	height: 40px;
	background: url("../images/en_up.gif") no-repeat;
	text-decoration: none;
	}
		
.en a:hover {	
	background: url("../images/en_down.gif") 0 0 no-repeat;
	}		
	
	


#gecko_scrollbar {
display: none;
}

html>body #gecko_scrollbar {
position: absolute;
z-index: 1;
bottom: -1px;
left: 0;
width: 1px;
height: 1px;
display: block;
font-size: 0;
}