/* General */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,700italic,500italic,500);

	.body_clase .content-wrapper {
		padding-top: 100px;
		font-family: 'Raleway', Georgia, serif;
		font-weight: 500;
		padding-bottom: 0;
	}
	.body_clase.edit .content-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	body.is_app .content-wrapper,
	body.app:not(.offline-pc) .content-wrapper,
	body.user_demo .content-wrapper {
	    margin-top: 60px;
	}

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

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

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



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

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

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

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

	.content_type_clase_panamericana #actividad .content .header .title {
		margin-top: -40px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.content_type_clase_panamericana #actividad .content .header .title h3 {
		font-family: 'Raleway', Georgia, serif;
		font-size: 4.0rem;
		font-weight: bold;
		color: #f9bfad;
		display: block;
		padding: 50px 20px 0px 0px;
		margin-top: -43px;
		margin-bottom: 20px;
	}
	.content_type_clase_panamericana #actividad .content .header .title h3 span {
		display: block;
		font-size:2.2rem;
		font-weight: 400;
	}
	.content_type_clase_panamericana #actividad .texto_curso,
	.content_type_clase_panamericana #actividad .slide_content_type_1 .pregunta .texto_curso {
		font-size: 1.6rem;
	}

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

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

	#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_panamericana .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_panamericana .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_panamericana .slide_main input[disabled],
	.content_type_clase_panamericana .slide_main input[readonly],
	fieldset[disabled] .content_type_clase_panamericana .slide_main input {
		cursor: not-allowed;
		background-color: #eee;
		opacity: 1;
	}

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

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

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

	table {
		margin-bottom: 20px;
	}
/**/

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

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

	.main-navigator {
		padding: 30px 0px 50px;
		width: 100%;
	}

	.navigator .left, .navigator .right {
		width: 50%;
		display: inline-block;
	}

	.navigator .right {
		text-align: right;
	}

	.navigator .slider-control.left,
	.navigator .slider-control.right {
		height: auto;
		width: 100%;
		background-color: transparent;
		border-radius: 0px;
		margin: 0px;
		opacity: 1;
		text-shadow: none;
		color: #f9bfad;
		font-size: 1.9rem;
		position: relative;
		top: auto;
		left: auto;
		cursor: pointer;
	}

	.navigator .slider-control.left:before,
	.navigator .slider-control.right:after {
		font-family: 'FontAwesome';
		position: absolute;
		margin-top: 0;
		background: none;
		color: #97CBEB;
		border-radius: 120px;
		width: 48px;
		height: 48px;
		line-height: 4.8rem;
		text-align: center;
		font-size: 4.8rem;
	}

	.navigator .slider-control.left {
		padding-left: 58px;
	}
	.navigator .slider-control.right {
		left: 0;
		padding-right: 58px;
	}
	.navigator .slider-control.left:before {
		content: "\f104";
		left: 0;
		padding-right: 5px;
	}

	.navigator .slider-control.right:after {
		content: "\f105";
		right: 0;
		padding-left: 5px;
	}

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

/* Navbar */
	.navbar-bottom {
		background: #eee;
		display: none;
	}
	.edit .navbar-bottom {
		display: block;
	}

	.slider-indicators {
	    padding-left: 100px;
	    padding-right: 100px;
	}

	.slider-indicators li,
	.edit .slider-indicators li {
		background-color: #f9bfad;
		color: #ffffff;
		opacity: 0.5;
	}

	.slider-indicators .active,
	.slider-indicators li:hover,
	.edit .slider-indicators li.active,
	.edit .slider-indicators .concat.active {
		opacity: 1;
	}
	.edit .slider-indicators .concat.active {
		color: #f9bfad;
	}

/**/

