<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fuentes */
	@font-face {
	    font-family: 'scescolar';
	    src: url("./fonts/Scescolar-Regular.ttf") format("truetype");
	}
	@font-face {
	    font-family: 'scescolar';
	    src: url("./fonts/Scescolar-Negra.ttf") format("truetype");
	    font-weight: bold;
	}
	@font-face {
	    font-family: 'scescolarCalada';
	    src: url("./fonts/Scescolar-Calada.ttf") format("truetype");
	}
	@font-face {
	    font-family: 'scescolarPuntos';
	    src: url("./fonts/Scescolar-Puntos.ttf") format("truetype");
	}

/**/

/* General */
	#actividad {
		font-size: 2.8rem !important;
	}

	.cke_contents  table {
		margin-bottom: 10px;
	}

	.body_clase:not(.edit) .content-wrapper {
		padding-top: 100px;
		padding-bottom: 0px;
	}

	.body_clase.edit .content-wrapper {
		top: 0px;
	}

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

	.is_app.content_type_clase_esc:not(.offline-pc) .content-wrapper {
		padding-top: 55px;
	}

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

	.content_type_clase_esc .slide-wrapper,
	.cke_contents {
		text-align: justify;
	}

	#actividad .carousel-inner .item-container {
		background-image: none;
		margin: 20px auto 30px;
		padding: 0px;
		padding-bottom: 90px;
		position: relative;
	}

	#indice .units ul li a .number,
	#indice .unit-content .header .number
	 {
		visibility: hidden;
	}

	.content_type_clase_esc #actividad .content .header {
		border: none;
		background: #94D0F2;
		z-index: 0;
		position: relative;
		margin-bottom: 30px;
	}

	.content_type_clase_esc #actividad .content .header.empty {
		display: none;
	}

	.content_type_clase_esc #actividad .content .header:after,
	.content_type_clase_esc #actividad .content .header:before {
		content: '';
		background: #94D0F2;
		display: inline-block;
		position: absolute;
		z-index: -1;
	}

	.content_type_clase_esc #actividad .content .header:before {
		height: 30px;
		border-bottom-right-radius: 100%;
		border-bottom-left-radius: 25% 75%;
		width: 50%;
		bottom: -23px;
		box-shadow: 23px 0px 0px #06A7E1;
	}

	.content_type_clase_esc #actividad .content .header:after {
		height: 10px;
		border-bottom-right-radius: 30% 100%;
		border-bottom-left-radius: 100%;
		width: 51%;
		bottom: -7px;
		right: 0;
	}

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

	.content_type_clase_esc #actividad .content .header .title h3 {
		font-family: Comic Sans,Comic Sans MS, 'Source Sans Pro' , sans-serif;
		font-size: 3.0rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
		color: #FFF;
		background: #94D0F2;
		padding: 15px 15px 0;
	}

	.content_type_clase_esc #actividad .content .header .title h3 span.index {
		color: #FFF;
		background: #C1C200;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		margin-left: -97px;
		width: 140px;
		display: inline-block;
		text-align: right;
		padding-right: 20px;
	}

	.content_type_clase_esc #actividad .texto_curso {
		font-size: 1.9rem;
	}

	.texto_curso p:last-of-type {
		margin-bottom: 15px;
	}

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

	#actividad .class_slide {
    	padding: 40px 97px 0px;
    	font-family: 'scescolar';
	}

	#actividad .class_slide:last-of-type {
	    padding-bottom: 100px;
	}

	#actividad .slide-concatenate .class_slide {
	    padding-bottom: 20px;
	}

	#actividad .slide-concatenate:last-of-type .class_slide {
	    padding-bottom: 100px;
	}

	.content_type_clase_esc .slide_main input {
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-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;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

	.content_type_clase_esc .slide_main input:focus {
		border-top-color: #3AC62A;
		border-right-color: #3AC62A;
		border-bottom-color: #3AC62A;
		border-left-color: #3AC62A;
		outline-width: 0px;
		outline-style: none;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
	}

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

	.content_type_clase_esc .slide_main input.respuesta_ok {
		border-color: #57e900;
		background: #D1F3BD;
	}

	.content_type_clase_esc .slide_main input.respuesta_ko {
		border-color: #FF3626;
		background: #FFA49D;
	}

	.content_type_clase_esc .slide_main input.solucion {
		border-color: #00BDFF;
		background: #B6ECFF;
	}

	table {
		margin-bottom: 20px;
	}

	figcaption {
		text-align: justify;
	}

	.zoom_flag_img {
	    top: 20px;
	}
/**/

/* Navbar (Breadcums) */
	.content_type_clase_esc .publisher-navbar {
		position: fixed;
		top: 44px;
		background-color: #FFF;
		width: 100%;
		left: 0;
		z-index: 100;
	}

	.is_app.content_type_clase_esc .publisher-navbar {
		position: sticky;
		top: 0px;
	}

	#top-navigator {
		height: 55px;
		overflow: hidden;
		position: relative;
	}

	#top-navigator.show_left:before {
		color: #97c00e;
        background: linear-gradient(to right, #FFF, transparent);
    }

    #top-navigator.show_right:after {
    	color: #97c00e;
        background: linear-gradient(to left, #FFF, transparent);
    }

	.content_type_clase_esc .publisher-navbar .navbar-content {
		max-width: 960px;
		margin: 0 auto;
		padding-left: 90px;
		padding-right: 50px;
	}

	.content_type_clase_esc .navbar-content:before {
		content: " ";
		background-image: url(logo.png);
		height: 35px;
		background-repeat: no-repeat;
		width: 85px;
		margin-left: -50px;
		margin-top: 10px;
		float: left;
	}

	.content_type_clase_esc .slider-indicators {
		padding: 10px 0px;
		display: inline-block;
		text-align: left;
		position: absolute;
		width: 5000px;
		bottom: 0px;
		left: 0px;
		z-index: 0;
	}

	.content_type_clase_esc .publisher-navbar .dropdown button,
	.content_type_clase_esc .publisher-navbar li {
		border-radius: 5px;
		border: none;
		background-color: white;
		color: #97c00e;
		vertical-align: middle;
		margin: 0px 5px;
		text-indent: 0px;
		line-height: 3.5rem;
		font-size: 2.0rem;
		font-weight: bold;
		cursor: pointer;
	}

	.content_type_clase_esc .slider-indicators li {
		width: 35px;
		height: 35px;
		background-color: #FFF;
		margin: 0px 5px;
		text-align: center;
	}

	.content_type_clase_esc .slider-indicators li.active,
	.content_type_clase_esc .publisher-navbar li:hover,
	.content_type_clase_esc .publisher-navbar .dropdown button:hover {
		background-color: #97c00e;
		color: #FFF;
	}

	.content_type_clase_esc .publisher-navbar .dropdown button {
		width: auto;
		padding: 0px 10px;
	}

	/*.content_type_clase_esc .slider-indicators li:first-of-type {
		width: auto;
		padding: 0px 10px;
	}*/



	.content_type_clase_esc .publisher-navbar .dropdown {
		display: none;
		float: left;
		margin-top: 10px;
	}

	.open &gt; .dropdown-menu {
		display: block;
		max-height: 300px;
		overflow-y: auto;
	}
