
	.grafica-historicos,.grafica-historicos-piezo{
		display:none;
		width:100%;
	}
	
	#container-highchart-historico{		
		height: 47em;
		width: 95%;
	}
		
	
#container-highchart-historico-nivel,#container-highchart-historico-piezos{		
    height: 37em;	
    width: 95%;
}

input.highcharts-legend-checkbox {
        margin-left: -15px;
    }

.sin-datos{	
	position: absolute;
    left: 45%;
    top: 50%;
    z-index: 99;
    font-size: 3em;
    display: none;
    color: #0067b2d6;
}
	
.panel-superior-historico{
    display: flex;
    width: 90%;
    margin: 0 auto;
    border-bottom: solid 0.1em;
	gap: 1em;
    padding-bottom: 1em;
	font-size: 1.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
	position: relative;
}

.panel-superior-historico div{
	color:#0067b2d6;
}

.selector-historicos{
display: flex;
    width: 100%;
    gap: 0.3em;
    font-size: 1.1em;
    justify-content: center;
    margin-right: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    height: 2.5em;
}


.selector-historicos-div{
	color: #0067b2d6;
    border: 1px solid #0067b2d6;
    padding: 0.2em 0.6em 0.2em 0.6em;
    display: flex;
    align-items: center;
    gap: 0.3em;
    border-radius: 5px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    cursor: pointer;
}

#selector-historicos-volumen{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_embalse/volumen_azul.svg");
	background-repeat: no-repeat;
	background-position: 15% 50%;
	
}

#selector-historicos-porcentaje{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_embalse/porcentaje_azul.svg");
	background-repeat: no-repeat;
	background-position: 10% 50%;

	
}


#selector-historicos-nivel{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_embalse/nivel_azul.svg");
	background-repeat: no-repeat;
	background-position: 20% top;	

}



#selector-historicos-nivel-piezos, #selector-nivel-piezos{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_piezo/nivel_azul.svg");
	background-repeat: no-repeat;
	background-position: 15% 50%; 
	background-size: 2em;
	
}

#selector-historicos-cota-piezos, #selector-cota-piezos{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_piezo/cota_azul.svg");
	background-repeat: no-repeat;
	background-position: 10% 50%;
	background-size: 2em;

	
}


#selector-historicos-temperatura-piezos, #selector-temperatura-piezos{
	color: #0067b2;
    background-color: #ffffff;
	background-image:url("../images/historicos_piezo/temperatura_azul.svg"); 
	background-repeat: no-repeat;
    background-position: 5% 50%;	
	background-size: 2em;
}


#selector-historicos-nivel-piezos span, #selector-nivel-piezos span{
	margin-left: 2.5em; 
    margin-right: 0em;
}

#selector-historicos-cota-piezos span , #selector-historicos-temperatura-piezos span, #selector-cota-piezos span , #selector-temperatura-piezos span {
	margin-left: 2em; 
  
}


#selector-historicos-nivel span{
	margin-left: 2.5em;
    margin-right: 0em;
}



#selector-historicos-volumen span, #selector-historicos-porcentaje span{
	margin-left:2em;	
}


.selector-historicos-texto img{
	width:1.5em;	
}
.selector-historicos-texto span{
	margin-left:1.7em;	
}

.seleccionado-historicos-nivel{
	background-image:url("../images/historicos_embalse/nivel_blanco.svg") !important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;

}

.seleccionado-historicos-volumen{

	background-image:url("../images/historicos_embalse/volumen_blanco.svg")!important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;

}

.seleccionado-historicos-porcentaje{

    background-image: url(../images/historicos_embalse/porcentaje_blanco.svg)!important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;
}


.seleccionado-historicos-cota-piezos{

    background-image: url(../images/historicos_piezo/cota_blanco.svg)!important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;
	background-size: 2em;
}

.seleccionado-historicos-temperatura-piezos{

    background-image: url(../images/historicos_piezo/temperatura_blanco.svg)!important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;
	background-size: 2em;
}

.seleccionado-historicos-nivel-piezos{

    background-image: url(../images/historicos_piezo/nivel_blanco.svg)!important;
	color: #fff !important;
    background-color: #0067b2d6 !important;
    font-weight: bold;
	background-size: 2em;
}

.contenedor-historicos{
	display: flex;
    width: 95%;
    padding-bottom: 1em;
    justify-content: end;
	padding-bottom:16em;
}

.historico-selector-tipo{
    position: absolute;
    top: 4.6em;
    right: 5em;
}

.historico-texto-select{
	text-align:center;	
}

.historico-select{		
	border-radius: 15px;
}

.contenedor-selectores{

}

