.contenido-principal{
	background: #0c0c0c;
}

hr{
	background: white;
}

/*eventos*/

.formulario-agregar-directo label{
	float: left;
	color: white;
}

.formulario-agregar-directo span{
	float: left;
	color: white;
}

.formulario-agregar-directo button{
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.formulario-agregar-directo button:hover{
	background: black;
	color: white;
}

.directos-principal{
	/*height: 100vh;*/
}

.directos-principal iframe{
	margin-top: 2%;
	margin-bottom: 2%;
}

.directos-principal h3,p{
	color: white;
}

.directos-principal h1{
	text-align: center;
	color: white;
}

.eventos-principal{
	text-align: center;
	color: white;
}

#titulo_eventos{
	display: none;
}

.lista-evento-principal{
	margin-top: 2%;
}

.lista-evento-principal{
	display: none;
}

.lista-evento-principal img{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-left: 5%;
	width: 90%;
	height: 250px;
}

.contenido-lista-evento-principal{
	background: #1f1f21;
	margin-left: 5%;
	width: 90%;
	height: 250px;
	overflow-y: scroll;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: white;
}

.contenido-lista-evento-principal h4{
	text-align: center;
}

/*noticias*/
.noticias-principal{
	text-align: center;
	color: white;
}

#titulo_noticia{
	display: none;
}

.lista-noticia-principal{
	margin-top: 2%;
}

.lista-noticia-principal{
	/*display: none;*/
}

.lista-noticia-principal img{	
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-left: 5%;
	width: 90%;
	height: 230px;
}

.contenido-lista-noticia-principal{
	background: #1f1f21;
	color: white;
	height: 230px;
	margin-left: -4%;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	overflow-y: scroll;
}

.contenido-lista-noticia-principal h4{
	text-align: center;
}

/*patrocinadores*/

.patrocinadores-principal{
	text-align: center;
	color: white;
}

#titulo_patrocinadores{
	/*display: none;*/
}

.lista-patrocinio-principal{
	margin-top: 2%;
}

.lista-patrocinio-principal{
	width: 100%;
}

.imagen-lista-patrocinio-principal{
	width: 100%;
}

.lista-patrocinio-principal img{
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-left: 5%;
	width: 90%;
	height: 250px;
}

.contenido-lista-patrocinio-principal{
	color: white;
	background: #1f1f21;
	border-bottom-right-radius: 15px; 
	border-bottom-left-radius: 15px;
	margin-left: 5%;
	width: 90%;
	height: 250px;
	overflow-y: scroll;
}

.contenido-lista-patrocinio-principal p{
	text-align: center;
}

.contenido-lista-patrocinio-principal h4{
	text-align: center;
}

.contenido-principal button{
	margin-top: 2%;
	margin-bottom: 2%;
	background: #c6ab4c;
	color: black;
	border:none;
	font-family: BreeSerif;
	font: bold;
}

.contenido-principal button:hover{
	background: black;
	color: white;
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:768px){

}
@media screen and (max-width:720px){

}
@media screen and (max-width:425px){
	/*noticias*/
	.contenido-lista-noticia-principal{
		background: #1f1f21;
		width: 90%;
		height: 230px;
		margin-left: 5%;
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		overflow-y: scroll;
	}
}
@media screen and (max-width:375px){
	/*noticias*/
	.contenido-lista-noticia-principal{
		background: #1f1f21;
		width: 90%;
		height: 230px;
		margin-left: 5%;
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		overflow-y: scroll;
	}
}
@media screen and (max-width:320px){
	
}