/**/

/* Navigators */
	.navigator {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		padding: 0px 97px;
	}

	.navigator .title {
		width: calc(100% - 20px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 2.9rem;
		line-height: 4.0rem;
		display: inline-block;
		vertical-align: top;
	}

	.main-navigator {
		padding: 15px 0px;
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}

	.navigator .left, .navigator .right {
		width: 49%;
		display: inline-block;
		cursor: pointer;
	}

	.navigator .left {
		padding-left: 20px;
	}

	.navigator .right {
		text-align: right;
		padding-right: 20px;
	}

	.navigator .slider-control.left,
	.navigator .slider-control.right {
		position: static;
		height: auto;
		width: 100%;
		background-color: transparent;
		border-radius: 0px;
		margin: 0px;
		opacity: 1;
		text-shadow: none;
		color: #999;
		font-size: 4.2rem;
	}

	.navigator .slider-control.left:before,
	.navigator .slider-control.right:after {
		font-family: 'FontAwesome';
		position: absolute;
		margin-top: 9px;
	}

	.navigator .slider-control.left:before {
		margin-left: -20px;
		content: "\f104";
	}

	.navigator .slider-control.right:after {
		margin-left: 20px;
		content: "\f105";
	}

	.navigator .slider-control span {
		position: static;
		margin: 0px;
        cursor: pointer;
	}

	.texto_curso p {
		margin-bottom: 14px;
		font-size: 2.4rem;
	}

	.texto_curso li {
		font-size: 2.4rem;
	}
/**/

/* CKEDITOR */

	.bck-title1 {
		font-family: Comic Sans,Comic Sans MS, 'Source Sans Pro' , sans-serif;
		font-size: 3.0rem;
		font-weight: bold;
		color: #06A7E1;
	}

	.bck-blink {
		font-family: 'Source Sans Pro';
	}

	.bck-actividad {
		color: #111;
		font-family: Arial;
		font-size: 2.4rem;
	}

	.content .bck-ol {
		list-style-type: none;
		padding-left: 0;
	}

	.content .bck-ol li {
		counter-increment: bck-li-counter 1;
		position: relative;
		padding-left: 48px;
	}

	.content .bck-ol li:before {
		content: counter(bck-li-counter);
		position: absolute;
		margin-left: -35px;
		font-size: bolder;
		text-align: center;
		color: #FFF;
		font-size: 2.4rem;
		margin-top: -4px;
		font-family: Comic Sans,Comic Sans MS, 'Source Sans Pro' , sans-serif;
		border-radius: 100%;
		background: #06A7E1;
		width: 30px;
		height: 30px;
		line-height: 2.9rem;
	}

	.content .bck-ol.rosa li:before {
		background-color: #CF616A;
	}

	.content .bck-ol.naranja li:before {
		background-color: #F89C1C;
	}

	.content .bck-ol.roja li:before {
		color: #EE1D23;
		background: transparent !important;
	}

	.texto_curso ul li:before,
	.workspace ul li ul li:before {
		background-color: #C1C200;
	}

	.content .bck-ul li {
		padding-left: 30px;
	}

	.content .bck-ul li:before {
	    content: "";
	    height: 6px;
	    width: 6px;
	    background-color: #82CAF0;
	    position: absolute;
	}

	.content .bck-ul.dos li:before {
		background-color: #CF616A;
	    border-radius: 100%;
	    margin-top: 15px;
	    margin-left: -15px;
	}

	.content .bck-ul.dos li:before {
		background-color: #CF616A;
	}

	.content .bck-ul.tres li:before {
		background-color: #F89C1C;
	}

	.content .bck-ul.cuatro li:before {
	    content: "";
	    height: 15px;
	    width: 15px;
	    background-color: red;
	    position: absolute;
	    margin-top: 8px;
	    margin-left: -19px;
	    border-radius: 0%;
	}

	.bck-enfasis {
		color: #1A5C9E;
	}

	.bck-icono-actividad:before {
		content: '';
		background: url("asterisco.png") no-repeat 0px 4px;
		height: 57px;
		width: 54px;
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}

	#actividad .content img{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#actividad .content .bck-img.right,
	#actividad .content img[style~="float:right"] {
		margin-left: 20px;
		float: right;
	}

	#actividad .content .bck-img.left,
	#actividad .content img[style~="float:left"] {
		margin-right: 20px;
		float: left;
	}

	#actividad .player.audio, #help-panel-content .player.audio, #remote-alert-modal-rich .player.audio {
		background-position: 0 0;
		background-image: url(icons/ico_audio.png);
		background-size: 30px 30px;
    	background-color: transparent;
	}

	.bck-box {
		padding: 10px 20px;
		border: 10px 0px;
		margin-bottom: 15px;
		word-break: break-word;
	}

	.bck-title {
		text-align: left;
	}

	.box-simple {
		background: #FFFAC4;
		border-top-left-radius: 25px;
		position: relative;
	}

	.box-simple2 {
		background:#E5F3FC;
	}

	.box-simple3 {
		padding: 0;
	}

	.box-simple3 .bck-title p {
		font-family: sans-serif;
		background: #82CAF0;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		display: inline-block;
		padding: 5px 15px 5px 25px;
		color: white;
		font-weight: bold;
		position: relative;
		margin-left: 15px;
		margin-bottom: 0;
	}

	.box-simple3 .bck-title p:before {
		content: "\f08d";
		font-family: 'FontAwesome';
		font-size: 3.2rem;
		color: #FFDB11;
		display: inline-block;
		position: absolute;
		top: 10px;
		left: -10px;
		text-shadow: 1px 1px 5px rgba(0,0,0,0.2);

		-ms-transform: rotate(-22deg) scaleY(1.7);
		-webkit-transform: rotate(-22deg) scaleY(1.7);
		transform: rotate(-22deg) scaleY(1.7);
	}

	.box-simple3 .bck-content {
		padding: 15px 20px;
		background: #FFFAC2;
		border-radius: 25px;
	}

	.content .box-simple3 .bck-content .bck-ul li {
		padding-left: 30px;
	}

	.content .box-simple3 .bck-content .bck-ul li:before {
	    content: "";
	    height: 20px;
	    width: 15px;
	    background-color: #06a7e1;
	    position: absolute;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 100%;
	    border-top-left-radius: 0;
	    border-top-right-radius: 100%;
	    margin-top: 4px;
	    margin-left: -20px;
	}

	.box-simple4 {
		background: #FFFAC2;
		border-radius: 25px;
		padding: 15px;
		position: relative;
	}

	.box-simple4:before {
		content: "\f005";
		position: absolute;
		top: 0px;
		left: -15px;
		font-size: 4.0rem;
		font-family: "FontAwesome";
		color: #FBA820;
		text-shadow: 1px 1px 5px rgba(0,0,0,0.2);

		-ms-transform: rotate(-18deg);
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}

	.box-simple5 {
		background: #FFF;
		border-radius: 25px;
		border: 3px solid #CC6169;
		padding: 15px;
		position: relative;
	}

	.box-simple5:before {
		content: "\f04b";
		font-family: "FontAwesome";
		color: white;
		font-size: 3.8rem;
		display: inline-block;
		position: absolute;
		right: -28px;
		top: 26px;
		z-index: 2;
	}

	.box-simple5:after {
		content: "\f04b";
		font-family: "FontAwesome";
		color: #CC6169;
		font-size: 4.4rem;
		display: inline-block;
		position: absolute;
		right: -35px;
		top: 26px;
		z-index: 1;
	}

	.box-simple6 {
		background: #FDD4B9;
		border-radius: 25px;
		border: 2px solid #F16523;
		padding: 15px;
	}

	.bck-box.left {
		float: left;
		margin-right: 25px;
	}

	.bck-box.right {
		float: right;
		margin-left: 25px;
	}

	.bck-table {
		border: 1px solid #C1C200;
	}

	.bck-table th,
	.bck-table td {
		border: 1px solid #C1C200;
		padding: 7px;
		text-align: left;
	}

	.bck-table th,
	.bck-table .bck-td {
		font-weight: bold;
		text-align: center;
		background: #006FB9;
		color: white;

	}