/* Navbar (Breadcums) */
	.content_type_clase_panamericana .publisher-navbar {
		position: fixed;
		top: 44px;
		background: #ffffff;
		width: 100%;
		left: 0;
		height: 58px;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 0 9px;
	}

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

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

	#top-navigator.show_left:before {
        background: none;
        display: none;
    }

    #top-navigator.show_right:after {
        background: none;
        display: none;
    }

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

	.content_type_clase_panamericana .logo-publisher {
	    content: " ";
	    display: block;
	    background-image: url(logo-ed-panamericana-01.png);
	    height: 36px;
	    background-repeat: no-repeat;
	    width: 305px;
	    margin-left: -110px;
	    margin-top: 14px;
	    margin-right: 60px;
	    float: left;
	    background-size: contain;
	}

	.content_type_clase_panamericana .slider-indicators {
		padding: 0;
		display: inline-block;
		text-align: left;
		position: relative;
		width: 5000px;
		bottom: 0px;
		left: 0px;
		z-index: 0;
		background-color: #ffffff;
	    color: #00599C;
	}


	.content_type_clase_panamericana .publisher-navbar .dropdown button,
	.content_type_clase_panamericana .publisher-navbar li {
		border-radius: 5px;
		border: none;
		background-color: transparent;
		color: #0072BC;
		vertical-align: middle;
		margin: 0px 5px;
		text-indent: 0px;
		line-height: 3.5rem;
		font-size: 2.0rem;
		font-weight: 400;
		cursor: pointer;
		/*background: #5ebdb2;*/
		border-radius: 120px;
	}
	/*.content_type_clase_panamericana .publisher-navbar .dropdown button {
		color: #0072BC;
	}*/

	.content_type_clase_panamericana .slider-indicators:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.content_type_clase_panamericana .slider-indicators li {
		width: 35px;
		height: 35px;
		margin: 0 8px 0 0;
		text-align: center;
		opacity: 1;
		background: #cccccc;
		position: relative;
		float: left;
	}

	.content_type_clase_panamericana .slider-indicators li.active,
	.content_type_clase_panamericana .publisher-navbar li:hover {
		background: #97CBEB;
	}
	.content_type_clase_panamericana .publisher-navbar #top-navigator,
	.content_type_clase_panamericana .publisher-navbar .dropdown {
		float: left;
		margin-top: 10px;
		display: block;

	}

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

	.open > .dropdown-menu {
		display: block;
		max-height: 300px;
		overflow-y: auto;
	}

	.content_type_clase_panamericana .publisher-navbar .dropdown button {
		border: none;
	}

	.content_type_clase_panamericana .publisher-navbar .dropdown button:focus {
		outline: none;
	}

	.content_type_clase_panamericana .publisher-navbar .dropdown li {
		display: list-item;
		width: auto;
		background: none;
	}

	.content_type_clase_panamericana .publisher-navbar .dropdown li a {
		color: #5ebdb2;
	}

	.content_type_clase_panamericana .publisher-navbar .dropdown .caret {
		border-color: #0072BC transparent transparent transparent;
	}
/**/

/* Pagination */

.js-slide-wrapper > .header .single-pagination {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	background: #5ebdb2;
	color: #ffffff;
	font-size: 4.5rem;
	line-height: 4.5rem;
	padding: 2px 16px 2px 2px;
	font-family: 'Raleway', Georgia, serif;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 120px 0;
}

/* Iconos */
#actividad .player.audio {
	background: url(images/panamericana_audio.png) 0 0 no-repeat;
	background-size: contain;
	width: 36px;
	height:24px;
	border-radius: 0;
	vertical-align: middle;

}

#actividad .player.video {
	background: url(images/panamericana_video.png) 0 0 no-repeat;
	background-size: contain;
	width: 36px;
	height:24px;
	border-radius: 0;
	vertical-align: middle;

}

#actividad .bck-file-attach:before {
	content: '';
	display: inline-block;
	background: url(images/panamericana_doc.png) 0 0 no-repeat;
	background-size: contain;
	width: 36px;
	height:24px;
	margin-right: -6px;
	vertical-align: middle;
}
#actividad .bck-file-attach img {
	display: none;
}

/*Dropdown icon*/
.bck-dropdown-icon > .fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px;
    border: none;
}

.fa-chevron-down:before {
    content: " ";
    display: inline-block;
    position: absolute;
    background-image: url("boton ver.png");
    background-size: 120px;
    background-repeat: no-repeat;
    width: 141px;
    height: 40px;
    padding: 24px;
    margin-left: -20px;
}

.fa-chevron-up:before {
    content: " ";
    position: absolute;
    display: inline-flex;
    background-image: url("boton cerrar.png");
    background-size: 120px;
    background-repeat: no-repeat;
    width: 183px;
    height: 35px;
    padding: 24px;
    margin-left: -20px;
}

.bck-dropdown-titulo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 2.5rem;
    padding-left: 83px;
    padding-top: 25px;
}

/* CKEDITOR */

