html, body {
			font-family: "Sarabun", Sans-serif;
			height: 100%;
			margin: 0;
		}
		.leaflet-container {
			height: 100%;
			width: 100%;
			max-width: 100%;
			max-height: 100%;
		}
		
		#b_mapa {

		}
		
		.b_op {
			z-index: 1000;
			position: relative;
			top: 10px;
			left: 60px;
		}
		
		.contenedor_r {
			display: block;
			position: absolute;
			bottom: 5px;
			width: 100%;
		}
		
		.leyenda_r {
		    display: flex;
			background-color: white;
			width: fit-content;
			padding: 4px 5px;
			border-style: solid;
			border-width: 2px;
			border-radius: 10px;
			z-index: 1000;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
		}

		
		.leyenda_r p {
			font-family: "Sarabun", Sans-serif;
			padding: 0px;
			margin-top: 0px;
			font-size: large;
			margin-bottom: 5px;
		}
		
		.color_r {
			color: black;
			margin: 5px;
			padding: 5px;
			text-align: center;
			width: 10px;
			height: 10px;
		}
		
		.color_l {
			width: fit-content;
			align-self: center;
			font-family: "Sarabun", Sans-serif;
			font-size: medium;
		}
		
		.itm {
			display: flex;
		}
		

		.btn_mem {
			width: auto;
			height: 20px;
			display: inline-flex;
			flex-direction: row;
			align-items: center;
			border-style: solid;
			padding: 10px 10px;
			border-radius: 5px;
			border-width: 1px;
			border-color: #183966;
			padding: 10px 21px;
			cursor: pointer;
		}

		a.btn_mem {
			text-decoration: none;
  			color: black;
		}
        
        #fmapa {
            	height: 700px;
            }


		.button-21 {
			font-family: "Sarabun", Sans-serif;
			align-items: center;
			appearance: none;
			background-color: #3EB2FD;
			background-image: linear-gradient(1deg, #B5D9FF, #cbe1f8 99%);
			background-size: calc(100% + 20px) calc(100% + 20px);
			border-radius: 10px;
			border-width: 1px;
			box-shadow: none;
			box-sizing: border-box;
			color: #636366;
			cursor: pointer;
			display: inline-flex;
			/*font-family: CircularStd,sans-serif;*/
			font-size: 1rem;
			height: auto;
			justify-content: center;
			line-height: 1.5;
			padding: 5px 10px;
			position: relative;
			text-align: center;
			text-decoration: none;
			transition: background-color .2s,background-position .2s;
			user-select: none;
			-webkit-user-select: none;
			touch-action: manipulation;
			vertical-align: top;
			white-space: nowrap;
            border-color: white;
            font-size: 1.1em;
		}

		.button-21:active,
		.button-21:focus {
			outline: none;
			}

		.button-21:hover {
			background-position: -20px -20px;
			}

		.button-21:focus:not(:active) {
			box-shadow: rgba(255, 255, 255, 0.25) 0 0 0 .125em;
			}
		.terr1 {
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: #b5d9ff;
			padding-left: 10px;
        }

		.terr2 {
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: #b5d9ff;
        }
        
        .terr0 {
			background-color: white;
			text-align: left;
			border-style: solid;
			border-width: 1px;
			border-color: #b5d9ff;
			padding-left: 10px;
        }

        .table-header {
            font-weight: bold;
            text-align: center;
            background-color: #b5d9ff;
            font-size: 1.1em;
            padding: 5px 10px;
			color: #636366;
        }
        
        #mem_flecha {
            display: none;
        }
        
        #separador {
            height: 0px;
        }
        
        #area_filtro {
			position: sticky;
			top: 0;
			/* border-radius: 5px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px; */
			border-style: solid;
			border-color: #b5d9ff;
			padding: 10px;
			border-radius: 15px;
			background: white;
			display:flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 6px;
		}

		.selected td {
			background-color: #f2f2f2 !important;
		}
        
        .leaflet-container {
            font-family: "Sarabun", Sans-serif !important;
        }
        
        
        #area_filtro input  {
             width: 80%;
             margin: 5px;
             font-size: 18px;
             border-width: 0;
        }
        
        #map {
			width: 100%;
		    height: 550px;
		    position: relative;
}
        


@media (max-width: 768px) {
			#area_filtro input  {
				 width: 80%;
				 margin: 5px;
				 font-size: 22px;
				 border-width: 0;
			}
			
			.contenedor_r {
				bottom: 0px;
			}
			

        
            #separador {
                 height: 40px;
                 background-color: #b5d9ff;
             }

            #mem_flecha {
                width: 20px;
                height: 20px;
                position: fixed;
                top: 300px;
                right: 10px;
                display: block;
            }
			#cont {
				flex-direction: column;
                width: min-content;
                height: auto;
			}

			#listado {
				width: 100% !important;
				height: 400px !important;
			}

			#mapa {
				width: 100% !important;
				height: 36% !important;
			}
            
            #fmapa {
            	height: 1000px;
            }
            

			.leyenda_r {
				bottom: 18px;
				right: 2px;
				padding: 0px 5px;
				border-width: 1px;
				border-radius: 0px;
			}
			.color_l {
				font-size: medium;
			}
			
			.color_r {
				width: 5px;
			   height: 5px;
			}
			
			 #map {
				width: 100%;
				height: 550px;
        }
}

		
