<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Foto del toc */
.body_curso #indice .unit-content .header {
	background-image: url(images/KB1-3.png);
	background-position: center right;
}

/* Color de las unidades */
#indice .units ul li.active:not(.disabled),
body:not(.isTablet) #indice .units ul li:hover:not(.disabled),
#indice .units ul li:focus:not(.disabled) {
	color: #fff;
	background-color: #ed1c24;
}

@media only screen and (min-width: 580px) and (max-width: 980px) {
	.body_curso #indice .unit-content .header {
		height: 145px;
		background-image: url(images/KB1-2.png);
	}
}

@media only screen and (min-width: 319px) and (max-width: 579px) {
	.body_curso #indice .unit-content:not(.active) .header {
		height: 40px;
		background-image: none;
		background-color: #cbcbcb;
	}

	.body_curso #indice .unit-content .header {
		height: 65px;
		background-image: url(images/KB1-1.png);
	}

	.body_curso #indice .mini .unit-content {
		filter: none;
	}

	.body_curso #indice .unit-content:not(.active) .header .title {
		color: #414141;
	}
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
	color: #fff;
	background-color: #ed1c24;
	border-color: transparent;
	opacity: 1;
}
</pre></body></html>