<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*General */
body {
	height: 100vh;
	font-size: 1.7rem;
	font-weight: 300;
}

.body_clase .content-wrapper,
.body_clase.view-mode .content-wrapper {
	padding-top: 44px;
	padding-bottom: 50px;
}

.body_clase .content-wrapper.modo-revision,
.body_clase.view-mode .content-wrapper.modo-revision {
	padding-top: 102px;
}

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

.slide-wrapper {
	text-align: justify;
}

#actividad .carousel-inner .item-container {
	background-image: none;
	max-width: 1200px;
	-webkit-box-shadow: rgba(0,0,0,0.298039) 0 0px 0px;
	   -moz-box-shadow: rgba(0,0,0,0.298039) 0 0px 0px;
	        box-shadow: rgba(0,0,0,0.298039) 0 0px 0px;
	margin: 20px auto 30px;
	padding: 0px;
	padding-bottom: 90px;
	position: relative;
}

#swipeview-slider &gt; div {
	background-color: #fff;
}

/*ENLACE WEB*/

body:not(.edit) #actividad a:not(.cke_button):not(.zoom_flag_img) {
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    background-color: #F9F2F4;
    padding: 0px 5px;
	color: #AECE5D;
	font-weight: 600;
    text-decoration: none;
}

#actividad .cke_top a {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
}

/*INDICE LATERAL*/

.libro-left #btn-book-index,
#indice .unit-content {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

#indice .unit-content .header {
    border: 0px solid #9665AB;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

#book-index #indice .unit-content .actividades .item .title {
    font-weight: 400;
}

#indice .units ul li {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

#indice .units ul li.active:not(.disabled),
#indice .units ul li:focus:not(.disabled) {
    background: #E76048;
}

#indice .units ul li.hover:not(.disabled),
body:not(.isTablet) #indice .units ul li:hover:not(.disabled),
#indice .units ul li:hover:not(.disabled) {
    background: #EC968C;
}

#book-index #indice .unit-content a,
#indice .units ul li a,
#indice .actividades a {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    color: #414141;
    background: transparent;
}

#book-index #indice .unit-content a:hover,
#indice .units ul li a:hover,
#indice .actividades a:hover,
#book-index #indice .unit-content a:active,
#indice .units ul li a:active,
#indice .actividades a:active,
#book-index #indice .unit-content a:focus,
#indice .units ul li a:focus,
#indice .actividades a:focus {
    color: #E7604D;
}

#book-index #indice .unit-content .actividades .item {
    background: #DEDA9D;
    margin: 0px -20px 2px -20px;
    padding-left: 25px;
    opacity: 1;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover,
#book-index #indice .unit-content .actividades .item.active,
#book-index #indice .unit-content .actividades .item.current {
	color: #fff;
    background: #EC968C;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover a,
#book-index #indice .unit-content .actividades .item.active a,
#book-index #indice .unit-content .actividades .item.current a {
	color: #fff;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:active,
#book-index #indice .unit-content .actividades .item.active,
#book-index #indice .unit-content .actividades .item.current {
    background: #E35E47;
}

#indice .unit-content .actividades .item.nivel_6 .title,
#indice .unit-content .actividades .item.nivel_6 .text {
	padding-left: 0;
	font-size: 1.8rem;
}

.zoom_flag_img {
    top: 20px;
}

#book-index #indice .unit-content .content .title-buttons .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

/*HEADER*/

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

#actividad .content .header {
	border: none;
}

input, button, select, textarea {
	padding-left: 0;
	padding-bottom: 0px;
}

.mcgrawhill-navbar h3 {
	width: 75%;
	margin: auto;
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: bold;
}

/**/

/*FOOTER*/

footer {
	width: 100%;
	height: 15px;
	background: #545759;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
}

/**/

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

#actividad .class_slide {
	padding: 40px 97px 0px;
}

body.is_app #actividad .class_slide {
	padding-top: 115px;
}

#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;
}

#actividad .content .header .title {
	min-height: 0px;
}

#actividad .content .header .title h3 {
	color: #E76048;
	font-size: 2.4rem;
	font-weight: 400;
}

#actividad .content .header .title h3:before {
	content: '\f101';
	margin-right: 10px;
	font-family: 'FontAwesome';
}

