@media screen and (min-width: 768px) and (max-width: 991px) {	

	
	body#body-principal {
		background-size: cover;
		background-repeat: repeat-y;
	}
	.div-login {
		background-color: rgba(255, 255, 255, 0.8);
		height: 930px;
		margin-right: 5%;
		margin-bottom: 20px;
		margin-top: 20px;
		width: 60%;
	}

	.contenedor-teleconsultas-fila .leccion {		
		width: 30%; 
	}

	.contenedor-teleconsultas-fila.uno .leccion {
		width: 45% !important;
	}

	.contenedor-teleconsultas-fila.dos .leccion:nth-child(1),
	.contenedor-teleconsultas-fila.dos .leccion:nth-child(4) {
		margin-top: 0;
	}

	.contenedor-teleconsultas-fila.dos .leccion:nth-child(2),
	.contenedor-teleconsultas-fila.dos .leccion:nth-child(3) {
		margin-top: 0;
	}

	.btn-examen-desde-fullscreen {
		width: 80%;
		left: 10%;
	}

	.contenedor-header > div:nth-child(1) { width: 30%; }
	.contenedor-header > div:nth-child(2) { width: 20%; }
	.contenedor-header > div:nth-child(3) { width: 50%; }

	.contenedor-header > div:nth-child(1) img {
		max-width: 200px;
	}

}