.contenido-concejo{
	background: #0c0c0c;
}

.concejo h1{
	text-align: center;
	display: none;
	color: white;
}

.formulario-agregar-concejo h3{
	color: white;
	text-align: center;

}

.formulario-agregar-concejo label{
	float: left;
	color: white;
}

.formulario-agregar-concejo span{
	float: left;
	color: white;
}

.formulario-agregar-concejo button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-agregar-concejo button:hover{
	background: black;
	color: white;
}

.contendor-sessiones-concejo iframe{
	width: 100%;
}

.contenido-sessiones-concejo{
	height: 200px;
	margin-bottom: 2%;
	background: #1f1f21;
	overflow-y: scroll;
	color: white;
}

.contenido-sessiones-concejo h5{
	text-align: center;
}

.contenido-sessiones-concejo p{
	font-family: none;
}