.slide_main input {
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-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;
}

.slide_main input:focus,
.slide_main .form-control:focus {
	border-color: #9664AB;
	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);
}

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

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

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

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

/* NAVBAR (Breadcums) */
#top-navigator {
	float: right;
	display: inline-block;
	width: auto;
	height: 44px;
	overflow: hidden;
	line-height: 5.0rem;
}

#top-navigator.show_left:before {
    background: -webkit-gradient(linear, left top, right top, from(#7aac39), to(transparent));
    background: -webkit-linear-gradient(left, #7aac39, transparent);
    background: -moz-linear-gradient(left, #7aac39, transparent);
    background: -o-linear-gradient(left, #7aac39, transparent);
    background: linear-gradient(to right, #7aac39, transparent);
}

#top-navigator.show_right:after {
    background: -webkit-gradient(linear, right top, left top, from(#7aac39), to(transparent));
    background: -webkit-linear-gradient(right, #7aac39, transparent);
    background: -moz-linear-gradient(right, #7aac39, transparent);
    background: -o-linear-gradient(right, #7aac39, transparent);
    background: linear-gradient(to left, #7aac39, transparent);
}

.mcgrawhill-navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
    border-bottom: 1px solid black;
    background: #545759;;
}

body.is_app .mcgrawhill-navbar {
	/*top: 0;*/
	-webkit-transition: top 0.5s linear;
	-o-transition: top 0.5s linear;
	-moz-transition: top 0.5s linear;
	transition: top 0.5s linear;
}

body.is_app .mcgrawhill-navbar.ocultar {
	top: -136px;
}

.mcgrawhill-navbar .navbar-content {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
}

.navbar-bottom {
	padding: 0 20px;
}

.logo-publisher {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px 0;
	background: url(logo.jpg) center center / cover no-repeat;
}

.edit .logo-publisher {
	top: 2px;
	width: 40px;
	height: 40px;
}

body:not(.edit) .slider-indicators {
	display: none;
}

.mcgrawhill-navbar .copyright {
	color: #fff;
	line-height: 5.0rem;
}
/**/

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

.navigator .title {
	width: 200px;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.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 .title {
	font-size: 0.7em;
	line-height: 4.0rem;
	display: inline-block;
	vertical-align: top;
}

.slider-navigator {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 1.4rem;
	-webkit-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	-moz-transition: all ease-in .5s;
	transition: all ease-in .5s;
	cursor: pointer;
}

.slider-navigator.pressed:hover,
.slider-navigator.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}

.slider-navigator.disabled {
	cursor: initial;
}

.slide-counter {
	color: #fff;
    font-size: 1.7rem;
}
/**/

/* CKEDITOR */
#actividad .content img {
	margin-top: 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

/* ACTIVITIES */

#actividad .workspace.test .checkbox-option label.filter-label,
#actividad .workspace.test .radio-option label.filter-label,
#actividad .workspace.true-false .checkbox-option label.filter-label,
#actividad .workspace.true-false .radio-option label.filter-label {
	font-size: 1.8rem;
	font-weight: 300;
}

#actividad .content .workspace.test ul li ul li:before,
#actividad .content .workspace.test ul li .bck-ul li:before {
	display: none;
}

/*Evitar bordes en las lineas del matching*/
#actividad .workspace.matching .img-relaciones img {
	margin: 0;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

#actividad .workspace.matching .opcion {
    background: #fff;
}
/**/
/*Classify activities*/
#actividad .workspace.clasificar .clasificar_lista .classify-item {
    background: #fff;
}

#actividad .workspace.clasificar .clasificar_conjuntos .conjunto .group-box {
    background: #fff;
}
/**/
/*Ordering activities*/
#actividad .workspace.ordenar .js-rank-item {
    background: #fff;
}
/**/

#actividad .content .normal-img,  #actividad .content figure.normal-img img {
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

#actividad .content figure.normal-img {
	margin: 0;
	padding: 0;
}

#actividad .content .bck-img-align-right {
	float: right;
}

#actividad .content .bck-img-align-center {
	text-align: center;
}

.bck-i-fullscreen figcaption {
	border-bottom: 2px solid black;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background: #FDFDFD;
}

