<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* General */

	body.content_type_clase_al_dente {
		font-size: 1.8rem;
		font: 400 15px 'Source Sans Pro',sans-serif;
	}

	body.content_type_clase_al_dente #actividad .content img {
		padding: 5px;
	}

	.is_app.content_type_clase_al_dente {
		padding-top: 0px;
	}

	.content_type_clase_al_dente #actividad {
		margin-bottom: 0px;
		-webkit-transform: none;
		-webkit-transform-style: flat;
	}

	.content_type_clase_al_dente #actividad .slide-concatenate {
		margin-top: 30px;
	}

	.content_type_clase_al_dente #actividad .content .header .title img,
	.content_type_clase_al_dente #actividad .content .header .chapter {
		display: none;
	}

	.content_type_clase_al_dente #actividad .content .header {
		border: none;
		margin-bottom: 0;
	}

	.content_type_clase_al_dente #actividad .content .header .title {
		margin: -20px 3px 19px;
    	background: #fff;
    	padding: 20px 97px;
	}

	.content_type_clase_al_dente #actividad .content .slide-concatenate .header .title {
		display: none;
	}

	.content_type_clase_al_dente #actividad .content .header .title h3 {
		color: #8b9c23;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: left;
	}

	.content_type_clase_al_dente #actividad .content .header .title h3 span {
		float: left;
		font-size: 1.8rem;
		font-weight: 900;
		line-height: 1.1rem;
	}

	.content_type_clase_al_dente #actividad .slide_content_type_1 .pregunta .texto_curso,
	.content_type_clase_al_dente #actividad .texto_curso,

	.content_type_clase_al_dente #actividad .texto_curso li,
	.content_type_clase_al_dente #actividad .workspace ul li li {
		margin-bottom: 10px;
	}

	.content_type_clase_al_dente .slide_main {
		padding: 0 97px;
	}

	/*actividades fill in the blank*/
	.workspace.frame {
    	padding: 10px 4px;
	}

	/*seÃ±alar respuesta*/

	#actividad .workspace.chooseblanks .inline-answer a {
	    display: inline-block;
	    vertical-align: initial;
	    border: none;
	    padding: 0px;
	    margin: 0 2px;
	    font-weight: 600;
	    -webkit-border-radius: 13px;
	    -moz-border-radius: 13px;
	    border-radius: 13px;
	}

	/*fill in the blank*/

	.fillblanks-draggable-wrapper .response {
	    border: 0px solid #d8d8d8;
	    background: #e5e5e5;
	}

	#actividad .player.audio {
	    border-radius: 0px;
	    background: url(images/iconoaudio.png) center center / cover;
	}

	@media screen and (max-width: 480px) {
		.content_type_clase_al_dente .slide_main {
			padding: 0 35px;
		}
	}

	.content_type_clase_al_dente .slide_main input,
	.content_type_clase_al_dente .slide_main .img-input-container {
		color: #555;
		background-color: #fff;
		background-image: none;
		border-bottom: 2px dotted #aaa;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		     box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	}

	.content_type_clase_al_dente .slide_main input:focus,
	.content_type_clase_al_dente .slide_main .img-input-container:focus {
		border-top-color: #85c939;
		border-right-color: #85c939;
		border-bottom-color: #85c939;
		border-left-color: #85c939;
		outline-width: 0px;
		outline-style: none;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
		   -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
		        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
	}

	.content_type_clase_al_dente .slide_main input[disabled],
	.content_type_clase_al_dente .slide_main input[readonly],
	fieldset[disabled] .content_type_clase_al_dente .slide_main input,
	.content_type_clase_al_dente .slide_main .img-input-container {
		cursor: not-allowed;
		background-color: #eee;
		opacity: 1;
	}

	.content_type_clase_al_dente .slide_main .img-input-container input[readonly],
	.content_type_clase_al_dente .slide_main .img-input-container input[disabled] {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.content_type_clase_al_dente .slide_main input.respuesta_ok,
	.content_type_clase_al_dente .slide_main .img-input-container.respuesta_ok {
		border-color: #57e900;
		background: #D1F3BD;
	}

	.content_type_clase_al_dente .slide_main input.respuesta_ko,
	.content_type_clase_al_dente .slide_main .img-input-container.respuesta_ko {
		border-color: #FF3626;
		background: #FFA49D;
	}

	.content_type_clase_al_dente .slide_main input.solucion,
	.content_type_clase_al_dente .slide_main .img-input-container.solucion {
		border-color: #00BDFF;
		background: #B6ECFF;
	}

/* Navbar */
	.navbar-bottom {
		background: #8b9c23;
    	padding-left: 100px;
    	padding-right: 100px;
	}

	.logo-publisher {
		display: none;
	}

	.slider-indicators .active,
	.edit .slider-indicators .active,
	.slider-indicators li:hover,
	.edit .slider-indicators .concat.active,
	.slider-indicators .active {
	    background-color: #8b9c23;
	    color: #ffffff;
	}

	.edit .slider-indicators .concat.active:before {
 		background-color: #8b9c23;
	}

	#bottom-navigator li:hover {
		  background: #c8c8c8;
    	  color: transparent;
	}
	#bottom-navigator li.active {
		background: #c8c8c8;
   		color: transparent;
	}

