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