/*Títulos*/
	.HI-Act1 {
	    color: #ED1942;
	    font-weight: bold;
	    border-bottom: 3px solid #ED1942;
	}

	.HI-Act2 {
	    color: #318E3B;
	    font-weight: bold;
	    border-bottom: 3px solid #318E3B;
	}

	.HI-Act3 {
	    color: #7B2B89;
	    font-weight: bold;
	    border-bottom: 3px solid #7B2B89;
	}

	.HI-Act4 {
	    color: #4EA8DE;
	    font-weight: bold;
	    border-bottom: 3px solid #4EA8DE;
	}

	.HI-Act5 {
	    color: #EC008C;
	    font-weight: bold;
	    border-bottom: 3px solid #EC008C;
	}

	.HI-Cuaderno {
	    font-weight: 600;
	    color: #4FA7DD;
	    font-size: 3.0rem;
	}

	.HS-Comprobacion {
	    background-color: #ED6E68;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.0rem;
	    color: #ffffff;
	    font-weight: bold;
	}

	.HS-Actividades {
	    background-color: #4FA7DD;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.0rem;
	    color: #ffffff;
	    font-weight: bold;
	}

	.Espanol-1 {
	    background-color: #4FA7DD;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.2rem;
	    color: #ffffff;
	    font-weight: bold;
	    font-family: "Times New Roman", Georgia, Serif;
	}

	.Espanol-2 {
	    background-color: #B5D334;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.2rem;
	    color: #ffffff;
	    font-weight: bold;
	    font-family: "Times New Roman", Georgia, Serif;
	}

	.Espanol-3 {
	    background-color: #ED6E68;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.2rem;
	    color: #ffffff;
	    font-weight: bold;
	    font-family: "Times New Roman", Georgia, Serif;
	}

	.Espanol-4 {
	    background-color: #9760A8;
	    padding: 6px;
	    margin-bottom: 20px;
	    font-size: 2.2rem;
	    color: #ffffff;
	    font-weight: bold;
	    font-family: "Times New Roman", Georgia, Serif;
	}

	.bck-title1,
	.bck-title2,
	.bck-title3,
	.bck-title-activity {
		font-family: 'Raleway', Georgia, serif;
		font-weight: bold;
	 	color: #5ebdb2;
	}

	.bck-title1,
	.bck-title-activity {
		font-size: 2.0rem;
		font-weight: 400;
		clear: both;
		padding: 10px 40px 10px 98px;
		margin-bottom: 25px;
		background: #5ebdb2;
		color: #ffffff;
		margin-left: -98px;
		border-radius: 0 40px 40px 0;
		display: inline-block;
	}

	.bck-title2 {
		font-size: 2.0rem;
		clear: both;
		padding: 10px 20px 0px 0;
		margin-bottom: 20px;
	}

	.bck-title3 {
		font-size: 1.6rem;
	}

	.bck-enfasis, strong {
		color: #414141;
		font-weight: bold;
	}

	.content hr,
	.cke_contents hr {
		border: 0;
		border-top: 2px dashed #f9bfad;
	}
