.contenido-remembranzas{
	background: #0c0c0c;
}

.remembranzas h1{
	text-align: center;
	color: white;
}

.formulario-agregar-remembranza h3{
	color: white;
	text-align: center;
}

.formulario-agregar-remembranza label{
	float: left;
	color: white;
}

.formulario-agregar-remembranza span{
	float: left;
	color: white;
}

.formulario-agregar-remembranza button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-agregar-remembranza button:hover{
	background: black;
	color: white;
}

.imagen-remembranza img{
	width: 100%;
	height: 270px;
}

.contenido-remembranza h5{
	text-align: center;
	color: white;
	font-family: BreeSerif;
}

#nombre_remembranza{
    overflow-y: scroll;
    height: 60px;
}

.remebranza-lista{
	margin-top: 5%;
	color: white;
}

.descripcion-remembranza{
	width: 100%;
	height: 110px;
	overflow-y: scroll;
	color: white;
	background: #1f1f21;
}

.contenido-remembranza button{
	margin-top: 5%;
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.contenido-remembranza button:hover{
	background: black;
	color: white;
}