/**
 * SECCIONES
 **/

 /* SecciÃ³n azulfondo */
.item.azulfondo .item-container {
	background-color: #E4F1F9 !important;;
}

.item.azulfondo .header h3 {
	color: #08A7E0 !important;
    background-color: #A1D5F3 !important;
}

.item.azulfondo .header:before {
	background-color: #A1D5F3 !important;
}

.item.azulfondo .header:after {
	background-color: #A1D5F3 !important;
}


 /* SecciÃ³n azulcompetencias */
.item.azulcompetencias .header h3 {
	color: #ffffff !important;
	background-color: #06A7E1 !important;
}

.item.azulcompetencias .header:before {
	background-color: #06A7E1 !important;
	box-shadow: 23px 0px 0px #94D0F2 !important;
}

.item.azulcompetencias .header:after {
	background-color: #06A7E1 !important;
}

/* SecciÃ³n verde */
.item.verde .header h3 {
	color: #FFF !important;
	background-color: #B8D78A !important;
}

.item.verde .header:before {
	background-color: #B8D78A !important;
	box-shadow: 23px 0px 0px #69AB48 !important;
}

.item.verde .header:after {
	background-color: #B8D78A !important;
}
.item.verde .bck-title1 {
	color: #69AB48;
}

.item.verde .bck-ol li:before {
	background-color: #69AB48;
}

