@charset "utf-8";
/* CSS Document */

ul#area {
	list-style: none;
	background: url(images/mapa_slim_wwf.png) no-repeat 0 0;
	position: relative;
	width: 728px;
	height: 423px;	
	margin: 0;
	padding: 0;
}

ul#area li {
	position: absolute;
}

ul#area li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

#area01 {
	width: 26px;
	height: 23px;
	top: 46px;
	left: 95px; 
}

#area02 {
	width: 59px;
	height: 51px; 
	top: 75px;
	left: 96px;
}

#area03 {
	width: 27px;
	height: 45px;
	top: 172px;
	left: 150px;
}

#area04 {
	width: 73px;
	height: 77px;
	top: 193px;
	left: 209px;
}

#area05 {
	width: 6px;
	height: 4px;
	top: 84px;
	left: 223px;
}

#area06 {
	width: 99px;
	height: 79px;
	top: 94px;
	left: 221px;
}
#area07 {
	width: 11px;
	height: 6px;
	top: 155px;
	left: 320px;
}
#area08 {
	width: 5px;
	height: 10px;
	top: 307px;
	left: 356px;
}
#area08a {
	width: 22px;
	height: 45px;
	top: 325px;
	left: 171px;
}
#area09 {
	width: 8px;
	height: 10px;
	top: 357px;
	left: 424px;
}
#area10{
	width: 18px;
	height: 6px;
	top: 346px;
	left: 426px;
}
#area11 {
	width: 29px;
	height: 20px;
	top: 346px;
	left: 471px;
}
#area12 {
	width: 23px;
	height: 28px;
	top: 337px;
	left: 397px;
}
#area13{
	width: 29px;
	height: 11px;
	top: 379px;
	left: 418px;
}
#area14{
	width: 14px;
	height: 10px;
	top: 381px;
	left: 500px;
}
#area15{
	width: 34px;
	height: 29px;
	top: 350px;
	left: 522px;
}

#area16{
	width: 8px;
	height: 12px;
	top: 252px;
	left: 602px;
}
#area17{
	width: 7px;
	height: 10px;
	top: 315px;
	left: 608px;
}
#area18{
	width: 31px;
	height: 37px;
	top: 299px;
	left: 570px;
}




ul#area li a:hover {
	background: url(images/mapa_slim_wwf_areas.png) no-repeat 0 0;
}

ul#area li#area01 a:hover {
	background-position: 0 0px;
}

ul#area li#area02 a:hover {
	background-position: -26px 0px;
}

ul#area li#area03 a:hover {
	background-position: -85px 0px;
}

ul#area li#area04 a:hover {
	background-position: -112px 0px;
}

ul#area li#area05 a:hover {
	background-position: -185px 0px;
}

ul#area li#area06 a:hover {
	background-position: -189px 0px;
}
ul#area li#area07 a:hover {
	background-position: -288px 0px;
}

ul#area li#area08 a:hover {
	background-position: -299px 0px;
}

ul#area li#area08a a:hover {
	background-position: -304px 0px;
}

ul#area li#area09 a:hover {
	background-position: -326px 0px;
}

ul#area li#area10 a:hover {
	background-position: -334px 0px;
}

ul#area li#area11 a:hover {
	background-position: -352px 0px;
}
ul#area li#area12 a:hover {
	background-position: -381px 0px;
}

ul#area li#area13 a:hover {
	background-position: 0px -51px;
}

ul#area li#area14 a:hover {
	background-position: -427px 0px;
}

ul#area li#area15 a:hover {
	background-position: -441px 0px;
}

ul#area li#area16 a:hover {
	background-position: -475px 0px;
}

ul#area li#area17 a:hover {
	background-position: -483px 0px;
}

ul#area li#area18 a:hover {
	background-position: -490px 0px;
}


ul#area li a span {
	display: none;
}

ul#area li a:hover span {
	display: block;
}

ul#area li a:hover span {
	display: block;
	padding: 6px;
	width: 140px;
	background: #000;
	position: relative;
	top: 50%;
	font: 11px Arial, Helvetica, sans-serif;
 
	color: #FFF;
	
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=70); /* IE 5-7 */
  -moz-opacity: 0.7;  /* Netscape */
  -khtml-opacity: 0.7;  /* Safari 1.x */
  opacity: 0.7;  /* Good browsers */
  
  	-moz-border-radius: 0px 8px 8px 8px; /* Firefox */
	-webkit-border-radius: 0px 8px 8px 8px; /* Google Chrome y Safari */
	border-radius: 0px 8px 8px 8px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */  
}

ul#area li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}