@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom-color: #888888;
	border-bottom-style: solid;
	border-top-color: #ECE9D8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-width: 2;
}
h1 {
	font-size: 18px;
	color: #666666;
}
h2 {
	font-size: 12px;
	color: #000000;
}
.menu-superior {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menu-superior a:link {text-decoration: none; color: #FFFFFF;}     /* unvisited link */
.menu-superior a:visited {text-decoration: none; color: #FFFFFF;}  /* visited link */
.menu-superior a:hover {text-decoration: underline; color: #333333;}   /* mouse over link */
.menu-superior a:active {text-decoration: none; color: #FFFFFF;}   /* selected link */

#llocs{
height: 500px; 
overflow:auto; 
text-decoration:none; 
color: #666666;
}
.mapa {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lloc {
	float: left;
	width: 225px;
	height:75px;
	padding: 5px;
}
.lloc h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.lloc h2 a:hover {
	text-decoration:underline;
}
.lloc h2 a:visited {
	color:#999999;
}
#pano {
	height: 300px;
	width: 300px;
	border: 1px solid #9933FF;
}