/**/

/*TITULO 1*/
.bck-title1 {
	color: #10a0c6;
	font-size: 2.4rem;
	box-shadow: inherit;
    border: inherit;
    background: inherit;
    padding: inherit;
    text-shadow: inherit;
    font-family: inherit;
}

/*TITULO 2*/
.bck-title2 {
    color: #f58220;
    font-size: 2.4rem;
	text-shadow: inherit;
    font-family: inherit;
}

/* Lists */

.content .bck-ol li,
.cke_contents .bck-ol li,
.content ol li,
.cke_contents ol li {
	/* list-style-type: none;
	padding-left: 28px;
	margin-bottom: 16px;
	counter-increment: bck-li-counter;
	position: relative;
	line-height: 1.1rem; */
	font-weight: bold;
}

.content .bck-ol1 li:before,
.cke_contents .bck-ol1 li:before,
.content ol li:before,
.cke_contents ol li:before {
    content: counter(bck-li-counter) ".";
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 0px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 2px 2px 2px 0px rgba(174,87,30,1);
    box-shadow: 0px;
    border: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0px;
    background: #fff;
    color: #8b9c23;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: inherit;
    font-family: sans-serif;
}

/*LISTA ORDENADA 2*/

.content .bck-ol2 li,
.cke_contents .bck-ol2 li {
	font-weight: normal;
}

.content .bck-ol2 li:before,
.cke_contents .bck-ol2 li:before {
    color: #000;
	border: inherit;
}

/*LISTA ORDENADA 3*/

.content .bck-ol3 li,
.cke_contents .bck-ol3 li {
	font-weight: normal;
}

.content .bck-ol3 li:before,
.cke_contents .bck-ol3 li:before {
    content: counter(bck-li-counter, upper-alpha);
	color: #8b9c23;
}

/*LISTA ORDENADA 4*/

.content .bck-ol4 li,
.cke_contents .bck-ol4 li {
	font-weight: normal;
}

.content .bck-ol4 li:before,
.cke_contents .bck-ol4 li:before {
	content: counter(bck-li-counter, lower-alpha);
    color: #000;
	background: inherit;
}

/*CAJAS*/

.bck-box {
	margin: 10px;
    border: 2px solid #8b9c23;
    border-radius: 0px;
    background: #fff;
    padding: 6px 20px;
}

/* Caja 2 */
.bck-box.bck-box2 {
	margin: 10px;
	border: 2px solid #8b9c23;
	background: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: inherit;
    text-align: inherit;
}

/* Caja 3 */
.bck-box.bck-box3 {
	margin: 10px;
	border: 2px solid #ccc;
	background: #fff;
	box-shadow: inherit;
    transform: none;
}

.bck-box.bck-box3 .bck-title{
	left: inherit;
    border: inherit;
    border-radius: inherit;
    background: inherit;
    padding: 0;
    display: block;
    transform: none;
    top: inherit;
    border: inherit;
    position: inherit;
	border: none;
}

/* Icons */

#actividad .player.audio {
	background: url(images/iconoaudio.png) center center / cover;
}

/* Forms */

.content_type_clase_al_dente .slide_main input,
.content_type_clase_al_dente .slide_main .img-input-container {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
       -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    		box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    border: 0px solid #ccc;
    border-bottom: 2px dotted #aaa;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
    		border-radius: 0px;
}

.content_type_clase_al_dente .slide_main .fill-text .img-input-container {
    display: none;
}

.content_type_clase_al_dente .slide_main input:focus,
.content_type_clase_al_dente .slide_main .img-input-container:focus {
    border-top-color: #10A0C6;
    border-right-color: #10A0C6;
    border-bottom-color: #10A0C6;
    border-left-color: #10A0C6;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
}

/* Slides */

#actividad .workspace.multiple-choice .opcion,
#actividad .workspace.matching .opcion,
#actividad .workspace.ordenar .js-rank-item {
    border: 2px solid #10A0C6;
    background: #fff;
}

.fillblanks-draggable-wrapper .response .bck-i-fullscreen-wrapper {
    padding: 0;
}

body.content_type_clase_al_dente #actividad .content .fillblanks-draggable-wrapper
.response .bck-i-fullscreen,
body.content_type_clase_al_dente #actividad .content .fillblanks-draggable
.img-input-container.imgFilled img {
	width: auto;
	height: 100px !important;
	padding: 0;
}

.nota-budget span {
    padding: 2px 46px 6px 10px;
}</pre></body></html>