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

div.olMapViewport {
    text-align: left;
}

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:right;
	z-index:7; 
	vertical-align:middle;
	/*height:20px; 
	width:100px;*/
	height:26px; 
	width:220px;/*Si es modifica cal canviar  el valor que deixem a index.html document.getElementById("toolbarDivOL").style.width=mapW-300+"px";*/
	margin:0px; 
	padding:0px;
/*	margin-top: 8px;*/
	color: white;
	font-family:Verdana;
	font-size: 8pt;
	background-repeat: no-repeat;
	background-position: center;
}
.olPermalinkDiv a{color: white;}

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

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

*html .olToolbarDiv div {
	margin-top: 0px;
}

.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;
}

.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;
}

.olControlDibuixarItemInactive {
	background-position: -360px 0px;
}
.olControlDibuixarItemInactive:hover {
	background-position: -360px 24px;
}
.olControlDibuixarItemActive {
	background-position: -360px 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: 116px;
    bottom: 76px;
	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: 0.80;
    filter: alpha(opacity=80);
}

.olPopupContent {
    padding:3px;
    overflow: auto;
	background: #E6E6E6;
	font-family:Verdana;
	font-size: small;
}    
.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;
}

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

/* 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: 10px;
    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: 1px solid #000000;
	margin:1px;
	cursor: pointer;
	margin-top: 5px;
}

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

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;
	
}


/****************************************************
 *                  ESTILOS HERRAMIENTA DRAW
 ***************************************************/

 .dibuixar
{
    position:absolute;    
    left:20px;
	top:0px;
    width:100%;
    height:100%;   
	background-color:#F9F9FA;
	border:1px solid #20719F;
   
}

.titolDibuixar
{
    position:absolute;
    width: 100%;
    height: 31px;
    margin-left: 0px;
    margin-top:0px;
	border-bottom:1px solid #20719F;
    background-image: url("img/bg1_v2.gif");
    background-repeat: x-repeat;
    background-position: left top;  
    
}

.textTitolDibuixar
{
    margin-top:8px;
    margin-left:8px;    
    color:#237BA5;
    font-family:Tahoma;
    font-size:11px;
    font-weight: bold;
}

.divBotoAplicar{
	position:absolute;
	text-align:right;
	bottom:0px;
	right:15px;
}

.contentConfigDibuixar
{
	padding-top:20px;
	//padding-top:0px;
    margin-top:20px;
    margin-left:8px;    
    color:#5E5E58;
    font-family:Tahoma;
    font-size:10px;
    font-weight: bold;
}

.contentConfigDibuixar input
{
    width: 40px;
    color:#5E5E58;
    text-align: center;
    font-family:Tahoma;
    font-size:10px;
    font-weight: bold;
    border:solid 1px #c6c6c6;
    margin-left: 3px;
    margin-right: 3px;
}

.contentConfigDibuixar select
{
    font-family:Tahoma;
    font-size:10px;
    border:solid 1px #c6c6c6;    
    height: 15px;
}

.checkCercle
{
   color:#5E5E58;  
   font-size:10px;
   border:none;
}

.contentConfigDibuixar table
{
	width:100%;
}


.contentConfigDibuixar table tr td
{   
    color:#5E5E58;
    text-align: left;
    font-family:Tahoma;
    font-size:10px;
    font-weight: bold;  
	//padding-top:5px;
	
}

.contentConfigDibuixar img
{
    margin-left: 3px;
    cursor: pointer;
}

.contentDibuixar
{
    position:absolute;
    margin-top: 33px;
    left:14px;    
    height: 201px;
    width: 250px;
}

.configDibuixar
{
    margin-top:64px;
    left:6px;
    width:265px;   
    border-bottom:1px solid #c6c6c6; 
    
}

.configDibuixar1
{
    margin-top:64px;
    left:6px;
    width:265px;
    height: 5px;
    height: 82px;       
    background-image: url("img/bg_div1.gif");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #c6c6c6; 
    
}
.configDibuixar2
{
    margin-top:64px;
    left:6px;
    width:265px;
    height: 5px;
    height: 82px;       
    background-image: url("img/bg_div2.gif");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #c6c6c6; 
    
}
.configDibuixar3
{
    margin-top:64px;
    left:6px;
    width:265px;
    height: 5px;
    height: 82px;       
    background-image: url("img/bg_div3.gif");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #c6c6c6; 
    
}
.configDibuixar4
{
    margin-top:64px;
    left:6px;
    width:265px;
    height: 5px;
    height: 82px;       
    background-image: url("img/bg_div4.gif");
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom:1px solid #c6c6c6; 
    
}

.controlPunto
{
    margin-left:3px;
    margin-top:7px;
    color:#828280;
    font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_punto.gif");    
    cursor:pointer;
	float:left;
}
.controlPuntoSelect
{
    margin-left:3px;
    margin-top:7px;
    color:#828280;
    font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_punto.gif") 0px -56px;  
    cursor:pointer;
		float:left;
}

.controlLinea
{
       margin-left:13px;
    margin-top:7px;
     color:#828280;
     font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_linea.gif");
    cursor:pointer;
		float:left;
   
}
.controlLineaSelect
{
    margin-left:13px;
    margin-top:7px;
     color:#828280;
     font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_linea.gif") 0px -56px;   
    cursor:pointer;
		float:left;
   
}

