html{padding: 0px;margin: 0px;}
body{width: 100%; padding: 0px;margin: 0px;overflow-x: hidden;overflow-y: hidden;}
.cabecera{position: relative; height: 91px;background-image: url(../images/cabeza_atlas.png);padding:0px;margin:0px;}
#map3d{position: relative; float: left;height: 90%;width: 85%; padding: 0px;margin: 0px;overflow-x: hidden;overflow-y: hidden;background-color: #9A4343; }
#menucapas{position: relative; float: left;width: 15%;height: 90%; padding:0px;margin:0px;background-color: #d2d2d2;}
#titulo_menucapas{font-size: 20px;font-weight:bold;text-align: center;}
#nomMPIO{background-image: url(../images/cabeceracapas.jpg);text-align:center;}
.olPopup p { margin:0px; font-size: .9em;}
.olPopup h2 { font-size:1.2em; }
.content{position: relative;height: 65%;overflow:auto;}
#simbologia{
  position: relative;
  height: 35%;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-width:2px;
  border-color:#719833;
  background-color: #d2d2d2;
  overflow:auto;
  text-align:center; 
  font-size:16px;
}
#busqueda{
  padding-left:14%;
  position:relative;
    bottom:-58px;
}
#limpiar{
  background-image: url(../images/erase_layer2.png);
  float:left;
  margin-top: 7px;
  
  width: 19px;
    height:20px;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    background-repeat: no-repeat;
}
#buscar{
  float:left;
  margin-top:7px;
  margin-left:8px;
  height:20px;
  width: 200px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  background-color: #E9E9E9;
}
#selectcapa{
  float:left;
  margin-top:7px;
  margin-left:8px;
  height:20px;
  border-radius: 4px;
  background-color: #E9E9E9;
}


@charset "utf-8";
/* CSS Document */

a:link, a:visited {
  color: #000101;
  text-decoration: none;
}

a:hover {
  color: #000101;
}

a:active, a.active {
  color: #000101;
}

ul.menu, .item-list ul {
  margin: 0; /* LTR */
  padding: 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  /* background: transparent url(../images/menu-leaf.gif) no-repeat 1px .35em;  LTR */
}
.cat_close {
	background-image:url(../images/folder_close.png);
	background-repeat:no-repeat;
	background-position:center;
}
.cat_open {
	background-image:url(../images/folder_open.png);
	background-repeat:no-repeat;
	background-position:center;
}

.product {
	background-image:url(../images/menu-leaf.gif);
	background-repeat:no-repeat;
	background-position:center;
}
a.product, a.cat_close, a.cat_open {
	text-decoration:none;
}
#block-category-0 ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background: transparent no-repeat 1px .35em; /* LTR */
}
.titulocapas{
cursor: default;
}
.borrar{
    background-image:url(../images/erase_layer2.png);
    background-repeat:no-repeat;
    background-position:center;
}