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