.controlPoligono
{
         margin-left:13px;
    margin-top:7px;
     color:#828280;
     font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_poly.gif");
    cursor:pointer;
		float:left;
    
}
.controlPoligonoSelect
{
    margin-left:13px;
    margin-top:7px;
     color:#828280;
     font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_poly.gif") 0px -56px;
    cursor:pointer;
		float:left;
    
}
.controlCirculo
{
    
    margin-left:13px;
    margin-top:7px;
     color:#828280;
     font-family:Tahoma;
    font-size:11px;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_circulo.gif");
    cursor:pointer;
		float:left;
    
}
.controlCirculoSelect
{
     margin-left:13px;
    margin-top:7px;
    font-family:Tahoma;
    font-size:11px;
     color:#828280;
    text-align: center;
    padding-top:3px;
    background:url("img/btn_circulo.gif") 0px -56px;
    cursor:pointer;
		float:left;
}
.controlsEdicio
{       
    margin-top:15px;
    left:7px;
    border-bottom:solid 1px #c6c6c6;
    z-index: 20;
}

.infoControlsEdicio
{
    margin-top:30px;
	height:10px;
    font-size: 10px;
	font-family: Tahoma;
	color: #237BA5;
    
}
.controlModify
{
        
    background:url("img/btn_editar.gif");
    cursor:pointer;
		float:left;
		
}
.controlModifySelect
{
        
    background:url("img/btn_editar.gif") 0px -34px;
    cursor:pointer;
		float:left;
}

.controlResize
{
    left:46px;    
    background:url("img/btn_escalar.gif");
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlResizeSelect
{
    left:46px;    
    background:url("img/btn_escalar.gif") 0px -34px;
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDrag
{
    left:92px;
    background:url("img/btn_mover.gif");
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDragSelect
{
    left:92px;
    background:url("img/btn_mover.gif") 0px -34px;
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlRotate
{
    left:138px;    
    background:url("img/btn_rotar.gif");
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlRotateSelect
{
    left:138px;    
    background:url("img/btn_rotar.gif") 0px -34px;
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDelete
{
    left:184px;    
    background:url("img/btn_borrar.gif");
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDeleteSelect
{
    left:184px;    
    background:url("img/btn_borrar.gif") 0px -34px;
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDeleteAll
{
    left:230px;    
    background:url("img/btn_borrar2.gif");
    cursor:pointer;
		float:left;
		margin-left:12px;
}
.controlDeleteAllOver
{
    left:230px;    
    background:url("img/btn_borrar2.gif") 0px -34px;
    cursor:pointer;
		float:left;
		margin-left:12px;
}

.maxDivDraw
{
    position:absolute;
	right:0;
	left:20px;
    width:100%;
    height:100%;  
	border:1px solid #20719F;
    background-image: url("img/bg1_v2.gif");
    background-repeat: x-repeat;
    background-position: left top;
    display:none;
}

.divDrawImgMin
{	
    position: absolute;
	width: 15px;
	height: 15px;
	background-image: url("img/minimize.gif");
    background-repeat:no-repeat;
    background-position: center center;
	cursor: pointer;
    left:290px;
    top:9px;    
}

.divDrawImgMax
{
	position: absolute;
	width:15px;
	height:10px;
	left: 136px;
	top: 10px;
	background: url("img/maximize.gif") no-repeat;
	cursor: pointer;
}

*html .closeDivDraw
{
    top:6px;    
    left:283px;
   
}

.olHandlerBoxSelectFeature
{
    border:2px solid #678fb2;  
}



.colorSelectorDiv
{
    border-top:solid 2px #c6c6c6;
    border-left:solid 2px #c6c6c6;
    border-right:solid 2px #828280;
    border-bottom:solid 2px #828280;    
    z-index: 21;
}

.colorSelectorSquare
{
    cursor:pointer;
}

.colorSelectorSquare img
{
    margin-left: -1px;
}
.colorSelectorHue
{
 cursor:pointer;   
}
.colorSelectorHue img
{
     margin-left: -1px;
}

.colorSelectorDiv input
{
     color:#5E5E58;
    text-align: center;
    font-family:Tahoma;
    font-size:10px;
    width: 50px;
}
.colorSelectorValue
{
    color:#5E5E58;
    text-align: center;
    font-family:Tahoma;
    font-size:10px;
     width: 50px;    
}

/* SLIDER STYLE */

.dynamic-slider-control {
	position:			relative;	
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				pointer;
	z-index:25;
}

.horizontal {
	width:				61px;
	height:				17px;
    background-image: url("img/bg_slider.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.vertical {
	width:				29px;
	height:				200px;
}

.dynamic-slider-control input {
	display:	none;
}

.dynamic-slider-control .handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:				default;
}

.dynamic-slider-control.horizontal .handle {
	width:				11px;
	height:				17px;
	background-image:	url("img/handle.horizontal.gif");
}

.dynamic-slider-control.horizontal .handle div {}
.dynamic-slider-control.horizontal .handle.hover {}

.dynamic-slider-control.vertical .handle {
	width:				15px;
	height:				31px;
	background-image:	url("img/handle.vertical.png");
}

.dynamic-slider-control.vertical .handle.hover {}

.dynamic-slider-control .line {
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;			
	-moz-box-sizing:	content-box;
}
.dynamic-slider-control.vertical .line {
	width:				3px;
}

.dynamic-slider-control.horizontal .line {
	height:				3px;
}

.dynamic-slider-control .line div {
	width:		1px;
	height:		1px;	
}
.buscarBoto
{
	font-size: 11px;
	font-family: Tahoma;
	color: #5a657a;
}