.item.verde .bck-ul.cuatro li:before {
	background-color: #B8D78A;
}

.item.verde .box-simple3 .bck-title p {
	background-color: #B8D78A !important;
}


/* SecciÃ³n verdefondo */
.item.verdefondo .item-container {
	background-color: #EDF5E2 !important;
}

.item.verdefondo .header h3 {
	color: #6AAD44 !important;
	background-color: #BBDA8F !important;
}

.item.verdefondo .header:before {
	background-color: #BBDA8F !important;
	box-shadow: 23px 0px 0px #6AAD44 !important;
}

.item.verdefondo .header:after {
	background-color: #BBDA8F !important;
}

.item.verdefondo .bck-title1 {
	color: #6AAD44;
}

.item.verdefondo .bck-ol li:before {
	background-color: #6AAD44;
}

.item.verdefondo .bck-ul.cuatro li:before {
	background-color: #B3D186;
}

.item.verdefondo .box-simple3 .bck-title p {
	background-color: #B3D186 !important;
}

/* SecciÃ³n verdecompetencias */
.item.verdecompetencias .header h3 {
	color: #FFF !important;
	background-color: #69AB48 !important;
}

.item.verdecompetencias .header:before {
	background-color: #69AB48 !important;
	box-shadow: 23px 0px 0px #B8D78A !important;
}

