﻿/*menu*/
#menu {
	background:#fffce9; 
	text-align:left; 
	padding:7px 0 7px 7px; 
	width:420px;
	/*top:295px;
	left:490px; */
	bottom:10px;
	right:10px;
	position:absolute;
	border:solid 3px #dbc991; }
#mapa {
	background-image:url(img/mapaPl.jpg); 
	width:940px; 
	height:523px; 
	border:solid 3px #dbc991; 
	position:relative;}

#mapa a {
	display:block;
	color:#000; 
	border:solid 2px #00f; 
	text-decoration:none; 
	width:30px; height:30px; 
	background-color:Transparent;
	}
#mapa a:hover {
	border:solid 3px #f00;}

#menu a {
	display:block;
	color:#000; 
	padding:2px 0px 7px 5px; 
	line-height:15px; 
	font-family:Arial; font-size:14px; 
	font-weight:normal; 
	border:none;
	text-decoration:none; 
	width:200px; height:auto;}
#menu a:hover { 
	background-color:#a9a770; 
	color:#000;
	border:none;}


.mapa {
	background-image:url(img/mapaPl.jpg); 
	width:940px; 
	height:523px; 
	border:solid 3px #dbc991; 
	position:relative;}

.mapa a {
	display:block;
	color:#000; 
	border:solid 2px #00f; 
	text-decoration:none; 
	width:30px; height:30px; 
	background-color:Transparent;
	}
.mapa a:hover {
	border:solid 3px #f00;}

.menu {
	background:#fffce9; 
	text-align:left; 
	padding:7px 0 7px 7px; 
	width:420px;
	/*top:295px;
	left:490px; */
	bottom:10px;
	right:10px;
	position:absolute;
	border:solid 3px #dbc991; }
.menu a {
	display:block;
	color:#000; 
	padding:2px 0px 7px 5px; 
	line-height:15px; 
	font-family:Arial; font-size:14px; 
	font-weight:normal; 
	border:none;
	text-decoration:none; 
	width:200px; height:auto;}
.menu a:hover { 
	background-color:#a9a770; 
	color:#000;
	border:none;}

.menuSelected {
	display:block; 
	background:#dbc991; 
	color:#670000;}

