div.olMap {
	z-index: 0;
    padding: 0px!important;
    margin: 0px!important;
}

div.olMapViewport {
    text-align: left;
}

div.olMapViewport span{
    margin:0px !important;
}

div.olLayerDiv {
   -moz-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
.olControlScale {
	left: 150px;
    bottom: 0px;
	width:auto;
	padding: 2px;
	text-align: center;
    display: block;
    position: absolute;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
	color:#9F9F9F;
    /*background-color: #FFFFFF;*/
	/*border:0px solid #cccccc;
    opacity: 0.70;
    filter: alpha(opacity=70);*/
}
.olControlScaleLine {
   left: 10px;
   bottom: 3px;
   font-size: xx-small;
}

/* barra de milles*/
.olControlScaleLineBottom {
	display:none;
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
	background-color: #E6E6E6;
	border: solid 1px #9F9F9F;
	border-top: none;
	text-align: center;
	font-family: Arial;
	color: #9F9F9F;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
} 

/* coordenades del mouse */
div.olControlMousePosition {
    /*left: 0px;
    bottom: 0px;
	width:100%;*/
    left: 290px;
    bottom: 0px;
	width:auto;
	padding: 2px;
	text-align: center;
    display: block;
    position: absolute;
    font-family: Verdana;
    font-size: 8pt;
	color:#9F9F9F;

}
/* coordenades del mouse */
div.olControlNGMeasureInfo {
    /*left: 0px;
    bottom: 0px;
	width:100%;*/
    left: 200px;
    top: 20px;
	width:auto;
	padding: 2px;
	text-align: center;
    display: block;
    position: absolute;
    font-family: Verdana;
    font-size: 9pt;
    background-color: #FFFFFF;
	border:1px solid #cccccc;
    opacity: 0.70;
    filter: alpha(opacity=70);
}

/* coordenades del mouse */
div.olControlNGEmptyControl {
    /*left: 0px;
    bottom: 0px;
	width:100%;*/
    left: 0px;
    bottom: 0px;
	width:100%;
	height:20px;
	padding: 0px;
	text-align: center;
    display: block;
    position: absolute;
    font-family: Verdana;
    font-size: 9pt;
    background-color: #ffffff;
	border:0px solid #cccccc;
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.olControlCustomOverviewMapContainer {
    position: absolute;
    bottom: -2px;
    right: -2px;
	border: 1px solid #BFBEBF;
}

.olControlCustomOverviewMapElement {
    padding: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    /*-moz-border-radius: 1em 0 0 0;*/
}

.olControlCustomOverviewMapElement .olMap {
	border:1px solid #BFBEBF;
}

.olControlCustomOverviewMapMinimizeButton {
    right: 111px;
    bottom: 71px;
	cursor:pointer;
}    

.olControlCustomOverviewMapMaximizeButton {
    right: 1px;
    bottom: 1px;
	cursor:pointer;
}

.olControlCustomOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlCustomOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

/* contenidor del permalink */
.olPermalinkDiv {
	float:left;
	z-index:7; 
	vertical-align:middle;
	height:20px; 
	width:100px;
	margin:0px; 
	padding:0px;
	margin-top: 8px;
	color: white;
	font-family:Verdana;
	font-size: 8pt;
}
.olPermalinkDiv a{color: white;}

/* barra d'eines */
.olToolbarDiv {
	float:right;
	z-index:6; 
	vertical-align:top;
	width:100%;
	height:30px; 
	margin:0px; 
	padding:0px; 
	border:0px solid red;
}

/* botons de la barra d'eines */
.olToolbarDiv div {
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	width:24px;
	height:24px;
	cursor: pointer;
	background-image: url("img/toolbar.gif");
}

.olControlButtonItemInactive {
	cursor: pointer;
}

.olControlButtonItemActive {
	cursor: pointer;
}

/* ocultem perque no es vegi */
.olControlMouseDefaultsItemInactive {
	display:none;
}

.olControlPanItemInactive {
	background-position: 0px 0px;
}
.olControlPanItemInactive:hover {
	background-position: 0px 24px;
}
.olControlPanItemActive {
	background-position: 0px 24px;
}

.olControlZoomBoxInItemInactive {
	background-position: -24px 0px;
}
.olControlZoomBoxInItemInactive:hover {
	background-position: -24px 24px;
}
.olControlZoomBoxInItemActive {
	background-position: -24px 24px;
}

.olControlZoomBoxOutItemInactive {
	background-position: -48px 0px;
}
.olControlZoomBoxOutItemInactive:hover {
	background-position: -48px 24px;
}
.olControlZoomBoxOutItemActive {
	background-position: -48px 24px;
}

.olControlMaxExtentItemInactive {
	background-position: -72px 0px;
}
.olControlMaxExtentItemInactive:hover {
	background-position: -72px 24px;
}
.olControlMaxExtentItemActive {
	background-position: -72px 24px;
}

.olControlMeasureItemInactive {
	background-position: -96px 0px;
}
.olControlMeasureItemInactive:hover {
	background-position: -96px 24px;
}
.olControlMeasureItemActive {
	background-position: -96px 24px;
}

.olControlMeasureAreaItemInactive {
	background-position: -120px 0px;
}
.olControlMeasureAreaItemInactive:hover {
	background-position: -120px 24px;
}
.olControlMeasureAreaItemActive {
	background-position: -120px 24px;
}



.olControlMaximizeItemInactive {
	background-position: -144px 0px;
}
.olControlMaximizeItemInactive:hover {
	background-position: -144px 24px;
}
.olControlMaximizeItemActive {
	background-position: -144px 24px;
}


.olControlMinimizeItemInactive {
	background-position: -360px 0px;
}
.olControlMinimizeItemInactive:hover {
	background-position: -360px 24px;
}
.olControlMinimizeItemActive {
	background-position: -360px 24px;
}

.olControlViewItemInactive {
	background-position: -384px 0px;
}
.olControlViewItemInactive:hover {
	background-position: -384px 24px;
}
.olControlViewItemActive {
	background-position: -384px 24px;
}

.olControlEsborrarItemInactive {
	background-position: -168px 0px;
}
.olControlEsborrarItemInactive:hover {
	background-position: -168px 24px;
}

.olControlEsborrarItemActive {
	background-position: -168px 24px;
}
.olControlIdentifyItemInactive {
	background-position: -192px 0px;
}
.olControlIdentifyItemInactive:hover {
	background-position: -192px 24px;
}
.olControlIdentifyItemActive {
	background-position: -192px 24px;
}

.olControlSendMailItemInactive {
	background-position: -240px 0px;
}
.olControlSendMailItemInactive:hover {
	background-position: -240px 24px;
}
.olControlSendMailItemActive {
	background-position: -240px 24px;
}

.olControlKMLItemInactive {
	background-position: -264px 0px;
}
.olControlKMLItemInactive:hover {
	background-position: -264px 24px;
}
.olControlKMLItemActive {
	background-position: -264px 24px;
}

.olControlLegendItemInactive {
	background-position: -288px 0px;
}
.olControlLegendItemInactive:hover {
	background-position: -288px 24px;
}
.olControlLegendItemActive {
	background-position: -288px 24px;
}

.olControlHelpItemInactive {
	background-position: -312px 0px;
}
.olControlHelpItemInactive:hover {
	background-position: -312px 24px;
}
.olControlHelpItemActive {
	background-position: -312px 24px;
}

.olControlPrintItemInactive {
	background-position: -336px 0px;
}
.olControlPrintItemInactive:hover {
	background-position: -336px 24px;
}
.olControlPrintItemActive {
	background-position: -336px 24px;
}

/*.olControlMailItemInactive {
	background-image: url("img/mailto.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olControlMailItemInactive:hover {
	background-image: url("img/mailto_p.gif");
}

.olControlHelpItemInactive {
	background-image: url("img/help.gif");
}

.olControlHelpItemInactive:hover {
	background-image: url("img/help_p.gif");
}
*/

.olControlOverviewMapContainer {
    position: absolute;
    bottom: -2px;
    right: -2px;
	border: 1px solid #BFBEBF;
}

.olControlOverviewMapElement {
    padding: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    /*-moz-border-radius: 1em 0 0 0;*/
}

.olControlOverviewMapElement .olMap {
	border:1px solid #BFBEBF;
}

.olControlOverviewMapMinimizeButton {
/*    right: 142px;
    bottom: 102px;*/
    right: 117px;
    bottom: 77px;
	cursor:pointer;
}    

.olControlOverviewMapMaximizeButton {
    right: 1px;
    bottom: 1px;
	cursor:pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopup {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*.olPopupContent {
    padding:5px;
    overflow: auto;
}  */
.olPopupContent {
	padding:0 0px 5px 0;
	margin:0 0px 10px 0;
	overflow: hidden;
	background: white ;
	font-family:Arial;
	font-size: 11px;
/*	background: white url(../../img/arrow.gif) bottom left no-repeat;*/
}

.popup_bg_tl{
	height: 13px;
	width: 13px;
	background: white url(../../img/arrow_tl.gif) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.popup_bg_tr{
	height: 13px;
	width: 13px;
	background: white url(../../img/arrow_tr.gif) no-repeat;
	position:absolute;
	top:0px;
	right:0px;
		z-index:1;
}

.popup_bg_bl{
	height: 13px;
	width: 13px;
	background: white url(../../img/arrow_bl.gif) no-repeat;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;
}

.popup_bg_br{
	height: 13px;
	width: 13px;
	background: white url(../../img/arrow_br.gif) no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1;
}


.olControlNavToolbar { 
    width:0px;
    height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 300px;
  left: 6px;
  position: relative;
}

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive { 
  background-position: 0px 0px;
}
.olControlNavigationHistoryPreviousItemInactive { 
   background-position: 0px -24px;
}
.olControlNavigationHistoryNextItemActive { 
   background-position: -24px 0px;
}
.olControlNavigationHistoryNextItemInactive { 
   background-position: -24px -24px;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/panning-hand-off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/drag-rectangle-on.png");
  background-color: orange;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/drag-rectangle-off.png");
  background-repeat: no-repeat;
}
.olControlNGEditingToolbar  {
    float:left;
    left: 80px;
    top: 10px;
    height: auto; 
    width: auto;
	background-image: url("img/bg_edition.png");/* background gris */
	padding:2px;
	border: 1px solid #cccccc;
}
.olControlNGEditingToolbar div { 
	float:left;
	margin-left: 2px;
	width:24px;
	height:24px;
	cursor: pointer;
	background-image: url("img/edittoolbar.gif");
}
.olControlNGEditingToolbar .olControlNavigationItemActive { 
  background-position: -103px -23px; 
}
.olControlNGEditingToolbar .olControlNavigationItemInactive { 
  background-position: -103px -0px; 
}

.olControlDragFeatureItemInactive { 
	background-position: -48px 0px;
}
.olControlDragFeatureItemInactive:hover {
	background-position: -48px 24px;
}
.olControlDragFeatureItemActive { 
	background-position: -48px 24px;
}

.olControlDrawFeaturePointItemInactive { 
	background-position: 0px 0px;
}
.olControlDrawFeaturePointItemInactive:hover {
	background-position: 0px 24px;
}
.olControlDrawFeaturePointItemActive { 
	background-position: 0px 24px;
}

.olControlDrawFeatureRegularPolygonItemInactive { 
	background-position: -120px 0px;
}
.olControlDrawFeatureRegularPolygonItemInactive:hover {
	background-position: -120px 24px;
}
.olControlDrawFeatureRegularPolygonItemActive { 
	background-position: -120px 24px;
}

.olControlDrawFeatureModifyItemInactive { 
	background-position: -72px 0px;
}
.olControlDrawFeatureModifyItemInactive:hover {
	background-position: -72px 24px;
}
.olControlDrawFeatureModifyItemActive { 
	background-position: -72px 24px;
}

.olControlDrawDeleteFeatureItemInactive { 
	background-position: -24px 0px;
}
.olControlDrawDeleteFeatureItemInactive:hover {
	background-position: -24px 24px;
}
.olControlDrawDeleteFeatureItemActive { 
	background-position: -24px 24px;
}

.olControlSaveFeaturesItemInactive { 
	background-position: -144px 0px;
}
.olControlSaveFeaturesItemInactive:hover {
	background-position: -144px 24px;
}
.olControlSaveFeaturesItemActive { 
	background-position: -144px 24px;
}

.olControlCancelFeatureEditItemInactive { 
	background-position: -96px 0px;
}
.olControlCancelFeatureEditItemInactive:hover {
	background-position: -96px 24px;
}
.olControlCancelFeatureEditItemActive { 
	background-position: -96px 24px;
}
/* A REPASSAR I CONFIGURAR CORRECTAMENT: (de moment no utilitzats)
.olControlNGEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-position: -51px 0px; 
}
.olControlNGEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-position: -51px -23px; 
}
.olControlNGEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-position: -26px 0px; 
}
.olControlNGEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-position: -26px -23px ;
}
.olControlNGEditingToolbar .olControlDrawFeatureRegularPolygonItemInactive { 
	background-image: url("img/draw_reg_polygon_off.png");
	background-repeat: no-repeat;
}
.olControlNGEditingToolbar .olControlDrawFeatureRegularPolygonItemActive { 
	background-image: url("img/draw_reg_polygon_on.png");
	background-repeat: no-repeat;
}*/

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
	font-size: 1px;
    opacity: 0.50;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   

.olControlPanPanel {
    top: 10px;
    left: 5px;
}  

.olControlPanPanel div {
    background-image: url(img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0px;
    left: 9px;
    background-position: 0px 0px;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0px;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0px;
    background-position: 0px 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
} 

.olControlZoomPanel div {
    background-image: url(img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0px;
    background-position: 0px -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0px;
    background-position: 0px 18px;
}

.olPopupCloseBox {
  background: url("../../img/btclose.gif") no-repeat;
  cursor: pointer;
  margin-top:8px;
  margin-right:10px;
}

#divInformacio1{padding-top:1px;}

.olControlNoSelect {
 -moz-user-select: none;
}

.buttonBase{
	background-color: black;
}

/* botons de pan i de canvi d'escala */
div.olControlPanZoomBar {
	margin-top:10px;
}

/* coordenades del mouse */
div.olControlNGButtonSwitcher {
    /*left: 0px;
    bottom: 0px;
	width:100%;*/
    right: 20px;
    top: 10px;
	width:auto;
	padding: 0px;
	text-align: center;
    display: block;
    position: absolute;
    font-family: Verdana;
    font-size: 9pt;
    /*background-color: red;*/
	border:0px solid #cccccc;
/*    opacity: 0.50;
    filter: alpha(opacity=50);*/

}

/* outer black box  */
div.olControlNGButtonSwitcher div {
	float:left;
	border: 0px solid #cccccc;
	margin:1px;
	cursor: pointer;
	margin-top: 5px;
	font-family:Tahoma;
	font-size:11px;
}

/* inner box */
div.olControlNGButtonSwitcher span {
	display: block;
	width: 80px;
	height:16px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #B0B0B0;
	background: #EEEEEE;
	color: #111111;
	padding: 2px 0px 0px 0px;
}

div.olControlNGButtonSwitcher span:hover {
	background:#D1E4EF;
}

div.olControlNGButtonSwitcher span.on {	
	border: 1px solid #000000;
	color: #ff0000;
}

/* afegit de theme/default/framedCloud.css */
.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
	font-family: Verdana;
    font-size: 8pt;
	overflow:hidden;
}

#streetviewDiv {
	background:transparent url(../../img/NonStreetView.png) no-repeat scroll center;
	float:right;
	height:100%;
	width:100%;
	/*width:200px; height:100px;*/
}


/***buttons virtualearth*****/

/*#but_road:hover, #but_aerial:hover, #but_birdseye:hover, #but_launch_birdseye:hover, #but_roads:hover, #but_closebirdseye:hover, #but_road.selected, #but_aerial.selected, #but_birdseye.selected, #but_launch_birdseye.selected, #but_roads.selected, #but_closebirdseye.selected, #but_launch_sv, #but_launch_sv:hover, #but_launch_sv.selected {
	background:transparent url(../../img/but_mapstyles.png) repeat scroll -81px 0pt;
	border:0pt none;
}
#mapstyle_box a {
	color:White;
	font-size:12px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
}
#but_road, #but_aerial, #but_birdseye, #but_launch_birdseye, #but_roads, #but_closebirdseye, #but_launch_sv {
	background:transparent url(../../img/but_mapstyles.png) no-repeat scroll 0%;
	border:0pt none;
	display:block;
	float:left;
	height:19px;
	margin-right:5px;
	width:81px;
}

#but_birdseye_container, #but_aerial_container, #sv_container {
	float:left;
}

#but_aerial, #but_birdseye, #but_launch_birdseye, #but_closebirdseye {
	background-position:-162px 0pt;
	text-indent:-15px;
}

#pop_aerial, #pop_birdseye {
	background:transparent url(../../img/but_mapstyleschoice.png) repeat scroll 0%;
	display:none;
	height:121px;
	left:67px;
	padding-top:3px;
	position:absolute;
	top:23px;
	width:101px;
}

#pop_aerial {
	clear:left;
}

#pop_aerial a, #pop_birdseye a {
	line-height:20px;
	text-align:left;
}

#but_aerialroads_on, #but_aerialroads_off, #but_birdseyeroads_on, #but_birdseyeroads_off {
	display:block;
	height:59px;
	width:101px;
}

#but_birdseye_container {
	display:none;
}

#but_birdseye, #but_launch_birdseye {
display:none;
}

#but_aerial, #but_birdseye, #but_launch_birdseye, #but_closebirdseye {
	background-position:-162px 0pt;
	text-indent:-15px;
}

#but_launch_birdseye, #but_launch_birdseye:hover, #but_launch_birdseye.selected, #but_closebirdseye, #but_closebirdseye:hover, #but_closebirdseye.selected {
	background-position:-324px 0pt;
	width:130px;
}

#but_aerial, #but_birdseye, #but_launch_birdseye, #but_closebirdseye {
	background-position:-162px 0pt;
	text-indent:-15px;
}

#pop_birdseye {
	left:152px;
	top:23px;
}

#but_birdseyeroads_on span {
	background-position:0pt -100px;
}

#but_aerialroads_on span, #but_aerialroads_off span, #but_birdseyeroads_on span, #but_birdseyeroads_off span {
	background:transparent url(../../img/roadsthumbs.jpg) repeat scroll 0%;
	display:block;
	float:left;
	height:50px;
	margin:6px 5px 0px 6px;
	width:50px;
}

#but_birdseyeviewer_container {
	display:none;
}

#but_closebirdseye {
background-position:-584px 0pt;
}

#sv_container {
display:none;
}*/




