/* --------------------- css web salt -------------------------------- */


body, html { font-family:helvetica,arial,sans-serif; font-size:90%; }
#main {
	background-color: white;
	width: 700px;
}

#top{
	padding-top: 20px;
	/*background-color: blue;*/
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #00000;
	height: 50px;
}

#top h1{
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 26px;
	text-align: center;
} 

#bottom {
	padding-top: 30px;
	/*background-color: blue;*/
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #00000;
	height: 50px;
}

.negreta {
	font-weight: bold;
}

#signatura1 { text-align:center }

#map {
	height: 700px;
	width: 100%;
	background-color: white;
	border: 1px solid #ccc;
}

#caixaLlegenda{
	width: 350px;
	float: left;
	background-color: white;
}



/* --------------------- Altres -------------------------------- */
h1 { font-size: 175%; font-weight: bold; }

a {
	text-decoration: none;
}

.text a {
	font-family: Arial;
	font-size: 13px;
	color: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
}

.text a:hover {
	color: White;
	font-size: 14px;
}

.menu A:Active {
	color: Black;
}

.menu A:Hover {
	color: Black;
}


.negreta {
	font-weight: bold;
}
.imatgePopup {
	border: 0px;
}

/* --------------------- Components mapa -------------------------------- */

/* Marker */
.markerLabel{
	font-weight: bold;
	color: white;
}

/* Avís de les capes */
/*
.olControlAttribution {
	padding-right: 5px;
	padding-left: 5px;
	left: 242px;
	bottom: 2px;
	background-color: white;
	color: black;
}
*/
div.olControlMyMousePositionOptions {
	padding-right: 2px;
	padding-left: 2px;
	bottom: 0em;
	left: 0px;
	position: absolute;
	font-family: Arial;
	font-size: x-small;
	background-color: white;
	color: black;
}

.olControlMyAttribution {
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	left: 300px;
	bottom: 0px;
	font-family: Arial;
	font-size: x-small;
}

.olControlMyScaleLine {
	padding-right: 2px;
	padding-left: 2px;
	left: 4px;
	bottom: 24px;
	font-size: xx-small;
}

.olControlMyScaleLineTop {
	border: solid 2px black;
	border-top: none;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
}
.olFramedCloudPopupContent {
	color: #000000;
}

a.olFramedCloudPopupContent img {
	border: 0px;
}



.olPopupCloseBox{
	background:transparent url("../images/OpenLayers/close.gif") no-repeat;
	cursor:pointer;
	right: 2px !important;
	/*top: 38px !important;*/
}