#actividad .player.audio {
	background-image: url(audio_icon.png);
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	background-position: 0;
	background-color: transparent;
}

.bck-title {
	border-bottom: 4px solid #eee;
    color: #9acb1e;
    font-size: 2.1rem;
    font-weight: bold;
}

.bck-title-1 {
    color: #6f6a66;
}

.bck-title-1:before {
	content: '\f101';
	margin-right: 10px;
	font-family: 'FontAwesome';
}

.bck-title-3 {
    font-size: 1.7rem;
}

.bck-enfasis {
    color: #e76048;
    font-weight: bold;
}

/*LISTAS DESORDENADAS*/

.texto_curso ul li {
   padding-left: 42px;
}

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

#actividad .texto_curso li:last-of-type,
#actividad .workspace ul li li:last-of-type {
	margin-bottom: 0px;
}

#actividad .content ul.bck-ul li {
	position: relative;
	list-style: none;
}

.texto_curso ul li:before,
.workspace ul li ul li:before,
.cke_contents ul li:before, .preview ul li:before,
.classify-item ul li:before,
#actividad .workspace.multiple-choice .js-item ul li:before,
#actividad .workspace.matching .box ul li:before,
#actividad .workspace.ordenar .js-rank-item ul li:before {
    background-color: #AC218F;
    -webkit-border-radius: 0%;
       -moz-border-radius: 0%;
            border-radius: 0%;
}

#actividad .content .texto_curso ul li:before,
#actividad .content .workspace ul li ul li:before,
#actividad .content .texto_curso .bck-ul li:before,
#actividad .content .workspace ul li .bck-ul li:before ,
#actividad .popover-background.shown .popover-content &gt; ul &gt; li:before{
	content: '\f192';
    position: absolute;
    top: initial;
    left: 15px;
	height: 6px;
    width: 6px;
    background-color: transparent;
	font-family: 'FontAwesome';
	margin: 2px 5px 0 5px;
	color: #9ac61e;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

#actividad .popover-background.shown .popover-content &gt; ul &gt; li:before{
	 position: inherit;
}

/*LISTAS ORDENADAS*/



#actividad .content .texto_curso .bck-ol li,
#actividad .popover-content .bck-ol li,
#actividad .content .workspace ul li .bck-ol li {
    list-style-type: none;
    counter-increment: bck-li-counter 1;
    position: relative;
}

/*LISTA ORDENADA 1*/

#actividad .content .texto_curso .bck-ol li:before,
#actividad .popover-content .bck-ol li:before,
#actividad .content .workspace ul li .bck-ol li:before {
	content: counter(bck-li-counter);
	position: absolute;
	left: -25px;
	width: 20px;
	text-align: right;
	color: #9ACB1E;
    font-size: 1.9rem;
    font-family: sans-serif;
    font-weight: normal;
}

#actividad .content .texto_curso .bck-ol-1 li:before,
#actividad .popover-content .bck-ol-1 li:before,
#actividad .content .workspace ul li .bck-ol-1 li:before,
#actividad .cke_contents .bck-ol-1 li:before {
	top: 1px;
	left: -30px;
	width: 25px;
}

/*LISTA ORDENADA 2*/

#actividad .content .texto_curso .bck-ol-2,
#actividad .content .workspace ul li .bck-ol-2 {
	list-style-type: none;
	counter-reset: bck-li-counter;
}

#actividad .content .texto_curso .bck-ol-2 li,
#actividad .popover-content .bck-ol-2 li,
#actividad .content .workspace ul li .bck-ol-2 li {
	counter-increment: bck-li-counter;
	padding-left: 4px;
	position: relative;
	z-index: 0;
}

#actividad .content .texto_curso ol.bck-ol-2 li:before,
#actividad .popover-content ol.bck-ol-2 li:before,
#actividad .content .workspace ul li ol.bck-ol-2 li:before {
	content: counter(bck-li-counter, lower-alpha);
	color: #9ACB1E;
	font-weight: bold;
    margin-top: 0;
    padding-right: 0px;
    text-align: right;
}

/*LISTA ORDENADA 3*/