.item.verdecompetencias .header:after {
	background-color: #69AB48 !important;
}

.item.verdecompetencias .bck-title1 {
	color: #6AAD44;
}

.item.verdecompetencias .bck-ol li:before {
	background-color: #6AAD44;
}

.item.verdecompetencias .bck-ul.cuatro li:before {
	background-color: #B8D78A;
}

.item.verdecompetencias .box-simple3 .bck-title p {
	background-color: #B8D78A !important;
}


/* SecciÃ³n naranja */
.item.naranja .header h3 {
	color: #FFF !important;
	background-color: #FECD82 !important;
}

.item.naranja .header:before {
	background-color: #FECD82 !important;
	box-shadow: 23px 0px 0px #F99D1C !important;
}

.item.naranja .header:after {
	background-color: #FECD82 !important;
}

.item.naranja .bck-title1 {
	color: #F99D1C;
}


.item.naranja .bck-ul.cuatro li:before {
	background-color: #F99D1C;
}

.item.naranja .box-simple3 .bck-title p {
	background-color: #F99D1C !important;
}


/* SecciÃ³n naranjafondo */
.item.naranjafondo .item-container {
	background-color: #FEF3E0 !important;
}

.item.naranjafondo .header h3 {
	color: #F89C1C !important;
	background-color: #FECF89 !important;
}

.item.naranjafondo .header:before {
	background-color: #FECF89 !important;
	box-shadow: 23px 0px 0px #CB7704 !important;
}

.item.naranjafondo .header:after {
	background-color: #FECF89 !important;
}

.item.naranjafondo .bck-title1 {
	color: #F89C1C;
}

.item.naranjafondo .bck-ol li:before {
	background-color: #F89C1C;
}

.item.naranjafondo .bck-ul.cuatro li:before {
	background-color: #F89C1C;
}

.item.naranjafondo .box-simple3 .bck-title p {
	background-color: #F89C1C !important;
}

/* SecciÃ³n naranjacompetencias */
.item.naranjacompetencias .header h3 {
	color: #FFF !important;
	background-color: #F99D1C !important;
}

.item.naranjacompetencias .header:before {
	background-color: #F99D1C !important;
	box-shadow: 23px 0px 0px #FECD82 !important;
}

.item.naranjacompetencias .header:after {
	background-color: #F99D1C !important;
}

.item.naranjacompetencias .bck-title1 {
	color: #F89C1C;
}

.item.naranjacompetencias .bck-ul.cuatro li:before {
	background-color: #F99D1C;
}

.item.naranjacompetencias .bck-ol li:before {
	background-color: #F89C1C;
}

.item.naranjacompetencias .box-simple3 .bck-title p {
	background-color: #F99D1C !important;
}


/* SecciÃ³n rosa */
.item.rosa .header h3 {
	color: #FFF !important;
	background-color: #E9A79B !important;
}

.item.rosa .header:before {
	background-color: #E9A79B !important;
	box-shadow: 23px 0px 0px #C37364 !important;
}

.item.rosa .header:after {
	background-color: #E9A79B !important;
}

.item.rosa .bck-title1 {
	color: #C95762;
}

.item.rosa .bck-ul.cuatro li:before {
	background-color: #C85661;
}

.item.rosa .box-simple3 .bck-title p {
	background-color: #C85661 !important;
}


/* SecciÃ³n rosafondo */
.item.rosafondo .item-container {
	background-color: #F9E6E1 !important;
}

.item.rosafondo .header h3 {
	color: #C95762 !important;
	background-color: #EAAB9F !important;
}

.item.rosafondo .header:before {
	background-color: #EAAB9F !important;
	box-shadow: 23px 0px 0px #C37364 !important;
}

.item.rosafondo .header:after {
	background-color: #EAAB9F !important;
}

