.contenedor_ad{
	display: flex;
	width: 100%;
	height: auto;
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); 
    background-size: 300px;

    background-position: center;
}
.contenedor_ad .barra_lat{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 11%;
    height: 100vh;
    z-index: 999;	
}
.contenedor_ad .barra_lat .nav-bar{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: 0;
}
.contenedor_ad .barra_lat .nav-bar ul{
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	padding: 1% 5%;
	background: none;
}
.contenedor_ad .barra_lat .nav-bar ul a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.contenedor_ad .barra_lat .nav-bar ul a:hover {
	/*background-color: #039A43;*/
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	transform: translateY(-4px);
	color: #537678;
}
.contenedor_ad .barra_lat .nav-bar ul a:hover img {
	filter: hue-rotate(50deg);
}
.nav-bar ul li a.active{
	color: #537678;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);	
}
.nav-bar ul li a.active img {
	filter: hue-rotate(50deg);
}
.nav-bar img{
	margin-top: 4px;
	width: 30px;
	height: 30px;
}
main{
	width: 89%;
}
.contenedor_ad .top-bar{
	display: flex;
	align-items: center;
}
.top-bar .orden{
	display: flex;
	flex-direction: column;
}
.contenedor_ad .top-bar .tit {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0% 0%;
    color: #537678; 
}
.top-bar .back{
	color: #537678;
    width: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    line-height: 60px;
    font-size: 40px;
}
.user {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
    cursor: pointer;
    width: 200px;
    padding: 10px;
    font-size: 15px;
    color: #537678;
}
.user img{
	width: 30%;
	height: 30%;
	margin-bottom: 5px;
}
.popup {
    display: none;
    position: absolute;	
    top: 100px;
    width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    color: #537678;
    z-index: 999;
}
.popup b{
	color: #039A43;
}
.popup ul{
	margin-top: 10px;
}
.popup ul li {
	list-style: none;
    text-decoration: none;
	margin-bottom: 10px;
}
.cerrar {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
#btn_cerrar{
	margin-top: 10px;
	padding: 2% 2%;
	background-color: #DFCC5A;
	color: white;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

.top-bar h3{
	color: #537678;
	font-size: 25px;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
}
.contenedor_ad .top-bar ul li{
	padding: 0 10px;
}
.add_p{
	display: flex;
	padding: 3% 5%;
	height: auto;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.add_p ul{
	padding: 1% 2%;
	width: 40%;
	color: #039A43;
}
.add_p ul li{
	margin-top: 10px;
	text-align: justify;
	color: rgba(0, 0, 0, 0.5);
}	
.add_p form{
	width: 60%;
	height: auto;
}
.add_p fieldset{
	padding: 1% 2%;
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	gap: 15px;
	height: auto;
	width: 100%;
	border-radius: 10px;
}
.add_p fieldset legend{
	color: #039A43;
}
.cajas{
	display: flex;
	flex-direction: column;
}
select{
	padding: 2% 2%;
	color: #039A43;
	border-radius: 5px;
	font-weight: bold;
}
label{
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.add_p fieldset input{
	padding: 2% 2%;
	width: 100%;
	border-radius: 5px;
	border-left: 5px solid #039A43;
}
.add_p fieldset textarea{
	resize: none;
	padding: 1% 2%;
	width: 100%;
	height: 80px;
	border-radius: 5px;
	border-left: 5px solid #039A43;
}
#button_p{
	font-size: 15px;
	padding: 5% 10%;
}

#dropArea {
	color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
   /* margin-right: 10px;*/
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
#imagePreview {
	height: 70px;
	width: 70px;
}
.tabla{
	padding: 2% 2%;
	color: #537678;
}
.tabla h3{
	margin-bottom: 20px;
}
.tabla img{
	width: 80px;
	height: 50px;
}
.tabla #desc{
	width: 300px;
	text-align: justify;
}
.tabla button{
    padding: 10% 0%;
    background: none;/*CAMBIAR COLOR DE BOTONES*/
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    color: white;/*CAMBIA COLOR DE TEXTO*/
    font-size: 15px;
}
.tabla button img{
	width: 50px;
	height: 50px;
}
.tabla button:hover{
	background-color: #E7F3E7;
	color: #537678;
}
.tabla {
	box-shadow: 5px 10px 5px 5px rgba(0, 0, 0, 0.3);
	background-color: white;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    justify-content: center;
 }

#miTabla {
   
}

th, td {
    border: 1px solid #dddddd;
    text-align: center;
  	/* Ajusta la altura deseada */
  	height: 50px;
    /*overflow: scroll; /* Añadido para permitir el desplazamiento vertical si el contenido es más largo que la altura especificada */
}

th {
    background-color: #f2f2f2;
}

.noticia{
   /* background-image: url('/../CupandaWeb/Linea_Grafica/Fondos/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}
#form_vacante{
	display: none;
}
.notification-badge2 {
            background-color: #D3564E;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            position: absolute;  
            top: 40px;
            right: 20px;         
 }
 .menu{
 	height: 100%;
 	width: 100%;
 	display: flex;
 	flex-wrap: wrap;
 	gap: 30px;
 	justify-content: center;
 	align-items: center;
 	padding: 2% 1%;
 }
 .menu .op1{
 	position: relative;
 	background-color: #DEE9A6;
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 	align-items: center;
 	height: 300px;
 	width: 250px;
 	border-radius: 20px;
 	transition: all 0.5s;
 	box-shadow: 2px 10px 5px rgba(0, 0, 0, 0.5);
 	color: #537678;	
 }
 .menu .op1 img{
 	margin-bottom: 25px;
 }
 .menu .op1:hover{
 	transform: translateY(-4px);
 }
@media(max-width:1242px){
	.contenedor_ad{ 
		display: flex;
		flex-direction: column;
	}
	.contenedor_ad .barra_lat{
		justify-content:normal;
		width: 100%;
		height: auto;	
	}
	main{
		width: 100%;
		height: 100vh;
	}
	.barra_lat .opciones{
		height: 100%;
	}
	.barra_lat .opciones .opc_btns {
		height: 150px;
	}
	.barra_lat .opciones .opc_btns img{
		width: 60px;
		height: 80px;
	}
	.add_p ul{
		display: none;
	}
	.add_p form{
		width: 100%;
	}
	
	.top-bar .tit h3{margin-left: 5%;}
	.top-bar .back{display: none;}
} 
@media(max-width:700px){
	.contenedor_ad .barra_lat{
		padding: 0% 5%;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		height: auto;	
	}
	.top-bar{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.top-bar .tit{
		text-align: center;
		display: flex;
		justify-content: center	;
	}
	.top-bar .tit h3{
		margin-left: 0px;
	}
	#btn_centrar{
		display: flex;
		justify-content: center;
	}
}