#actividad .content .texto_curso .bck-ol-3,
#actividad .content .workspace ul li .bck-ol-3 {
	list-style-type: none;
	counter-reset: bck-li-counter;
}

#actividad .content .texto_curso .bck-ol-3 li,
#actividad .popover-content .bck-ol-3 li,
#actividad .content .workspace ul li .bck-ol-3 li {
	counter-increment: bck-li-counter;
	padding-left: 4px;
	position: relative;
	z-index: 0;
}

#actividad .content .texto_curso ol.bck-ol-3 li:before,
#actividad .popover-content ol.bck-ol-3 li:before,
#actividad .content .workspace ul li ol.bck-ol-3 li:before {
	content: counter(bck-li-counter, lower-alpha);
    margin-top: 1px;
    padding-right: 0px;
	color: #A9A9A9;
	font-size: 1.4rem;
	font-weight: bold;
    text-align: right;
}
/**/

/*BOXES*/

.bck-box {
	position: relative;
	max-width: 100%;
	margin-bottom: 20px;
    text-align: left;
	background: #F3F4E2;
}

.bck-box.center {
	display: block;
	text-align: center;
}

body:not(.edit) .bck-box p {
	display: inline-block;
}

.bck-box p {
	width: 100%;
}

.bck-box.center .bck-content {
	position: relative;
}

.bck-box.left, img[style~="float:right"] {
	float: left;
	margin-right: 30px;
}

.bck-box.right, img[style~="float:left"] {
	float: right;
	margin-left: 30px;
}

.bck-box img {
	max-width: 100%;
}

.bck-box .bck-content {
	text-align: justify;
	padding: 10px 14px 10px 63px;
}

/*CAJA1*/

.bck-box.bck-box-1 {
    min-height: 80px;
    margin-top: 15px;
}

.bck-box-1 .bck-title {
    border-bottom: 0px solid #eee;
    color: #9acb1e;
    font-size: 2.1rem;
    font-weight: bold;
}

.bck-box.bck-box-1 .bck-content {
    padding-left: 80px;
}

.bck-box.bck-box-1:before {
	content: "\f0eb";
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 100;
	width: 62px;
	height: 62px;
    border: 5px solid #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
    padding: 17px 3px 5px 5px;
	color: white;
	font-size: 3.5rem;
    font-family: 'FontAwesome';
}

.bck-box.bck-box-1:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -14px;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: #F3F4E2;
    border-right: 14px solid #9AC61E;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -webkit-transform-origin: bottom right;
       -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
         -o-transform-origin: bottom right;
            transform-origin: bottom right;
}

/*CAJA2*/

.bck-box.bck-box-2 {
	background: #F3F4E2;
	border: 2px solid #9BCB20;
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
	        border-radius: 7px;
	text-align: left;
}

.bck-box.bck-box-2 .bck-content {
	border: 0;
	padding: 10px 25px;
}

.bck-box.bck-box-2 .bck-title {
	padding: 10px 25px;
	border: 0;
	color: #9BCB20;
	font-size: 1.8rem;
	font-weight: bold;
}

.bck-box.bck-box-2 .bck-title p {
	width: auto;
}

.bck-box.bck-box-2 .bck-title:before {
	background-image: none;
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin: 0 5px 0 0px;
	color: #9ac61e;
	margin-right: 10px;
}

#actividad .content .bck-box.bck-box-2 .header.bck-title .title {
	display: inline-block;
}

#actividad .content .bck-box.bck-box-2 .header.bck-title .title h3 {
	margin: 0;
	color: #9BCB20;
	font-size: 1.8rem;
	font-weight: bold;
}

#actividad .content .bck-box.bck-box-2 .header.bck-title .title h3:before {
	content: '';
}

/*CAJA POP-UP*/

.close-popover {
	color: #fff;
}

