/* Barra de navegación superior */
			.content_type_clase_barcanova .publisher-navbar {
			  background-color: #006DC7;
			}

			.content_type_clase_barcanova .publisher-navbar .dropdown button, 
			.content_type_clase_barcanova .publisher-navbar li,
			.content_type_clase_barcanova #actividad .publisher-navbar .dropdown li a {
			  color: #006DC7;
			}

			.content_type_clase_barcanova #actividad .publisher-navbar .dropdown .caret {
			  border-color: #006DC7 transparent transparent transparent;
			}

/* */

/* General */
	        
	        #actividad .carousel-inner .item-container:before {
  					content: '';
					position: absolute;
					display: inline-block;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background: transparent;
					z-index: -1;
					border: 20px solid #313288;
}	        
	
	        .content_type_clase_barcanova-5 #actividad .content .header .title h3 {
	                font-size: 34px;
	                margin-top: 0px;
	                font-weight: bold;
	                background: #00904D;
	                color: white;
	                padding: 7px;
	                position: relative;
	                z-index: 0;
	                margin-left: -7px;
	        }
	
	
	        .content_type_clase_barcanova-5 #actividad .content .header .title h3:before {         
	                background: #00904D;
	            border-left: 20px solid #00904D;
	            content: "";
	            display: block;
	            height: 3px;
	            left: -90px;
	            position: absolute;
	            top: 23px;
	            width: 100px;
	            z-index: -1;
	        }
	/**/
	
	/* CKEDITOR */
	        .bck-title1 {
	                color: #313288;
	                padding-left: 30px;     
	                position: relative;
	                font-size: 27px;
	                font-weight: bold;
	                border-left: 14px solid;
	        }
	
	        .bck-title1:before {
	                content: '';
	                position: absolute;
	                border-top: 20px solid transparent;
	                border-left: 20px solid #313288;
	                border-bottom: 20px solid transparent; 
	                left: 0;
	                width: 0;
	                height: 0;
	                display: block;
	                top: -5px;
	        }
	
	        .bck-title2 {
	                color: #313288;
	                font-size: 26px;
	                font-weight: bold;
	        }
	
	        .bck-title3 {
	                color: #313288;
	                font-size: 23px;
	                font-weight: bold;
	        }
	

	        .bck-box.resumen {
	                background-color: #FFFFFF;
	                border: 5px dotted #0081C7;
	        }
	
	        .bck-box.vocabulario {
	                background: #C5D5E7;
	                -webkit-border-radius: 20px 20px 20px 20px;
  					border: 0px solid #000000;
  					-webkit-box-shadow: 0px 0px 0px #F8C7B6
	        }
	
	        .bck-box.vocabulario .bck-title {
	                color: #0071AE;
	                font-weight: bold;
	        }
	
	        .bck-box.box-simple {
	                background: #FFF6D3;
  					padding: 15px 30px 10px;
					box-shadow: 9px 10px 9px -6px rgba(112,108,112,0.51);
					border-radius: 0% 0% 0% 0%;
					}
	
	        .bck-box.compleja-1 {
	                background: #FFE9BA;
 					border: 5px solid #428CBF;
 					position: none;
	        }
	
	        .bck-box.compleja-1:before {
	                border: 0px solid #F29749;
	                content: "";
	                display: block;
	                height: 109%;
	            left: -5px;
	            position: absolute;
	            top: -1px;
	            width: 102%;
	            z-index: -1;
	                -ms-transform: rotate(0.5deg) skewX(-2deg);
	                -webkit-transform: rotate(0.5deg) skewX(-2deg); 
	                transform: rotate(0.5deg) skewX(-2deg);
	        }
	
	        .bck-box.compleja-1:after {
	                border: 0px solid #428CBF;
	                border-left: 0;
	                border-right: 0;
	                content: "";
	                display: block;
	                position: absolute;
	                height: 100%;
	            left: -10px;
	            position: absolute;
	            top: 0;
	            width: 104%;
	                z-index: -1;
	
	                -ms-transform: rotate(-0.3deg) skewX(173deg);
	                -webkit-transform: rotate(-0.3deg) skewX(173deg); 
	                transform: rotate(-0.3deg) skewX(173deg);
	        }
	
	        .bck-box.compleja-2 {
	             	background-color: #FFE6CE;
	                border: 5px dotted #F05209;
	                box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
	        }
	
	        .bck-box.complejo-2 .bck-title {
	                font-size: larger;
	                font-weight: bolder;
	        }
	
	        .content_type_clase_barcanova-5 .bck-enfasis {
	                color: #F98E32;
	        }
	
	        .bck-table th {
	                background: #C0DDF3;
	                font-weight: bolder;
	        }
	
	        .bck-table th, .bck-table td {
	                border: 2px solid #0775B0;
	                padding: 3px;
	        }       
	/**/
	
	
	/* Seccion Actividad */
	        .content_type_clase_barcanova-5 #actividad .content .actividad .header .title h3 {
	                color: #C7D6E8;
	                font-size: 50px;
	                background: transparent;
	                text-shadow: 3px 3px 0 #F8912E;
	        }
	
	        .content_type_clase_barcanova-5 #actividad .content .actividad .header .title h3:before {
	                background: transparent;
	        }
	/**/
	
	/* Seccion Evaluacion */
	
	        .content .evaluacion .bck-ol li:before {
	                background: #0071AE;
	        }
	/**/