@charset "utf-8";

/* CSS Document */

.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	background:white;
	z-index:100;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}
#mapa {
	position: absolute;
	left: 91px;
	width: 93px;
	height: 20px;
	top: 162px;
	color: #FC9;
	z-index: 101;
}

#mapa a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC6;
	text-decoration: none;
	font-size: large;
}
#mapa a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