.info-popover .popover-title:before, .popover-template .popover-title:before {
    content: '\f040';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    color: #e76148;
    font-family: 'FontAwesome';
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.info-popover .popover-title, .popover-template .popover-title {
    position: relative;
    background: #e76148;
    padding-left: 46px;
    color: #fff;
    font-size: 2rem;
}

.info-template .info-icon {
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.info-template .info-title {

    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    color: #e76148;
    text-align: center;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.info-template .info-title.shown {
	height: auto;
	margin: 0px 3px 6px;
	padding-top: 30px;
	font-size: 1.3rem;
	font-weight: 500;
}

.info-template .info-title.shown:before {

    content: '\f040';
    position: absolute;
    left: 50%;
    top: 0;
    width: 24px;
    height: 24px;
    color: #e76148;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/**/

/*ENLACES*/

/**TÃ­tulos**/

/**1**/
.presentation, .presentation-2, .titulo-video, .titulo-video-2, .actividad-scorm,
.actividad-blink, .slider-imagen, .trabajar-imagen, .titulo-escuchar {
	color: #6B6B6B;
    font-size: 1.9rem;
    font-weight: bold;
	background-color: #EEE;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	display: block;
	width: 100%;
	margin: 10px auto;
	margin-left: 0;
	padding: 10px;
    padding-left: 0px;
	text-align: left;
	line-height: 2.4rem;
}

.presentation:before, .presentation-2:before, .titulo-video:before, .titulo-video-2:before, .actividad-scorm:before,
.actividad-blink:before, .slider-imagen:before, .trabajar-imagen:before, .titulo-escuchar:before {
	content: '';
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin: 10px 20px;
	margin-top: -2px;
	float: left;
}

.presentation:before {
	background-image: url(icon_presentacion.png);
}

.presentation-2:before {
	background-image: url(icon_presentacion-2.png);
}

.titulo-video:before {
	background-image: url(icon_presentacionvideo.png);
}

.titulo-video-2:before {
	background-image: url(icon_presentacionvideo-2.png);
}

.actividad-scorm:before {
	background-image: url(icon_actividadscorm.png);
}

.actividad-blink:before {
	background-image: url(icon_actividadblink.png);
}

.slider-imagen:before {
	background-image: url(icon_sliderimagen.png);
}

.trabajar-imagen:before {
	background-image: url(icon_trabajar_imagen.png);
}

.titulo-escuchar:before {
	background-image: url(icon_escuchar.png);
}

/**2**/

.titulo-2 {
	position: relative;
	border-bottom-style: solid;
	border-width: 1px;
	font-weight: bold;
	color: black;
	line-height: 4.0rem;
	padding-left: 40px;
}

.titulo-2:before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	display: inline-block;
	width: 35px;
	height: 35px;
	top: 5px;
	left: 0px;
}

.titulo-2.hablar {
	border-color: #FF020B;
}

.titulo-2.hablar:before {
	background-image: url(titulo2_hablar_icon.png);
}

.titulo-2.escuchar {
	border-color: #006EBC;
}

.titulo-2.escuchar:before {
	background-image: url(titulo2_escuchar_icon.png);
}

.titulo-2.leer {
	border-color: #009A92;
}

.titulo-2.leer:before {
	background-image: url(titulo2_leer_icon.png);
}

.titulo-2.escribir {
	border-color: #991986;
}

.titulo-2.escribir:before {
	background-image: url(titulo2_escribir_icon.png);
}

.titulo-2.aprender {
	border-color: #FF8500;
}

.titulo-2.aprender:before {
	background-image: url(titulo2_aprender_icon.png);
}


/**ImÃ¡genes-Enlaces**/

.presentation-img, .presentation-img .bck-content, .presentation-img p, #actividad .presentation-img img,
.presentation-video, .presentation-video .bck-content, .presentation-video p, #actividad .presentation-video img,
.presentation-video-2, .presentation-video-2 .bck-content, .presentation-video-2 p, #actividad .presentation-video-2 img,
.slider-img, .slider-img .bck-content, .slider-img p, #actividad .slider-img img,
.trabajar-img, .trabajar-img .bck-content, .trabajar-img p, #actividad .trabajar-img img,
.escuchar-box, .escuchar-box .bck-content, .escuchar-box p, #actividad .escuchar-box img,
.actividad-scorm-box, .actividad-scorm-box .bck-content, .actividad-scorm-box p, #actividad .actividad-scorm-box img {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.presentation-img, .presentation-video, .presentation-video-2, .slider-img, .trabajar-img, .escuchar-box, .actividad-scorm-box {
	position: relative;
	margin-top: 20px;
}

.presentation-img .bck-content:before, .presentation-video .bck-content:before, .presentation-video-2 .bck-content:before,
.slider-img .bck-content:before, .trabajar-img .bck-content:before, .escuchar-box .bck-content:before, .actividad-scorm-box .bck-content:before {
	content: "";
	background-color: purple;
	-webkit-border-top-left-radius: 100%;
	   -moz-border-radius-topleft: 100%;
	        border-top-left-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 50px;
}

.presentation-img .bck-content:after, .presentation-video .bck-content:after, .presentation-video-2 .bck-content:after,
.slider-img .bck-content:after, .trabajar-img .bck-content:after, .escuchar-box .bck-content:after, .actividad-scorm-box .bck-content:after {
	content: "";
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 30px;
	width: 30px;
}

.presentation-img .bck-content:after {
	background-image: url(icon_presentacion_imagen.png);
}

.presentation-video .bck-content:after {
	background-image: url(icon_presentacion_video.png);
}

.presentation-video-2 .bck-content:after {
	background-image: url(icon_presentacion_video2.png);
	bottom: 7px;
	right: 7px;
	height: 25px;
	width: 25px;
}

.slider-img .bck-content:after {
	background-image: url(icon_slider_imagen.png);
}

.trabajar-img .bck-content:after {
	background-image: url(icon_trabajaconlaimagen.png);
}

.escuchar-box .bck-content:after {
	background-image: url(icon_escuchar_box.png);
}

.actividad-scorm-box .bck-content:after {
	background-image: url(icon_actividadscorm_box.png);
}


/**/

/**Iconos**/

.item-container .icon:before {
	content: "";
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
}

.item-container .icon-clase:before {
	background-image: url(icon_clase.png);
}

.item-container .icon-clase-rosa:before {
	background-image: url(icon_clase_rosa.png);
}

.item-container .icon-conversation:before {
	background-image: url(icon_conversation.png);
}

.item-container .icon-conversation-verde:before {
	background-image: url(icon_conversacion_verde.png);
}

.item-container .icon-conversation-azul:before {
	background-image: url(icon_conversacion_azul.png);
}

.item-container .icon-conversation-rosa:before {
	background-image: url(icon_conversacion_rosa.png);
}

.item-container .icon-tool:before {
	background-image: url(icon_herramienta.png);
}

.item-container .icon-tool-verde:before {
	background-image: url(icon_herramienta_verde.png);
}

.item-container .icon-tool-azul:before {
	background-image: url(icon_herramienta_azul.png);
}

.item-container .icon-tool-rosa:before {
	background-image: url(icon_herramienta_rosa.png);
}

.item-container .icon-llave:before {
	background-image: url(icon_llave.png);
}

.item-container .icon-raton:before {
	background-image: url(icon_raton.png);
}

.item-container .icon-museo:before {
	background-image: url(icon_museo.png);
}

.item-container .icon-talento:before {
	background-image: url(icon_talento.png);
}

.item-container .icon-talento-2:before {
	background-image: url(icon_talento-2.png);
}

.item-container .icon-talento-verde:before {
	background-image: url(icon_talento_verde.png);
}

/**Iconos con nÃºmero**/
.item-container .icono {
	font-size: 2rem;
	color: #fff;
	background-color: #E30045;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
	padding: 2px 5px 2px 10px;
	margin-right: 5px;
}

.item-container .icono:after {
	content: "";
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	margin-left: 4px;
	margin-bottom: 4px;
}

.item-container .icono.ablink:after {
	background-image: url(icon_ablink.png);
}

.item-container .icono.ascorm:after {
	background-image: url(icon_ascorm.png);
}

/**/

/**TABLA**/
table,
.bck-table {
	border: 1px solid #fff;
}

table td,
.bck-table td {
	padding: 10px;
	border-color: #fff;
}

table td.bck-td-1 {
	color: #fff;
	background-color: #9ACB1E;
}

table td.bck-td-2 {
	background-color: #DCE29F;
}

table td.bck-td-3 {
	background-color: #E5E9B7;
}

table td.bck-td-4 {
	background-color: #E6E7E8;
}

/**/

.textarea-container {
    width: 100%;
}

#actividad .workspace.multiple-choice .opcion {
    background-color: white;
}

.cke_reset {
    background: white;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    background-color: #9ACB1E;
}

/**/

/* Seccion Actividades */
#actividad .carousel-inner .actividades .item-container {
	background-color: #FFF;
	position: relative;
	z-index: 0;
}