/*Listas*/
	.content ol,
	.cke_contents ol {
		list-style: none;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.content ol li,
	.cke_contents ol li {
		counter-increment: bck-li-counter 1;
		position: relative;
		padding-left: 32px;
	}

	.content ol li:before,
	.cke_contents ol li:before {
		content: counter(bck-li-counter)') ';
		position: absolute;
		margin-left: -30px;
		font-weight: bold;
		font-size: 2.0rem;
		text-align: right;
		color: #414141;
		margin-top: -2px;
	}

	.texto_curso ul li,
	.workspace ul li ul li,
	.cke_contents ul li {
		position: relative;
		padding-left: 18px;
		margin-bottom: 20px;
	}

	.texto_curso ul li:before,
	.workspace ul li ul li:before,
	.cke_contents ul li:before {
		background-color: #f9bfad;
		height: 12px;
		width: 12px;
		margin-top: 5px;
		margin-left: -18px;
	}

	#actividad .content ol.Numeral-HI li:before,
	#actividad .content .cke_contents ol.Numeral-HI li:before,
	#actividad .content .texto_curso ol.Numeral-HI li:before,
	#actividad .content .workspace ul li ol.Numeral-HI li:before {
	   content: counter(bck-li-counter)'.';
	    padding-left: 5px;
	    padding-right: 5px;
	    font-weight: bold;
	    font-size: 2.0rem;
	    color: #4FA7DD;
	}

	#actividad .content ol.Numeral-HS li:before,
	#actividad .content .cke_contents ol.Numeral-HS li:before,
	#actividad .content .texto_curso ol.Numeral-HS li:before,
	#actividad .content .workspace ul li ol.Numeral-HS li:before {
	    content: counter(bck-li-counter)'. ';
	    background-color: #4FA7DD;
	    padding-left: 5px;
	    padding-right: 5px;
	    font-weight: 500;
	    font-size: 2.0rem;
	    color: #ffffff;
	}

	#actividad .content ol.Numeral-Rojo li:before,
	#actividad .content .cke_contents ol.Numeral-Rojo li:before,
	#actividad .content .texto_curso ol.Numeral-Rojo li:before,
	#actividad .content .workspace ul li ol.Numeral-Rojo li:before {
	    content: counter(bck-li-counter, upper-roman)'.';
	    font-weight: bold;
	    font-size: 2.0rem;
	    color: #D22338;
	}

	.texto_curso ul li:before, .workspace ul li ul li:before, .cke_contents ul li:before{
	    content: "";
	    height: 6px;
	    width: 6px;
	    background-color: #4FA7DE;
	    position: absolute;
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    border-radius: 100%;
	    margin-top: 9px;
	    margin-left: -15px;
	}

	.content figure:first-child:last-child,
	.content .js--row figure,
	.cke_contents figure:first-child:last-child,
	.cke_contents .js--row figure {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}

	.content figure figcaption,
	.cke_contents figure figcaption {
		text-align: left;
		margin-top: 10px;
	}

	.cke_contents table:not(.rf-tablegrid),
	.content table:not(.rf-tablegrid) {
		border: 1px solid #CBCCCD;
	}

	.cke_contents table:not(.rf-tablegrid) td,
	.cke_contents table:not(.rf-tablegrid) th,
	.content table:not(.rf-tablegrid) td,
	.content table:not(.rf-tablegrid) th {
		border: 1px solid #CBCCCD;
		padding: 7px;
	}

	.cke_contents table:not(.rf-tablegrid) caption,
	.content table:not(.rf-tablegrid) caption {
		margin-bottom: 10px;
	}

	.bck-td {
		background: #dcdcdc;
	}

	.bck-box {
		margin-bottom: 30px;
	}
	.bck-box.center {
		margin-left: auto;
		margin-right: auto;
	}

	.bck-box .bck-title {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.bck-box .bck-title1,
	.bck-box .bck-title2 {
		border-left: 0;
		margin-left: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	.bck-box.box-1 {
		border: 3px solid #5ebdb2;
		background: #ffffff;
		padding: 40px;
		position: relative;
		margin-top: 60px;
		border-radius: 40px;
	}

	.bck-box.box-1 hr {
		border: 0;
		display: block;
		border-top: 1px solid #5ebdb2;
	}

	.bck-box.box-1 .bck-title {
		color: #f9bfad;
		font-size: 2.4rem;
	}

	.bck-box.box-1 .bck-title1 {
		font-size: 3.0rem;
		margin-left: -40px;
		padding: 4px 20px 4px 40px;
	}
	.bck-box.box-1 .bck-title2 {
		font-size: 2.0rem;
		font-weight: 400;
		color: #706f6f;
		margin-bottom: 10px;
	}

	.bck-box.box-2,
	.bck-box.box-3  {
		border: 0;
		padding: 20px;
		font-size: 1.4rem;
		position: relative;
		margin-bottom: 40px;
		border-radius: 40px;
		box-shadow: 0 0 30px 0px rgba(0,0,0,.1);
	}

	.bck-box.box-2 {

	}


	.bck-box.box-3 {
		margin-bottom: 80px;
	}

	.bck-box.box-2 .bck-title,
	.bck-box.box-2 .bck-title1,
	.bck-box.box-3 .bck-title,
	.bck-box.box-3 .bck-title1 {
		color: #f9bfad;
		background: none;
		font-size: 1.8rem;
		margin-bottom: 20px;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
	}

	.bck-box.box-2 .bck-title,
	.bck-box.box-3 .bck-title {
		margin-top: -20px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 40px 40px 0 0 ;
		padding: 14px 20px 10px;
		color: #ffffff;
		background: #f9bfad;
		font-weight: 400;
	}
	.bck-box.box-3 .bck-title {
		background: #5ebdb2;
	}

	.bck-box.box-2 .bck-title p,
	.bck-box.box-3 .bck-title p {
		margin-bottom: 0;
	}

	.bck-box.box-2 .bck-title2,
	.bck-box.box-3 .bck-title2,
	.bck-box.box-2 .bck-title3,
	.bck-box.box-3 .bck-title3 {
		color: #f9bfad;
		margin-bottom: 10px;
		font-family: 'Raleway', sans-serif;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.bck-box.box-2 .bck-title3,
	.bck-box.box-3 .bck-title3 {
		font-size: 1.4rem;
	}
	.bck-box.box-3 .bck-title1,
	.bck-box.box-3 .bck-title2,
	.bck-box.box-3 .bck-title3 {
		color: #5ebdb2;
	}

	.bck-box.box-2 hr,
	.bck-box.box-3 hr {
		border: 0;
		display: block;
		border-top: 2px solid #f9bfad;
	}

	.bck-box.box-3 hr {
		border-top-color: #5ebdb2;
	}


	.bck-box.box-2 ul li:before {
		font-family: 'FontAwesome';
		content:"\f00c";
		color: #f9bfad;
		background: none;
		margin-top: -2px;
		margin-left: -24px;
		font-size: 2.0rem;
	}

	.bck-dropdown-content {
	    background-color: #fff;
	}

/**/

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

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

@media screen and (max-width: 992px) {
	#actividad .class_slide {
		padding-right: 30px;
		padding-left: 30px;
	}

	.content_type_clase_panamericana #actividad .content .header .title h3 {
		margin-left: -30px;
		padding-left: 20px;
		padding-right: 50px;
	}
	.js-slide-wrapper > .header .single-pagination {
		right: 0;
		left: auto;
		border-radius: 0 0 0 120px;
		padding-left: 16px;
		padding-right: 2px;
	}
	.navigator {
		padding-left: 30px;
		padding-right: 30px;
	}
	.content_type_clase_panamericana .publish {
		padding-left: 25px;
	}
	.content_type_clase_panamericana .logo-publisher {
		margin-left: -20px;
	}

}

@media screen and (max-width: 767px) {
    #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%
    }
	.content_type_clase_panamericana .publisher-navbar {
		top: 88px;
	}

}

