
.carga_dato_ven{
	 position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
}

.carga_dato_men{
	 position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
}


.control_ventana_contenedor_tot_ep{
	position: absolute;
	width: 50px;
    height: 50px;
	display: none;
	z-index: 50;
}


.control_ventana_contenedor_ep{
	position: absolute;
	top: 0px;
	left:0px;
}

.control_ventana {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: move;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px -2px 20px 0px rgb(0 0 0 / 75%);
}

.control_ventana_close {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 5px;
    right: 20px;
    cursor: pointer;
}
.control_ventana_fija {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 5px;
    right: 60px;
    cursor: pointer;
}


.control_ventana_cont {
    position: absolute;
    top: 50px;
    left: 20px;
    cursor: default;
	overflow-y: auto;
	overflow-x: hidden;
}

.control_ventana_tit {
    position: absolute;
    height: 30px;
	left: 20px;
    top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.control_ventana_data {
    position: absolute;
    overflow-x: auto;
}
