.contenido-evento-especifico{
	background: #0c0c0c;
}

.evento-especifico h1{
	display: none;
	text-align: center;
	color: white;
}

/*formulario de modificacion de eventos*/
.formulario-editar-eventos h3{
	color: white;
}

.formulario-editar-eventos label{
	color: white;
}

.formulario-editar-eventos button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-editar-eventos button:hover{
	background: black;
	color: white;
}

.imagen-evento-especifico{
	display: none;
}

.imagen-evento-especifico img{
	border-radius: 15px;
	width: 80%;
	height: 300px;
	margin-left: 10%;
}

.detalles-evento-especifico{
	display: none;
	color: white;
}

#calendario-evento-especifico{
	margin-right: 2%;
	width: 20px;
	height: 20px;
}

#reloj-evento-especifico{
	margin-right: 2%;
	width: 20px;
	height: 20px;
}

.mapa-evento-especifico{
	display: none;
}

.mapa-evento-especifico iframe{
	width: 100%;
	height: 300px;
	border:none;
}

.descripcion-evento-especifico{
	background: #1f1f21;
	color: white;
	display: none;
	text-align: justify;
	/*margin-left: 3%;*/
}

.video-evento iframe{
	width: 100%;
	height: 315px;
}