body {
	background-image: url("../img/fondo.png");
}

.logoCij {
	width: 200px;
}

.titulo-concurso,
.titulo-principal,
.contenido,
.tabla,
.cont-aviso {
	font-family: "MACABRO";
	font-style: normal;
}

.titulo-concurso {
	color: #876459;
}

.contenido {
	width: 80%;
	margin: 2.5rem 0;
}

.btn-link,
.img-formaExpresion,
.img-ejes,
.img-evaluacion,
.img-redes {
	cursor: pointer;
	transition: all .2s;
}

.img-sobre {
	width: 550px;
}

.btn-link:hover,
.img-ejes:hover,
.img-evaluacion:hover,
.img-redes:hover {
	transform: scale(1.03);
	cursor: pointer;
}

.img-formaExpresion:hover {
	transform: scale(.97);
}

.video-temp {
	border: 3px solid blue;
	border-radius: 10px;
	width: 1024px;
	height: 576px;
}

.videoConcurso {
	width: 1024px;
	height: 576px;
	border-radius: 10px;
	transition: all .2s;
}

.tabla-transparent,
.tabla-transparent th,
.tabla-transparent td {
    background-color: transparent !important;

}

.td-como {
	padding: 24px 0;
}

.img-como {
	width: 50%;
	transition: all .2s;
}

ul {
	margin: 0;
}

footer {
	background-color: #E6D3B5;
}

.img-redes {
	width: 60px;
}

.cont-aviso {
	background-color: #473D34;
	color: #FFF;
}

/**** Responsivo ****/

@media (max-width: 1674px) {
	.img-como {
		width: 75%;
	}
}

@media (max-width: 1170px) {
	.contenido {
		width: 95%;
		margin: 2.5rem 0;
	}
}

@media (max-width: 1076px) {
	.img-como {
		width: 100%;
	}
}

@media (max-width: 710px) {
	.cont-principal {
		padding: 0 1rem;
	}
}

@media (max-width: 583px) {
	.img-ejes {
		width: 75%;
	}
}

@media (max-width: 569px) {
	.img-evaluacion {
		width: 75%;
	}
}

@media (max-width: 495px) {
	.img-formaExpresion {
		width: 75%;
	}
}