html, body {
	width: 100%;
	height: 100%;
	float: right;
}

#map-container {
	border: 2px solid #29291D;
	height: 100%;
	width: 100%;
	/*padding: 2px;*/
	
}
.Pcabecera {
	background-color: #658F8B;
	height: 66px;
	font-family: aladin;
	font-style: normal;
	font-weight: 400;
	width: 100%;
}

.logocliente {
	/* float: left; */
	height: 87px;
	width: 63px;
    left: -68px;
	position: absolute;
	z-index: 1
}
.Pcabecera .h1 {
	text-align: left;
	color: #EFEFEF;
	font-size: 20pt;
}

.logomapealia {
	width: auto;
    height: 85px;
    /* float: right; */
    margin-top: 9px;
    position: absolute;
    right: 1rem;
	z-index: 1;
}

#elcheck {
    visibility: hidden;
    position: absolute;
}

#elcheck:checked ~ #panel{
	left: 268px;
}

.card{
	position: absolute;
	border: 1px solid black;
	padding: 4px;
	transition: left 0.8s;
	z-index: 1;
	left:-280px; 
	width: 260px;
	height: fit-content;
	/*max-height: 950px;*/
	background: beige;
	margin-left: -265px;
}

.card-body {
	padding: 0.25rem;
}

.cabecera {
	padding-top: 0px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}


.imagenArbol{
	width: 100%;
	align-self: center;
	object-fit: cover;
	height: 330px;
}

.faldon {
	position: absolute;
	bottom: 8px;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: -4rem;
	margin-left: 0.25rem;
    margin-right: 0.25rem;
	width: -webkit-fill-available;
    background-color: lightgray;
    opacity: 0.87;
	border-radius: 4px;
	height: fit-content;
}

.card-title {
	margin-bottom: 0;
}

.sv {
	width: 100%;
	height: 200px;
	margin-bottom: 4px;
	border-style: groove;

}

.btn {
	width: 100%;
	border-radius: 8px;
	margin-top: 2px;
	cursor: pointer;
}

.table {
	margin-top: 16px;
	margin-bottom: 8px;
	line-height: 0.3rem;
}
a {
	color: black;
	font: 600;
	width: 100%;	
}

.form-select-lg{
    position: absolute;
    width: auto;
	height: inherit;	
}

.ff {
    position: relative;
}

.filtro {
	position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
	width: 12rem;
	/*box-shadow: 3px 4px grey;*/
	background-color: beige;
    border: 1px solid #212529;

}