@media screen and (max-width: 579px) {
	.bck-row .col-xs-1,
	.bck-row .col-xs-2,
	.bck-row .col-xs-3,
	.bck-row .col-xs-4,
	.bck-row .col-xs-5,
	.bck-row .col-xs-6,
	.bck-row .col-xs-7,
	.bck-row .col-xs-8,
	.bck-row .col-xs-9,
	.bck-row .col-xs-10,
	.bck-row .col-xs-11,
	.bck-row .col-xs-12 {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
}

@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_panamericana .publisher-navbar .navbar-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content_type_clase_panamericana .publisher-navbar .logo-publisher:before {
		content: none;
		display: none;

	}
	#actividad .carousel-inner .item-container {
		padding-top: 13px;
	}
	.js-slide-wrapper > .header .single-pagination {
		padding-top: 15px;
		font-size: 2.4rem;
		width: 60px;
	}
	.content_type_clase_panamericana #actividad .content .header .title h3 {
		padding-right: 20px;
		margin-bottom: 20px;
	}

}

/*BK-10860*/
/*
 * Me cargo todos los border que hay por debajo de un ejercicio de cálculo y restauro los necesarios
 *
 */
div.calculo table.marco,
div.calculo table.marco * {
	border:none;
}

.content hr, .cke_contents hr {
    border-top: 2px dashed #f9bfad !important;
}

.content_type_clase_panamericana .slide_main input {
    border: 1px solid #ccc !important;
}

/* TMPUX STYLES */
.tmpux.content_type_clase_panamericana .publisher-navbar,
.body_clase.tmpux.content_type_clase_panamericana.content_type_curso_panamericana .publisher-navbar,
.body_clase.tmpux.modo_revision.content_type_clase_panamericana.content_type_curso_panamericana .publisher-navbar,
.body_clase.tmpux.modo-correccion.content_type_clase_panamericana.content_type_curso_panamericana .publisher-navbar,
.body_clase.tmpux.modo-deber.content_type_clase_panamericana.content_type_curso_panamericana .publisher-navbar {
    top: 0px;
}


.body_clase.tmpux.content_type_clase_panamericana.content_type_curso_panamericana #actividad .carousel-inner .item-container,
.body_clase.tmpux.modo_revision.content_type_clase_panamericana.content_type_curso_panamericana #actividad .carousel-inner .item-container,
.body_clase.tmpux.modo-correccion.content_type_clase_panamericana.content_type_curso_panamericana #actividad .carousel-inner .item-container,
.body_clase.tmpux.modo-deber.content_type_clase_panamericana.content_type_curso_panamericana #actividad .carousel-inner .item-container {
    margin: 86px auto 30px;
}

body.is_app.body_clase.tmpux.modo-correccion.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper,
body.app:not(.offline-pc).tmpux.modo-correccion.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper,
body.user_demo.tmpux.modo-correccion.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper,
body.is_app.body_clase.tmpux.modo-revision.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper,
body.app:not(.offline-pc).tmpux.modo-revision.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper,
body.user_demo.tmpux.modo-revision.content_type_clase_panamericana.content_type_curso_panamericana .content-wrapper {
	margin-top: 0px;
}

.tmpux:not(.edit) .content-wrapper{
    top: 44px;
}

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