#actividad .carousel-inner .actividades .item-container:before {
	content: '';
	position: absolute;
	display: inline-block;
	border-top: 85px solid #F5821F;
	border-left: 77px solid #F5821F;
	border-right: 77px solid #F5821F;
	top: 0;
	left: 0;
	right: 0;
	bottom:0 ;
	background-color: transparent;
	z-index: -1;

}

/* CKEDITOR */
.actividades .bck-title1 {
	color: #F5821F;
	position: relative;
	font-weight: bold;
	font-size: 2.8rem;
}

.actividades .bck-title1:before {
	background-color: transparent;
}

/**/

/* Seccion primera */
#actividad .carousel-inner .primera {
	background: -webkit-gradient(linear, left top, right bottom, from(#d0cae6), to(#6e6097));
	background: -webkit-linear-gradient(top left, #d0cae6, #6e6097);
	background: -moz-linear-gradient(top left, #d0cae6, #6e6097);
	background: -o-linear-gradient(top left, #d0cae6, #6e6097);
	background: linear-gradient(to bottom right, #d0cae6, #6e6097);
}

#actividad .carousel-inner .primera .item-container {
	background-color: transparent !important;
}

#actividad .carousel-inner .primera .slider-control .title,
#actividad .carousel-inner .primera .slider-control:after,
#actividad .carousel-inner .primera .slider-control:before {
	color: white;
}
/**/

/* Seccion segunda */
#actividad .carousel-inner .segunda {
	background-color: #9665AB;
}

#actividad .carousel-inner .segunda .item-container {
	background-color: transparent !important;
}

#actividad .carousel-inner .segunda .layout {
	background-color: #e5b7e4;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	padding: 20px;
}

