.contenido-eventos{
	background: #0c0c0c;
}

/*eventos*/

.eventos{
	text-align: center;
	color: white;
}

#titulo_eventos{
	display: none;
}

/*formulario de eventos*/
.agregar-eventos{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.formulario-agregar-eventos label{
	float: left;
}

.formulario-agregar-eventos span{
	float: left;
}

.formulario-agregar-eventos button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-agregar-eventos button:hover{
	background: black;
	color: white;
}

.lista-evento{
	margin-top: 2%;
}

.lista-evento{
	display: none;
}

.lista-evento img{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-left: 5%;
	width: 90%;
	height: 250px;
}

.contenido-lista-evento{
	background: #1f1f21;
	color: white;
	margin-left: 5%;
	width: 90%;
	height: 250px;
	overflow-y: scroll;
	border-bottom-left-radius: 15px; 
	border-bottom-right-radius: 15px;
}

.contenido-lista-evento button{
	margin-top: 2%;
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.contenido-lista-evento button:hover{
	background: black;
	color: white;
}

.contenido-lista-evento h4{
	text-align: center;
}

