html{
	margin: 0;
	padding: 0;
	}
	#mapa-principal{
		font-size: 1em;
	}

/*Formulario de selección de capas*/
	.checks{
		padding: 20px;
		width: 95%;
		font-size: 1.1em !important; 
		margin: 25px auto 5px auto;
		border: 1px rgb(150, 150, 150);
		border-radius: 4px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
	}
	checkbox{
	 display: inline-block;
	}

	.tit{
		color: #333;
		margin-bottom:8px;
	}

	/*Código original de estilos de acceso a la barra del filtro*/
	/*
	.ol-zoom {
          top: 52px;
        }
        .ol-toggle-options {
          z-index: 1000;
          background: rgba(255,255,255,0.4);
          border-radius: 4px;
          padding: 2px;
          position: absolute;
          left: 8px;
          top: 8px;
        }
        #updateFilterButton, #resetFilterButton {
          height: 22px;
          width: 22px;
          text-align: center;
          text-decoration: none !important;
          line-height: 22px;
          margin: 1px;
          font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
          font-weight: bold !important;
          background: rgba(0,60,136,0.5);
          color: white !important;
          padding: 2px;
        }
        .ol-toggle-options a {
          background: rgba(0,60,136,0.5);
          color: white;
          display: block;
          font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
          font-size: 19px;
          font-weight: bold;
          height: 22px;
          line-height: 11px;
          margin: 1px;
          padding: 0;
          text-align: center;
          text-decoration: none;
          width: 22px;
          border-radius: 2px;
        }
        .ol-toggle-options a:hover {
          color: #fff;
          text-decoration: none;
          background: rgba(0,60,136,0.7);
        }*/
	
	        .ol-zoom {
          top: 40px !important;
        }
		/*Código alternativo para adaptarlo al contexto de la página*/
      /*  .ol-toggle-options {
		  float-left: 30px;
          background: rgba(255,255,255,0.4);
          border-radius: 4px;
          padding: 2px;
          top: 0px;
		  left:33px;
		  margin-top: 0px;
        }
        #updateFilterButton, #resetFilterButton {
          height: 22px;
          width: 22px;
          text-align: center;
          text-decoration: none !important;
          line-height: 22px;
          margin: 1px;
          font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
          font-weight: bold !important;
          background: rgba(0,60,136,0.5);
          color: white !important;
          padding: 2px;
		  margin-bottom: 20px;
        }
        .ol-toggle-options a {
          background: rgba(0,60,136,0.5);
          color: white;
          display: block;
          font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
          font-size: 19px;
          font-weight: bold;
		  width: 22px;
          height: 22px;
          line-height: 11px;
          padding: 0;
          text-align: center;
          text-decoration: none;
		  margin: 1px;
          border-radius: 2px;
		 
        }
        .ol-toggle-options a:hover {
          color: #fff;
          text-decoration: none;
          background: rgba(0,60,136,0.7);

        }*/
       
		#btns{
		font-size: 1.2em;
}
       iframe {
			/*position: absolute;*/
			top: -90px;
			right: 10px;
            width: 110%;
			height: 455px;
			background-color: #fff;
			padding-top: 5px;
            border: none;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
			margin-top: 22px;
        }
        /* Toolbar styles */
        #toolbar {
            position: relative;
			width: 73%;
			top: 20px;
			//margin-top: 20px;
            padding-bottom: 0.5em;
			margin-left: 60px;
			margin-bottom: 40px;
        }
        #toolbar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        #toolbar ul li {
            float: left;
            padding-right: 1em;
            padding-bottom: 0.5em;
        }
        #toolbar ul li a {
            font-weight: bold;
            font-size: smaller;
            vertical-align: middle;
            color: #333;
            text-decoration: none;
        }
        #toolbar ul li a:hover {
            text-decoration: underline;
        }
        #toolbar ul li * {
            vertical-align: middle;
        }
		#infos{
			margin-top: 10px;
			
		}
        #map {
			z-index: 0;
            //position: ;
			float: left;
            width: 68%;
            height: 65%;
            border: none;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
			margin-top: 40px;
			margin-left: 20px;
			margin-bottom:5px;
        }
		#after.map {
		clear: both;
		}
        #wrapper {
			z-index: 0;
			/*El ancho del wrapper permite insertar el iframe a la derecha*/
            /*width: 100%; */
			float:left;
			top: 700px;
			left: 20px;
			padding-left:10px;
			padding-top:5px;
			margin-bottom: 10px;
			
			//clear: both;
        }
		#c-selecc{
			font-size: 1em;
			text-indent: 5;
			padding: 5px 5px 5px 25px;
			margin-bottom: 5px;
			
		}
		#after.wrapper{
			clear: both;
		}
		 #location {
			 z-index:2;
            float: right;
			font-size: 1em;
			margin-right: 80px;
			color: #333;
        }
		#scale{
			z-index:2;
		color: #333;
		font-size: 1em;
		padding-left:30px;
		}
		#nodelist{
			/*float: right;*/
			color: #333;
			font-size: 1em;
			//width: 27%;
			padding-left:10px;
			padding-top: 0px;
			//border: 1px solid #ccc;
			margin-top: -5px;
			margin-left: 10px;
			}
		
        /* Styles used by the default GetFeatureInfo output, added to make IE happy */
			table.featureInfo, table.featureInfo td, table.featureInfo th {
            border: 1px solid #ddd;
            border-collapse: collapse;
            margin: 0;
            padding: 0;
            font-size: 95%;
            padding: .2em .1em;
        }
        table.featureInfo th {
            padding: .2em .2em;
            font-weight: bold;
            background: #eee;
        }
        table.featureInfo td {
            background: #fff;
        }
        table.featureInfo tr.odd td {
            background: #eee;
        }
        table.featureInfo caption {
            text-align: left;
            font-size: 100%;
            font-weight: bold;
            padding: .2em .2em;
        }
	/*.derecha{
			text-align: center;
			padding: 0;
			margin: 0;
		}*/
		/*Botón del formulario de selección de capas*/
		.pcentrado{
			text-align:center;
			margin-top: -15px;
			margin-bottom: -15px;
		}
	.boton-form {
		background-color: #ffffff;
    text-decoration: none;
    color: #1b2d49;
   /* position: absolute;*/
    right: 20px;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius:4px;
	margin: 15px auto 0 auto;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
	transition-duration: 0.6s;
	
  }
  .boton-form:hover{
	  background-color: #f6f6f6;
    padding: 8px;
    border: 1 solid #1b2d49;
    border-radius: 8px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
   
  }
		.abajo{
			clear:both;
			height:25px;
		}