@charset "utf-8";
/* CSS Document */
#cr{
	background: url(../images/costarica.png) no-repeat;
	margin:0px;
	padding:0px;
	position:relative;
	width:400px;
	height:385px;
}
#cr li{
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	position:absolute;
}
#cr a{
	display: block; 
	text-indent: -9999px;
	text-decoration: none;
}
#cr a span{
	display:none;
	background:#FFFFCC;
	
}
#cr a:hover span{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-2.2em;
	left:0.5em;
	border:1px solid #444;
	color:#000;
	padding:1px 5px;
	z-index:10;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	background-color: #E7EEEE;
}
#sj{
	left:140px;
	top:75px;
	width:165px;
	height:137px;
	z-index: 15;
}
#al{
	left:64px;
	top:20px;
	width:197px;
	height:108px;
	z-index: 9;
}
#lm{
	left:235px;
	top:38px;
	width:161px;
	height:215px;
	z-index: 10;
}
#gu{
	left:0px;
	top:0px;
	width:141px;
	height:201px;
	z-index: 9;
}
#pu{
	left:225px;
	top:187px;
	width:154px;
	height:191px;
	z-index: 10;
}
#cp{
	left:103px;
	top:105px;
	width:144px;
	height:133px;
	z-index: 11;
}
#sj a{
	height:137px;
}
#al a{
	height:108px;
}
#lm a{
	height:215px;
}
#gu a{
	height:201px;
}
#pu a{
	height:191px;
}
#cp a{
	height:133px;
}
#sj a:hover{background: url(../images/provinces/sanjose.png) no-repeat;}
#al a:hover{background: url(../images/provinces/alajuela.png) no-repeat;}
#lm a:hover{background: url(../images/provinces/limon.png) no-repeat;}
#gu a:hover{background: url(../images/provinces/guanacaste.png) no-repeat;}
#pu a:hover{background: url(../images/provinces/puntarenas.png) no-repeat;}
#cp a:hover{background: url(../images/provinces/centralpac.png) no-repeat;}