#actividad .carousel-inner .segunda .slider-control .title,
#actividad .carousel-inner .segunda .slider-control:after,
#actividad .carousel-inner .segunda .slider-control:before {
	color: white;
}
/**/

/**iframe**/

#iframe_div.scorm {
    width: 100% ! important;
    height: 100% ! important;
    top: 0px ! important;
    left: 0px ! important;
    background-color: #CCCCCC;
}

#iframe_div.scorm iframe#class_iframe {
    width: 100% ! important;
    height: 100% ! important;
}

#iframe_div.scorm .btn-close-iframe {
	right: 0px;
	top: 15px;
	margin-top: 20px;
}

#iframe_div.scorm .btn-close-iframe span {
	display: none;
}

#iframe_div.scorm .btn-close-iframe a {
	padding: 16px;
	background-color: #E9E9E9;
	-webkit-border-bottom-left-radius: 10px;
	   -moz-border-radius-bottomleft: 10px;
	        border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 5px;
	   -moz-border-radius-bottomright: 5px;
	        border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px #aaa;
	   -moz-box-shadow: 0px 1px 5px #aaa;
	        box-shadow: 0px 1px 5px #aaa;
}

#iframe_div.scorm .btn-close-iframe a .fa {
	font-size: 2rem;
}

/**/

/**DROPDOWNS**/

.bck-dropdown .bck-dropdown-icon, .bck-dropdown-2 .bck-dropdown-icon {
	color: white;
}

.bck-dropdown .bck-dropdown-icon &gt; .fa, .bck-dropdown-2 .bck-dropdown-icon &gt; .fa {
	border: 3px solid white;
}

.bck-dropdown .bck-dropdown-titulo, .bck-dropdown-2 .bck-dropdown-titulo{
	color: white;
}

/*Dropdown 1*/

.bck-dropdown.bck-dropdown-1 {
	background-color: #9ACB1E;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.bck-dropdown-1 .bck-dropdown-button {
	margin-top: 0px;
	font-size: 1.2rem;
}

.bck-dropdown-1 .bck-dropdown-icon {
	background-color: #9ACB1E;
	width: 25px;
	height: 10px;
}

.bck-dropdown-1 .bck-dropdown-icon &gt; .fa {
	border: 0px solid white;
}