.item.rosafondo .bck-title1 {
	color: #C95762;
}

.item.rosafondo .bck-ol li:before{
	background-color: #C85661;
}

.item.rosafondo .bck-ul.cuatro li:before {
	background-color: #C85661;
}

.item.rosafondo .box-simple3 .bck-title p {
	background-color: #C85661 !important;
}

/* SecciÃ³n rosacompetencias */
.item.rosacompetencias .header h3 {
	color: #FFF !important;
	background-color: #CB5863 !important;
}

.item.rosacompetencias .header:before {
	background-color: #CB5863 !important;
	box-shadow: 23px 0px 0px #E69D92 !important;
}

.item.rosacompetencias .header:after {
	background-color: #CB5863 !important;
}

.item.rosacompetencias .bck-title1 {
	color: #C95762;
}

.item.rosacompetencias .bck-ol li:before{
	background-color: #C85661;
}

.item.rosacompetencias .bck-ul.cuatro li:before {
	background-color: #C85661;
}

.item.rosacompetencias .box-simple3 .bck-title p {
	background-color: #C85661 !important;
}

/* SecciÃ³n oraciones */
.item.oraciones .header h3 {
	color: #EE1D23 !important;
	background-color:#FDDCCE !important;
}

.item.oraciones .header:before {
	background-color: #FDDCCE !important;
	box-shadow: 23px 0px 0px #EE1D23 !important;
}

.item.oraciones .header:after {
	background-color: #FDDCCE !important;
}

.item.oraciones .bck-title1 {
	color:#EE1D23;
}

.item.oraciones .bck-ol li:before{
	background-color: #C85661;
}

.item.oraciones .bck-ul.cuatro li:before {
	background-color: #EE1D23;
}

.item.oraciones .box-simple3 .bck-title p {
	background-color: #EE1D23 !important;
}

.item.oraciones .bck-actividad {
	font-size: 1.7rem;
	font-weight: bold;
}

/**/

@media screen and (max-width: 1099px) {
    .body_clase .content-wrapper {
        max-width: 100%;
    }

    #actividad .content {
        border-radius: 0;
    }

    #actividad .carousel-inner .item-container {
        margin: 0;
        width: 100% !important;
        max-width: none;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .ipad #actividad .carousel-inner .item-container {
  		border-right: 1px solid #eee;
    }
}



@media screen and (max-width: 768px) {
    #actividad .carousel-inner .class_slide {
        padding: 40px 20px 0px;
    }

    .navigator {
        padding: 0px 20px;
    }

    .bck-img.right, img[style~="float:right"] {
        max-width: 50%
    }

    .bck-img.left, img[style~="float:left"] {
        max-width: 50%
    }

}

@media screen and (max-width: 480px) {

    .bck-img.right, img[style~="float:right"] {
        width: 100%;
    }

    .bck-img.left, img[style~="float:left"] {
        width: 100%;
    }

	#actividad .carousel-inner .item-container {
		padding: 40px 20px 90px;
	}

	.content_type_clase_esc #actividad .content .header .title h3 span.index {
		margin-left: -20px;
		width: 60px;
	}

}

/* TMPUX STYLES */

.tmpux.modo-correccion.content_type_clase_esc .publisher-navbar,
.tmpux.modo-deber.content_type_clase_esc .publisher-navbar {
    position: fixed;
    top: 0;
    background-color: #FFF;
    width: 100%;
    left: 0;
    z-index: 100;
}

.body_clase.tmpux.content_type_clase_esc.content_type_curso_esc .publisher-navbar {
	top: 0px;
}

.body_clase.tmpux:not(.edit, .modo-correccion) .content-wrapper.actividad,
.body_clase.tmpux:not(.edit, .modo-deber) .content-wrapper.actividad {
	padding-top: 56px !important;
}

.app.body_clase .content-wrapper.actividad.tmpux_app,
.body_clase.tmpux:not(.edit).popup.modo-correccion.modo-deber .content-wrapper.actividad.modo-revision.tmpux {
	margin-top: 56px;
	padding-bottom: 44px;
}

.body_clase.tmpux:not(.edit).popup.modo-correccion.modo-deber.content_type_curso_legacy .content-wrapper.actividad.modo-revision.tmpux {
	margin-top: 56px;
}

.body_clase.app:not(.offline-pc).isTablet.ipad.tmpux .content-wrapper.actividad.tmpux {
	margin-top: 56px;
}</pre></body></html>