﻿/*
Costa Rica CSS Mouseover Map
Mini Map Style
Coder: Ing. Natalia Sibaja
*/
#mcr
{
    background: url('images/mapsmall/mapa.png') no-repeat;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 170px;
    height: 159px;
}
#mcr li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    position: absolute;
}
#mcr a
{
    display: block;
   
    text-decoration: none;
}
#mcr a span{
	display:none;
	
}
#mcr a:hover span
{
	display:block;
	position:absolute;
	float:left;
	white-space:nowrap;
	top:-1.8em;
	/*left:2em;*/
	border:1px solid #999;
	color:#F5852A;
	padding:1px 5px;
	z-index:10;
	background-color: #333;
}
#msj
{
    left: 68px;
    top: 51px;
    width: 63px;
    height: 41px;
    z-index: 15;
}
#mal
{
	left: 25px;
	top: 8px;
	width: 72px;
	height: 51px;
	z-index: 9;
}
#mlm
{
	left: 85px;
	top: 17px;
	width: 85px;
	height: 88px;
	z-index: 10;
}
#mgu
{
    left: 0px;
    top:0px;
    width: 60px;
    height: 85px;
    z-index: 9;
}
#mpu
{
	left: 98px;
	top: 82px;
	width: 64px;
	height: 77px;
	z-index: 10;
}
#mcp
{
	left: 47px;
	top: 47px;
	width: 59px;
	height: 65px;
	z-index: 11;
}
#msj a
{
    height: 41px;
}
#mal a
{
    height: 51px;
}
#mlm a
{
    height: 88px;
}
#mgu a
{
    height: 85px;
}
#mpu a
{
    height: 77px;
}
#mcp a
{
    height: 65px ;
}
#msj a:hover
{
    background: url('images/mapsmall/sanjosesmall.png') no-repeat;
}
#mal a:hover
{
  	background: url('images/mapsmall/alajuelasmall.png') no-repeat;
}
#mlm a:hover
{
    background: url('images/mapsmall/limonsmall.png') no-repeat;
}
#mgu a:hover
{
    background: url('images/mapsmall/guanacastesmall.png') no-repeat;
}
#mpu a:hover
{
    background: url('images/mapsmall/puntarenasmall.png') no-repeat;
}
#mcp a:hover
{
    background: url('images/mapsmall/centralpacsmall.png') no-repeat;
}