.bck-dropdown-1 .fa-chevron-up:before, .bck-dropdown-1 .fa-chevron-down:before {
	font-size: 1.2rem;
}

.bck-dropdown-1 .bck-dropdown-titulo {
    font-size: 1.8rem;
    padding-left: 0px;
}

.bck-dropdown-1 .bck-dropdown-content {
	background-color: #fff;
	border: 1px solid #DDDDDD;
    padding-left: 17px;
	max-height: 800%;
}

/**/

/*Dropdown 2*/

.bck-dropdown-2 .bck-dropdown-titulo {
	padding: 0;
    font-size: 2.1rem;
}

.bck-dropdown-2 .bck-dropdown-button {
	margin-top: 20px;
	background: #E76048;
	color: #fff;
	text-align: center;
	border: 1px solid #dcdada;
	-webkit-border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
	        border-top-right-radius: 5px;
}

.bck-dropdown-2 .bck-dropdown-icon {
    display: block;
    width: auto;
}

.bck-dropdown-2 .bck-dropdown-icon &gt; .fa {
    border: 0px solid white;
}

.bck-dropdown-2 .fa-chevron-up:before,
.bck-dropdown-2 .fa-chevron-down:before {
	content: "\f15b";
	font-size: 2.0rem;
}

.bck-dropdown-2 .bck-dropdown-content {
	max-height: 820px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #dcdada;
	-webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomleft: 5px;
	        border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	    -moz-border-radius-bottomright: 5px;
	        border-bottom-right-radius: 5px;
	padding-top: 20px;
	border-top: 0px;
}
/**/

/*Activities Dropdown*/

.bck-dropdown-2.activities-dropdown .fa-chevron-up:before,
.bck-dropdown-2.activities-dropdown .fa-chevron-down:before {
	content: "\f0ae";
}

.bck-dropdown-2.activities-dropdown .fa-chevron-up.deleteFileUploaded:before,
.bck-dropdown-2.activities-dropdown .fa-chevron-down.deleteFileUploaded:before {
	content: "\f00d";
}

.bck-dropdown-2.activities-dropdown .bck-dropdown-content {
	position: relative;
	border: 0;
	padding-left: 120px;
	padding-right: 0;
}

.bck-dropdown-2.activities-dropdown .bck-box p,
.bck-box .chooseblanks p,
.bck-box .fillblanks p {
	display: block;
}
/**/

/**TABS**/

.activities-dropdown .nav-tabs {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid #dcdada;
}

.activities-dropdown .nav-tabs &gt; li {
	width: 100%;
	height: 60px;
	margin: 0;
	border: 0;
}

.activities-dropdown .nav-tabs &gt; li:not(:last-of-type),
.activities-dropdown .nav-tabs &gt; li:not(.active) {
	border-bottom: 1px solid #dcdada;
}

.activities-dropdown .nav-tabs &gt; li &gt; a {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	border: 0;
	background: transparent;
	color: #414141;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 4.0rem;
}

.activities-dropdown .nav-tabs &gt; li.active &gt; a,
.activities-dropdown .nav-tabs &gt; li.active &gt; a:hover,
.activities-dropdown .nav-tabs &gt; li.active &gt; a:focus {
	border: 0;
	background: #E76048;
	color: #fff;
}

.activities-dropdown .tab-content {
	height: auto;
	overflow: hidden;
}

.activities-dropdown .tab-content .tab-pane {
	padding: 20px 0;
}

/****/

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

	#actividad .carousel-inner .class_slide {
        padding: 40px 20px 0px;
    }

	.navigator {
        padding: 0px 20px;
    }

	#actividad .carousel-inner .actividades .item-container:before,
	#actividad .carousel-inner .emprender .item-container:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-top-width: 85px;
		border-left-width: 20px;
		border-right-width: 20px;
	}

	#actividad .carousel-inner .taller .item-container:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-top-width: 60px;
		border-left-width: 20px;
		border-right-width: 20px;
		bottom:0 ;
	}
}

/* TMPUX */
.tmpux:not(.modo-revision,.modo-correccion,.modo-deber).content-wrapper{
    padding-top: 0px;
}
</pre></body></html>