	
	@font-face {

	    font-family: 'Lato';
	    src: url('../fonts/tk/Lato-Bold.eot');
	    src: url('../fonts/tk/Lato-Bold.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/tk/Lato-Bold.woff') format('woff'),
	         url('../fonts/tk/Lato-Bold.ttf') format('truetype');	         	         
	    font-weight: normal;
	    font-style: normal;

	}
	
	@font-face {

	    font-family: 'Lato-Black';
	    src: url('../fonts/tk/Lato-Black.eot');
	    src: url('../fonts/tk/Lato-Black.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/tk/Lato-Black.woff') format('woff'),
	         url('../fonts/tk/Lato-Black.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;

	}

	
	@font-face {
	    font-family: 'Quattrocento';
	    src: url('../fonts/tk/quattrocento-regular.eot');
	    src: url('../fonts/tk/quattrocento-regular.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/tk/quattrocento-regular.woff') format('woff'),
	         url('../fonts/tk/quattrocento-regular.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;

	}
	

	/*override comunes*/
	
	body { padding-top: 173px; }

	.menu-principal { background: #323232; position: relative; top:0; -webkit-transition: top .25s ease-in-out; transition: top .25s ease-in-out; }
	.menu-principal .logo-as { margin-left: 15px; float: left; }
	.menu-principal .nav-ppal ul li:after, .menu-principal .nav-usuario ul li:after, 
	.menu-principal .nav-ppal ul li a:after, .menu-principal .nav-usuario ul li a:after { background: none; }
	.nav-usuario .capa-usuario { position: absolute; top: 6px; right: 5px; }

    .as-icon-canal:before { content: "\e905"; }

    .barra-utilidades li a .contador-comp a { margin:0; padding: 0; }
	.barra-nav-art .nav-art:hover .as-icon-anterior, .barra-nav-art .nav-art:hover .as-icon-siguiente { color:#CA0305; }
	.cont-despiece .tit-despiece { border-top: 3px solid #CA0305; }

    /*  otros verticales en menu superior  */
    .vertical-header .menu-principal a { -webkit-transition: all .2s; transition: all .2s; }
    .vertical-header .menu-principal a:hover { opacity: .85; }
    .verticales {float: left;  margin-right: 5px;  }
    .verticales li { display: inline-block; position:relative; }
    .verticales li:last-child:before { content: ""; position: absolute; right: -8px; left: auto; width: 1px; background: #fff; top: 15px; bottom: 14px;}
    .verticales li a { display: block; line-height: 40px; padding: 0 8px; margin-top: 6px; }
    .verticales li [class*="as-icon-"] { color: #fff; font-size: 20px; vertical-align: middle; }
    .verticales li .as-icon-epik { font-size: 23px; display: inline-block; margin-bottom: 4px; }
    .verticales li .as-icon-betech, .verticales li .as-icon-tikitakas  { font-size: 19px; }

    /* header */
		
	.tk-header {  position: fixed; top:0; left:0; width: 100%; z-index: 99999; height: 153px; -webkit-transition: height .25s ease-in-out; transition: height .25s ease-in-out; }
	.tk-header .tk-wrapper { max-width: 992px; margin:0 auto; border-bottom: 2px solid #cb0407; padding:25px 10px 10px 10px; background: #fff; -webkit-transition: all 0.25s ease-in-out; transition:all 0.25s ease-in-out; position: relative; }
	.tk-header .tk-title { display: inline-block; height: 70px; line-height: 70px; }
	.tk-header .tk-logo { display: inline-block; min-width: 270px; height: 70px; }
	.tk-header .tk-logo:hover .tk-logo-txt { color:#333; }
	.tk-header .tk-logo:hover .tk-logo-txt:before { color: #fff; background: #333; }
	
	.tk-header .tk-logo-txt { height: 65px; color: #cb0407; position: relative; text-indent: -99999px; display: inline-block; }
	.tk-header .tk-logo-txt:before { content: "\e905"; position: absolute; top: 0; left: 0; height: 65px; width: 65px; font-size: 50px; line-height: 65px; font-family: 'as-icons'; -webkit-transition: all .25s ease-in-out; transition:all .25s ease-in-out; background: #cb0407; text-indent: 0; padding-top: 5px; color: #fff; text-align: center; }
	.tk-header .tk-logo-txt:after { content: "\e908"; position: absolute; top: 6px; left: 75px; font-size: 50px; line-height: 65px; font-family: 'as-icons'; text-indent: 0;  -webkit-transition: all .25s ease-in-out;  transition:all .25s ease-in-out;}

	.tk-header .tk-tag { font: 20px/22px 'ascombold',arial,helvetica; color: #cb0407; position: absolute; top: 17px; left: 267px; height: 70px; line-height: 70px; white-space: nowrap;
text-overflow: ellipsis;  width: 350px; overflow: hidden; }
	.tk-header a:hover .tk-tag { color:#333; }
			
	.tk-nav { float: right; font: 14px/28px 'Lato', sans-serif; color: #323232; padding-top: 30px; }
	.tk-nav ul { display: inline-block; }
	.tk-nav li { float: left; }
	.tk-nav li span { float: left; margin-left: 8px; }
	.tk-nav .list-txt { margin-right: 5px; }
	.tk-nav .list-by-as { position:relative; display: block; line-height: 28px; color: #333; font-size: 28px; text-align: center; height: 28px; margin-left: 0; overflow: hidden; width: 0; -webkit-transition: all .25s ease-in-out .2s; transition:all .25s ease-in-out .2s;}
	.tk-nav .list-by-as:after { content: ''; position: absolute; height: 16px; width: 1px; background: rgba(51, 51, 51,0); top: 50%; left: -9px; margin-top: -8px; -webkit-transition: background .2s ease-in-out .2s; transition: background .2s ease-in-out .2s;}
	
	.tk-nav .btn-icon  { float:left; height: 30px; min-width: 30px; font-size: 14px; padding-top: 8px; padding-left: 1px; margin-right:1px; text-align: center; color: #fff; background: #CA0305; border-radius: 50%; opacity: .9; border: none; -webkit-transition: color .2s ease-in, background .2s ease-in; transition: color .2s ease-in, background .2s ease-in; }
		.tk-nav .btn-icon:hover { color: #fff; background: #343434; }

	/*header on top*/
	
	.menu-principal.ontop { top: -46px; /*display: none;*/ }
	.tk-header.ontop { background: #fff; border-bottom: 2px solid #cb0407; height: 52px; }
	.tk-header.ontop .tk-wrapper { margin:0 auto; margin-top: -46px; padding: 5px 7px; border: none; }
	.tk-header.ontop .tk-title { height: 40px; line-height: 40px; }
	.tk-header.ontop .tk-logo { min-width: 155px; height: 40px; }
	.tk-header.ontop .tk-logo-txt { color: #CA0305; height: auto; }
	.tk-header.ontop .tk-logo-txt:after { top: 5px; left: 42px; font-size: 28px; line-height: 40px; }
	.tk-header.ontop .tk-logo-txt:before { height: 36px; width: 36px; padding-top: 1px; top: 2px; font-size: 28px; line-height: 40px; }
	.tk-header.ontop .tk-tag { font: 15px/15px 'ascombold',arial,helvetica; height: 40px; line-height: 40px; top:17px; left: 150px; }
	.tk-header.ontop .tk-nav .list-by-as { width: 30px; overflow: visible; margin-left: 18px; }
	.tk-header.ontop .tk-nav .list-by-as:after { background: rgba(51, 51, 51,1); }
	.tk-header.ontop .tk-nav .list-txt { display: none; }
	.tk-header.ontop .tk-nav { padding-top: 8px; }

	/*tag */

	.tk-tag { font: 30px/22px 'sourceblack',arial,helvetica; letter-spacing: -.05em; color: #cb0407; max-width: 972px; display: block; margin: 0 auto; margin-bottom: 15px; padding-bottom: 15px; -webkit-transition: color .25s ease-in-out; transition:color .25s ease-in-out; }
	a:hover .tk-tag { color:#333; }


    /* noticias */

    .pntc figure img { }
	.pntc figure { margin-bottom: 0; }

		.pntc .pntc-content { padding-top: 10px; }
		.pntc .pntc-content .title { font: 26px/26px 'Quattrocento', serif; color: #111; }
		.pntc .pntc-content .title a:hover { color: #CA0305; }

		.pntc .pntc-content .subtitle { font: 12px/14px 'Lato', sans-serif; padding-bottom: 0px; margin-bottom: 6px; text-align: center; color: #B42604; }
		.pntc .pntc-content .txt { font: 16px/18px "sourcesans",arial,helvetica; color: #5F5F5F; }
			
			.pntc .pntc-autor-share { bottom: 15px; }
			.pntc .pntc-autor-share .nom-wrapper .nom { font: 10px/14px Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom: 0px; }
			.pntc .pntc-autor-share .nom-wrapper .fecha { font: 11px/13px "Lucida Grande",arial, helvetica, sans-serif; color: #7b7b7b; margin-right: 4px; }
			.pntc .pntc-autor-share .nom-wrapper .fecha a { color: inherit; }
			.pntc .pntc-autor-share .nom-wrapper .hora { font: 11px/13px "Lucida Grande",arial, helvetica, sans-serif; color: #B42604; font-weight: bold; }
			.pntc .pntc-autor-share .nom-wrapper .hora a { color: inherit; }

			.pntc .rrss-list { height:32px; margin: 0 auto; position: relative; float: right; }
			.pntc .rrss-list li { margin: auto; float: left; margin-left: 3px; }
			.pntc .rrss-list li a { display: block; height: 32px; width: 32px; font-size: 14px; line-height: 0; padding-top: 8px; text-align: center; color:#fff; border: 1px solid transparent; border-radius: 50%; -webkit-transition: background .25s, color .25s; transition: background .25s, color .25s; }
			.pntc .rrss-list li a:hover { background: #cb0407; color: #fff; }
			.pntc .rrss-list li .btn-comment:hover { background: transparent; color: #cb0407; }
				.pntc .rrss-list .whatsapp { background: #189d0e; font-size: 18px; padding-top: 6px; }

				.pntc .rrss-list .btn-comment { color:#333; margin-left: 5px; width: auto; }
				.pntc .rrss-list .btn-comment .as-icon-comentario { position: relative; top: 2px; font-size: 16px; }
				.pntc .rrss-list .btn-comment .comment-n { font: 13px/13px arial,helvetica; margin-left: 6px; }

				.pntc .rrss-list .btn-share { display:none; height: 28px; line-height: 28px; color: #434343; border: 1px solid #dddddd; -webkit-transition: all .2s; transition: all .2s; }

			/*multimedia*/

			.tk .btn-multimedia,
			.tag .btn-multimedia,
			.articulo .btn-multimedia,
			.articulo .item-multimedia .video_MPEP .btn-multimedia { position: absolute;  z-index: 1; top: 50%; left: 0; height: 44px; width: 100%; text-align: center; margin-top: -22px; margin-left: 0; cursor: pointer; }
			
			.tk .pntc.pntc-fotogaleria .btn-multimedia,
			.tag .pntc.pntc-fotogaleria .btn-multimedia { top: 50%; }

			.tk .btn-multimedia .as-icon-astv,
			.tag .btn-multimedia .as-icon-astv,
			.articulo .btn-multimedia .as-icon-astv,
			.tag .btn-multimedia.tikitakas .as-icon-vertical,
			.tk .btn-multimedia .as-icon-canal,
			.tag .btn-multimedia .as-icon-canal,
			.articulo .btn-multimedia .as-icon-canal { position: relative; top: 5px; left: 0; display: inline-block; float:none; color: #fff; font-size: 30px; padding: 0 5px; background: none; text-shadow: 0 0 8px rgba(0,0,0,.7); width: auto; }

			.tk .btn-multimedia .as-icon-astv:before,
			.tag .btn-multimedia .as-icon-astv:before,
			.tag .btn-multimedia.tikitakas .as-icon-vertical:before,
			.articulo .btn-multimedia .as-icon-astv:before { content: "\e905"; }

			.tk .btn-multimedia .as-icon-play,
			.tk .btn-multimedia .as-icon-foto,
			.tag .btn-multimedia .as-icon-play,
			.tag .btn-multimedia .as-icon-foto,
			.articulo .btn-multimedia .as-icon-play,
			.articulo .btn-multimedia .as-icon-foto { position: relative; text-align: center; width: 43px; height: 43px; display: inline-block; float:none; border-radius: 50%; color: #fff; line-height: 37px; font-size: 20px; background: rgba(233,145,0,.5); border: 3px solid #fff; -webkit-transition: background .25s; transition:background .25s; }

			.tk .btn-multimedia .as-icon-foto,
			.tag .btn-multimedia .as-icon-foto,
			.articulo .btn-multimedia .as-icon-foto { padding: 0; }

			.tk .btn-multimedia .as-icon-play,
			.tag .btn-multimedia .as-icon-play,
			.articulo .btn-multimedia .as-icon-play { font-size: 24px; background: rgba(202,3,5,.5); padding: 0; padding-left: 2px; }

			.tk .btn-multimedia .as-icon-play:before,
			.tag .btn-multimedia .as-icon-play:before,
			.articulo .btn-multimedia .as-icon-play:before { padding-left: 2px; }
			
			.tk figure:hover .btn-multimedia .as-icon-foto,
			.tag figure:hover .btn-multimedia .as-icon-foto,
			.articulo figure:hover .btn-multimedia .as-icon-foto { background: rgba(233,145,0,1); }

			.tk figure:hover .btn-multimedia .as-icon-play,
			.tag figure:hover .btn-multimedia .as-icon-play,
			.articulo figure:hover .btn-multimedia .as-icon-play { background: rgba(202,3,5,1); }	

			.tk .btn-multimedia .as-icon-play:after, .tk .btn-multimedia .as-icon-foto:after,
			.tag .btn-multimedia .as-icon-play:after, .tag .btn-multimedia .as-icon-foto:after, .tag .btn-multimedia.tikitakas .as-icon-vertical:after,
			.articulo .btn-multimedia .as-icon-play:after, .articulo .btn-multimedia .as-icon-foto:after { display: none; }

			.tk .btn-multimedia .txt-btn,
			.tag .btn-multimedia .txt-btn,
			.articulo .btn-multimedia .txt-btn { display: none; }
			
			.ntc figure img, .articulo .item-multimedia img, .tk figure img { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity .25s; transition: opacity .25s; }
			.ntc figure:hover img, .articulo .item-multimedia:hover img, .tk figure:hover img { opacity: .8; }

			/*player v1.2*/

			.tk .video_MPEP { text-align: center; }
			.tk .video_MPEP .img_MPEP { background-color: #fff; }
			.tk .video_MPEP:hover { cursor: pointer; }
			.tk .video_MPEP:hover .astv-player .img-video { background: rgba(202,3,5,1); }

			.tk .video_MPEP .posicionador { display: block; height: 100%; width: 100%; }
			.tk .video_MPEP .astv-player { z-index:0; background: none; border: none; position: absolute; bottom: 50%; left: 50%; width: 76px; height: 43px; margin-left: -38px; margin-bottom: -24px; }
			.tk .video_MPEP .astv-player .icon-astv { background: none; text-indent: 0; float: right; font-family: 'as-icons'; color: #fff; font-size: 30px; margin: 0; padding: 0; width: auto; height: 43px; position: relative; top: 2px;}
			.tk .video_MPEP .astv-player .icon-astv:before { content: "\e905"; }
			.tk .video_MPEP .astv-player .img-video { position: relative; text-align: center; width: 43px; height: 43px; display: inline-block; float: left; border-radius: 50%; color: #fff; line-height: 37px; font-family: 'as-icons'; font-size: 24px; text-indent: 0; background: rgba(202,3,5,.5); padding: 0; padding-left: 4px; border: 3px solid #fff; -webkit-transition: background .25s; transition: background .25s; cursor: pointer;    left: 0; top: 0; }
			.tk .video_MPEP .astv-player .img-video:before { position: relative; z-index: 1; content: "\e624"; }
			.tk .video_MPEP .astv-player .img-video a { padding: 0; margin: 0; display: block; background: none; height: 0; width: 0; text-indent: -9999px; }
		
		/*en alto*/
    	.pntc-v { width: 100%; min-height: 360px; margin-bottom: 15px; border-bottom: 2px solid #c60405; }

    		/*a 12 y a 8*/
    		
    		.pntc-v .pntc-content .title { font-size: 45px; line-height: 50px; }
    		.pntc-v .pntc-content .txt { font: 19px/21px "sourcesans",Arial,Helvetica; margin-bottom: 30px; }

			/*fotogaleria*/
			.pntc-v.pntc-fotogaleria { border-bottom-color: #000; }
			.pntc-v.pntc-fotogaleria article { min-height: 310px; }
			.pntc-v.pntc-fotogaleria figure {  position: absolute; height: 100%; width: 100%; top: 0; left: 0; margin-bottom: 5px; }		
			.pntc-v.pntc-fotogaleria .pntc-content { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; }
			.pntc-v.pntc-fotogaleria .pntc-autor-share { z-index: 2; }
			
			.pntc-v.pntc-fotogaleria .pntc-content { padding-left: 10px; padding-right: 10px; padding-top: 50px;}
			.pntc-v.pntc-fotogaleria .pntc-content hgroup { position: relative; }
			.pntc-v.pntc-fotogaleria .pntc-content .title { color:#fff;}
			.pntc-v.pntc-fotogaleria .pntc-content .title a { color: inherit; -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; }
			.pntc-v.pntc-fotogaleria .pntc-content .title a:hover { opacity: .8; }

			.pntc-v.pntc-fotogaleria .pntc-content .subtitle { color: #fff; text-align: left; }
			.pntc-v.pntc-fotogaleria .pntc-content .txt { color: #fff; position: relative; }

			.pntc-v.pntc-fotogaleria .pntc-content::before { content: ''; height: 100%; width: 100%; position: absolute; bottom: 0; left: 0;	
			    background: rgba(17,17,17,0.5); /* FF3.6-15 */
				background: -webkit-linear-gradient(bottom,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.85) 30%, rgba(17,17,17,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to top,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.85) 30%, rgba(17,17,17,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#00303030',GradientType=0 ); /* IE6-9 */		    
			}
			
			.pntc-v.pntc-fotogaleria .pntc-autor-share { padding: 0 10px; bottom: 10px; }
			.pntc-v.pntc-fotogaleria .pntc-autor-share .nom-wrapper .nom { color: #fff; }

			.pntc-v.pntc-fotogaleria .rrss-list li a { background: none; border: 1px solid #fff; padding-top:8px; color: #fff; -webkit-transition: background .25s, color .25s, opacity .25s; transition:background .25s, color .25s, opacity .25s; }
			.pntc-v.pntc-fotogaleria .rrss-list li a:hover { background: #fff; color: #333; }
			.pntc-v.pntc-fotogaleria .rrss-list li .btn-comment:hover { background: none; color: #fff; opacity: .8; }

			.pntc-v.pntc-fotogaleria .rrss-list .whatsapp { padding-top: 6px; }
			.pntc-v.pntc-fotogaleria .rrss-list .btn-comment { border: none; }
			.pntc-v.pntc-fotogaleria .rrss-list .btn-share { border: none; }

				/*hover*/
				.pntc-v.pntc-fotogaleria .pntc-autor-share .btn-wrapper .btn-comment:hover, 
				.pntc-v.pntc-fotogaleria .pntc-autor-share .btn-wrapper .btn-share:hover { color:#434343; background-color: #fff; border-color: #fff; } 	

	 /* lo mas visto */

    .tk .lo-mas-visto { background: #cb0407; margin-bottom: 15px; position: relative; overflow: hidden; }
    .tk .lo-mas-visto:before { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak:none; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 810px; position: absolute; bottom: -210px; right: 18px; color: #fff; opacity: .15; }
     
    .tk .lo-mas-visto .sec-title { font:23px/45px 'Lato-Black', sans-serif; color:#fff; text-indent: -99999px; }
	.tk .lo-mas-visto .sec-title .top { text-indent: 0px; float: left; padding-left: 55px; text-transform: uppercase; }
	.tk .lo-mas-visto .sec-title:after { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak: none; text-align: center; text-transform: none; line-height: 47px; font-size: 33px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-indent: 0px; position: absolute; height: 45px; width: 45px; color: #D90000; background: #fff; left: 10px; top: 0; }

	.tk .lo-mas-visto .sec-title .as-icon-tk { float: left; height: 45px; width: 45px; background: #fff; color: #cb0407; font-size: 33px; text-align: center; padding-top: 8px; margin-right: 10px; }
	
	.tk .lo-mas-visto .pntc { margin-bottom: 10px; padding-bottom: 0; border-bottom: none; min-height: auto; min-height: initial; }
	.tk .lo-mas-visto .pntc figure { background: #fff; margin-bottom: 5px; }
	.tk .lo-mas-visto .pntc .pntc-content { padding-bottom: 0; padding-top: 0; }
	.tk .lo-mas-visto .pntc .pntc-content .subtitle { display: none; }
	.tk .lo-mas-visto .pntc .pntc-content .title { color:#fff; font-family: 'Lato-Black', sans-serif; }	      		
	.tk .lo-mas-visto .pntc-h .pntc-content .title { font-size: 17px; line-height: 19px; }  
	.tk .lo-mas-visto .pntc .pntc-content .title a { color: inherit; -webkit-transition: opacity 0.2s ease-in; transition: opacity 0.2s ease-in; }	
	.tk .lo-mas-visto .pntc .pntc-content .title a:hover { opacity: .8; }	
	.tk .lo-mas-visto .pntc .pntc-autor-share { display: none; }	
	.tk .lo-mas-visto .pntc .pntc-pos { position: absolute; left:0; bottom:0; z-index:1; background: #fff; color: #CA0305; font: 22px/37px "sourceblack",arial,helvetica; height: 36px; text-align: center; width: 36px; }

	.tk .lo-mas-visto .btn { position: relative; margin: 0 10px 10px 0; background: transparent; border: 1px solid #fff; padding-left: 32px; float: right; -webkit-transition: all .25s; transition:all .25s; }
		.tk .lo-mas-visto .btn:before { content: ''; position: absolute; left: 8px; top:50%; width: 17px; height: 1px; background: #fff;}
		.tk .lo-mas-visto .btn:after { content: ''; position: absolute; left: 16px; top:50%; width: 1px; height: 17px; margin-top: -8px; background: #fff;}
		.tk .lo-mas-visto .btn:hover { background: #000; border:1px solid #000; }

    /*  Módulo otras web de as */
    .mod-promo .cint .cint-titular a { color: #CA0305; }

	/* footer*/
	
	.ftr-sup { background: none; min-width: 320px; padding: 0;}
	.ftr-sup .tk-wrapper { background: #f8f8f8; border: none; max-width: 992px;  margin: 0 auto; padding: 23px 10px 25px 10px; background: #f8f8f8; }
	
	.ftr-sup .tk-title { display: inline-block; }
	.ftr-sup .tk-logo { display: inline-block; min-width: 155px; height: 40px; }
		.ftr-sup .tk-logo-txt { color: #CA0305; height: auto; position: relative; text-indent: -99999px; display: inline-block; }
		.ftr-sup .tk-logo:hover .tk-logo-txt { color:#333; }
		.ftr-sup .tk-logo-txt:after { content: "\e908"; position: absolute; top: 5px; left: 42px; font-size: 28px; font-family: 'as-icons'; text-indent: 0; line-height: 40px; -webkit-transition: all .35s ease-in-out, left .45s ease-in-out; transition:all .35s ease-in-out, left .45s ease-in-out; }
		.ftr-sup .tk-logo-txt:before { content: "\e905"; position: absolute; top: 0; left: 0; height: 36px; width: 36px; padding-top: 1px; top: 2px; font-family: 'as-icons'; font-size: 28px; line-height: 40px; background: #cb0407; color: #fff; text-align: center; text-indent: 0; -webkit-transition: all .35s ease-in-out; transition:all .35s ease-in-out; }
		.ftr-sup .tk-logo:hover .tk-logo-txt:before { color: #fff; background: #333; }

		.ftr-sup ul li { margin-bottom: 0; float: left; width: auto; }
		.ftr-sup .tk-nav { padding-top: 8px; }

	.ftr-as { width: 46px; margin: 20px auto; display: block; }
		.ftr-as .as-icon-logo { font-size: 46px; color:#323232; }

	.ftr-inter { background: none; border-top: 1px solid #f2f2f2; max-width: 992px; margin: 0 auto; }
		.ftr-inter .container ul { display: inline-block; }
		.ftr-inter .container { text-align: center; }
		.ftr-inter li { float: none; display: inline-block; }
		.ftr-inter li a { color: #323232; }
		
	.ftr-inf { background: #CA0305; }
	.ftr-inf p { text-align: center; }

	/* ARTÍCULO */
	/* ................................................................................................................*/

	.articulo .titular-articulo { font: 45px/46px 'Quattrocento', serif; }
	.articulo .titular-articulo a:hover { color: #CA0305; }
	
	.articulo .subtit-art, 
	.articulo .galeria-fotos .subtit-art, 
	.articulo .cont-ppal-art .subtitulo-img-dest { position: relative; color: #d90000; background: none; padding: 0; font: 15px/15px "sourceblack",arial,helvetica; }

	.articulo .cont-sup-art .titular-articulo { margin-left: 25px; }
	.articulo .cont-sup-art .subtit-art { font: 15px/15px "sourceblack",arial,helvetica; margin-left: 25px; background: #d90000; color: #fff; padding: 10px; }
	
	.articulo .galeria-fotos.subtit-art a, 
	.articulo .cont-ppal-art .subtitulo-img-dest a,	
	.articulo .cont-sup-art .subtit-art a { color: inherit; font: inherit;}
	
	.articulo .cont-sup-art .subtit-art:after { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak:none; text-align: center; text-transform: none;padding-top: 11px; font-size: 22px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; height: 35px; width: 35px; color:#D90000; background: #fff; left: -35px; top: 0;}
	
	.articulo .int-articulo p img { max-width: 100%; }
	.articulo .int-articulo .sum-html { margin-bottom: 20px; }

	.apertura-video .subtit-art { background: none; color: #d90000; }
		.apertura-video .subtit-art a { color: #d90000; padding: 0; margin:0; }

	
	.barra-utilidades li a { border-radius: 15px; padding: 0 13px; }
	.info-author .author-mask { border-bottom: none; margin-bottom: 0; }
	.info-author .author-pic:hover span { color:#CA0305;}
	.info-author .author-social:hover { color:#CA0305; }
	.info-author .author-social:hover [class*="as-icon-"] { background:#CA0305; }

	.art-info { border-top: 2px solid #CA0305; }
	.art-info .art-hour { color: #333; }
	.art-info .art-hour abbr { text-decoration: none; border-bottom: 0; }
	
	/*figura + figcaption*/
	.articulo .int-articulo figcaption p.txt-img-art, .articulo .int-articulo .item-multimedia p.txt-img-art,
	.item-multimedia p.txt-img-art, .c-ampliar .item-multimedia p.txt-img-art { color: #fff; display: inline-block; background: #CA0305; padding: 10px 10px; text-align:left; min-height: 34px; }
	.articulo .int-articulo figcaption p.txt-img-art span, .articulo .int-articulo .item-multimedia p.txt-img-art span,	.item-multimedia p.txt-img-art span,
	.c-ampliar .item-multimedia p.txt-img-art span { color: #fff; }
	.c-ampliar .item-multimedia p.txt-img-art { float: left; }
			
	.a-figure figcaption, .item-multimedia figcaption,
	.c-ampliar .item-multimedia figcaption { position: relative; bottom: 0; left: 0; padding-left: 34px; min-height: 34px; }

	.a-figure figcaption:after,
	.item-multimedia figcaption:after { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak:none; text-align: center; text-transform: none;     padding-top: 3px; font-size: 22px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; height: 34px; width: 34px; color:#D90000; background: #fff; left: 0; top: 0; }

	/*noticias relacionadas*/
	.noticias-rel li.ntc:hover .ntc-title { color: #CA0305; }

	.ntc-module { position: relative; }
	.ntc-module .ntc { position: relative; }
	.ntc-module .ntc figure { background: #fff; }
	.ntc-module .ntc .btn-multimedia { top: 0; left: 0; height: 100%; margin-top: 0; padding-top: 30px; }
	
	/*lo más relacionadas*/
	.tk.ntc-module,
	.tk-top.ntc-module { background: #CA0305; border-top: none; position: relative; overflow: hidden; }

	.tk.ntc-module .ntc-mod-title,
	.tk-top.ntc-module .tk-logo.sec-title  { border-top: none; color: #fff; font: 23px 'Lato-Black', sans-serif; text-transform: uppercase; margin-top: 0; position: relative; padding-top: 10px; padding-left: 60px; }

	.tk.ntc-module .ntc-mod-title a,
	.tk-top.ntc-module .tk-logo.sec-title a { color: inherit; }

	.tk.ntc-module .ntc-mod-title:after,
	.tk-top.ntc-module .tk-logo.sec-title:after { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak: none; text-align: center; text-transform: none; line-height: 52px; font-size: 34px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-indent: 0px; position: absolute; height: 50px; width: 50px; color: #D90000; background: #fff;   left: 0; top: 0; }

	.tk.ntc-module .ntc a:hover .ntc-title,
	.tk-top.ntc-module .ntc a:hover .ntc-title { color: rgba(255,255,255,.8); }

	.tk-top.ntc-module .tk-logo.sec-title { position: relative; height: 50px; text-indent: -99999px; }
	.tk-top.ntc-module .tk-logo.sec-title .top { color: #fff;  float: left; text-indent: 0px; position: relative; }
	
	.tk.ntc-module .ntc.ntc-destacada .ntc-title,
	.tk-top.ntc-module .ntc.ntc-destacada .ntc-title { margin: 10px 0 0; }
	
	.tk.ntc-module .ntc .ntc-subtitle,
	.tk-top.ntc-module .ntc .ntc-subtitle { color: #fff; padding-bottom: 0; margin-bottom: 0; display: none; }
	.tk.ntc-module .ntc-subtitle:after,
	.tk-top.ntc-module .ntc-subtitle:after { display: none; }			
	.tk.ntc-module .ntc,
	.tk-top.ntc-module .ntc { background: none; margin-bottom: 10px; }
	.tk.ntc-module .ntc .btn-multimedia .as-icon-canal,
	.tk-top.ntc-module .ntc .btn-multimedia .as-icon-canal { display: none; }
	.tk.ntc-module .ntc figure,
	.tk-top.ntc-module .ntc figure { background: #fff; }
	.tk.ntc-module .ntc .ntc-title,
	.tk-top.ntc-module .ntc .ntc-title { font:16px/18px 'Lato-Black', sans-serif; color: #fff;  }
	.tk.ntc-module .ntc .ntc-pos,
	.tk-top.ntc-module .ntc .ntc-pos { font: 22px/36px 'sourceblack',arial,helvetica; height: 36px; width: 36px; color: #CA0305; background: #fff; float: none; position: absolute; left: 0; bottom: 0; }
	
	.tk.ntc-module .btn,
	.tk-top.ntc-module .btn { position: relative; background: transparent; border: 1px solid #fff; padding-left: 32px; float: right; -webkit-transition: background .25s, border .25s; transition: background .25s, border .25s; }
	.tk.ntc-module .btn:before,
	.tk-top.ntc-module .btn:before { content: ''; position: absolute; left: 8px; top:50%; width: 17px; height: 1px; background: #fff;}
	.tk.ntc-module .btn:after,
	.tk-top.ntc-module .btn:after { content: ''; position: absolute; left: 16px; top:50%; width: 1px; height: 17px; margin-top: -8px; background: #fff;}
	.tk.ntc-module .btn:hover,
	.tk-top.ntc-module .btn:hover { background: #000; border:1px solid #000; }

	.tk.ntc-module:before,
	.tk-top.ntc-module:before { content: "\e905"; font-family: 'as-icons'; font-style: normal; font-weight: normal; font-variant: normal; speak: none; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 810px; position: absolute; bottom: -210px; right: 18px; color: #fff; opacity: .15; }
	
	/*galeria*/	
	.ntc-module.ntc-rel .ntc.ntc-destacada .ntc-title { font: 18px/21px "ascombold",Arial,Helvetica; color: #111; }
	.ntc-module.ntc-rel .ntc.ntc-destacada .ntc-pos { background: #fff; color:#CA0305; float: none; position: absolute; bottom: 0; left: 0; }
	.ntc-module.ntc-rel .ntc-mod-title { border-top: 3px solid #CA0305; }
	.ntc-module.ntc-rel .ntc-subtitle:after { background: #CA0305; }
	.ntc-module.ntc-rel .ntc-destacada figure img { width: auto; height: 100%; }
	.ntc-module.ntc-rel .as-icon-vid-dur { display: none; }

	/*asfotos*/
	.galeria-fotos .cont-galeria .img-ppal figcaption .tit-foto { font: 28px/32px 'Quattrocento', serif; }
	.articulo .info-galeria .btn-multimedia { position: relative;  z-index: auto; top: 0; left: 0; height: auto; width: auto; margin-top: 0; margin-left: 0; }
	.articulo .info-galeria .btn-multimedia .as-icon-foto { padding: 0 14px; display:block; float: left; width: auto; height: auto; border-radius: 0; background: #e99100; font-size: 23px; line-height: 46px; border: 0; }

	.ntc-module .ntc.ntc-destacada .as-icon-foto { width: 43px; height: 43px; line-height: 37px; font-size: 20px; }		

	/*astv*/
	.as-tv .canal-as-tv-text:after { border-left-color: #CA0305; }
	.as-tv .cont-hdr-video { background: #fff; }

	/*video no disponible*/
	.video_no_disponible { margin-bottom: 15px; overflow: hidden; }
	.video_no_disponible .cnt-media-msg { height: 100%; width: 100%; background: rgba(0,0,0,0.65); }
	.video_no_disponible .cnt-media-msg .ntc-media-msg { position: absolute; top: 50%; width: 100%; font: 18px/25px 'sourcesansbold', arial, helvetica; text-align: center; margin-top: -12px; }
	.video_no_disponible .cnt-media-msg .ico-msg-video { display: none; }
	.video_no_disponible .cnt-media-msg .ntc-media-msg-txt { color: #fff; }

	/*scroll infinito*/
	.scroller-news { max-width: 992px; margin:0 auto; margin-top: 20px; position: relative; padding-top: 35px; z-index: 1;}
	.scroller-news:before { content:""; position: absolute; top: 0; left:10px; right: 10px; height: 12px; background: #f2f2f2; border: 1px solid #ddd; }
	
	.scroller-news .titular-articulo { font: 26px/30px 'Quattrocento', serif; }
	.scroller-news .subtit-art { font-size: 14px; }
	.scroller-news .art-info { border-top: 1px solid #DDD; }
	
	.scroller-news section article { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #F4B2B2;-ms-flex-flow: row;flex-flow: row; }
	.scroller-news section article .autor-share .nom-wrapper .hora { color: #333;}
	.scroller-news section article .autor-share .btn-wrapper .btn-share,
	.scroller-news section article .autor-share .btn-wrapper .btn-comment { border:none; }
	.scroller-news section article .autor-share .btn-wrapper { position: absolute; right: 0; }
	.scroller-news section article:after { border: 1px solid #F4B2B2; }

	.scroller-news section .noticia-content { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

	.scroller-news .btn.tipo-1 { background: #D90000; margin-left: 32px; position: relative; -webkit-transition: background .25s ease-in; transition: background .25s ease-in; }
	.scroller-news .btn.tipo-3 { -webkit-transition: background .25s ease-in; transition: background .25s ease-in; } 
	.scroller-news .btn.tipo-1:before { content: "\e905"; font-size: 22px; font-weight: normal; line-height: 30px; font-family: 'as-icons'; text-align: center; color: #D90000; width: 28px; height: 28px; position: absolute; left: -30px; -webkit-transition: color .25s ease-in; transition: color .25s ease-in; }
	.scroller-news .btn.tipo-1:hover { background: #393939; }
	.scroller-news .btn.tipo-1:hover:before { color: #393939; }

	.scroller-news .art-info .art-date.deco-bullet { margin-left: 12px; }
	.scroller-news .art-info .art-hour.deco-bullet { margin-left: 15px; }
	.scroller-news .rrss-wrapper .rrss-list { float: none; }

	/*hover*/
		.scroller-news section article .autor-share .btn-wrapper .btn-comment:hover, 
		.scroller-news section article .autor-share .btn-wrapper .btn-share:hover { background: transparent; color: #cb0407;  } 


	/* TAGs */
	/* ................................................................................................................*/

	.tag .flexible .pntc { border-bottom: 2px solid #c60405; min-height: auto; min-height: initial; }
	.tag .flexible .pntc .pntc-content .title { font-size: 22px; line-height: 24px; }

	.tag .pagination .btn.tipo-1 { background: #CA0305; }

	.tag .pntc .rrss-list { height: 100%; float: none; }
	.tag .pntc .rrss-list li { margin: 0 5px; float: none; }

	.tag .pntc .pntc-autor-share .btn-wrapper .btn-comment,
	.tag .pntc .pntc-autor-share .btn-wrapper .btn-share { border:none; }

	.tag .pntc .pntc-autor-share .btn-wrapper .btn-comment:hover, 
	.tag .pntc .pntc-autor-share .btn-wrapper .btn-share:hover { color: #cb0407; background: none; border:none;} 
    .tag .flexible .col-md-4 .pntc-h .pntc-content .title {font-size: 18px; line-height: 20px;}

		
	@media (min-width: 1600px) {

		.articulo .container-hdr-art .titular-articulo { font: 45px/46px 'Quattrocento', serif; }

	}

	/* -md para arriba */
	@media (min-width: 992px) {
		
		/* ... */
		/*.row.flexible :not(aside) .publi-vertical > div, .publi > div { margin-bottom: 15px; }*/
		.pntc-separador { -webkit-box-flex: 1; -ms-flex: 1 100%; -webkit-flex: 1; flex: 1 100%; margin: 0 10px 15px 10px; padding: 0; border-bottom: 2px solid #c60405; clear: both; }
		.pntc-separador-v { -webkit-box-flex: 1; -ms-flex: 1 100%; -webkit-flex: 1; flex: 1 100%; margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: 2px solid #c60405; clear: both; }
		
		/*a 8*/
		.col-md-8 > .pntc-v figure { height: 360px; }   
		.col-md-8 > .pntc-v { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-play { line-height: 39px; font-size: 28px; }
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-foto { line-height: 36px; font-size: 21px; }
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-astv { height: auto; width: auto; line-height: 39px; top: 4px; left: 4px; }
		
		/*a 4*/
		.col-md-4 > .pntc-v figure { height: 174px; }
		.col-md-4 > .pntc-v.pntc-fotogaleria figure { height: 100%; min-height: 358px; }	
		.col-md-4 .pntc-v .pntc-content .title { font-size: 24px; line-height: 26px; }

		
		/*lo más*/
		.tk .lo-mas-visto .pntc { margin-bottom: 20px; }
		.tk .lo-mas-visto .pntc-h figure { width: 140px; height: 100px; }
		.tk .lo-mas-visto .pntc-h figure img { height: 100%; width: auto; position: absolute; left: -50%; right: -50%; margin: 0 auto; }
		.tk .lo-mas-visto .pntc-h .pntc-content { padding-left: 150px; padding-bottom: 0; } 
		.tk .lo-mas-visto .pntc-v { margin-bottom: 0; } 
		
		.tk .pntc-v.pntc-fotogaleria figure img { width: 100%; height: auto; }	
		.tk.ntc-module .ntc-destacada,
		.tk-top.ntc-module .ntc-destacada { background: none; margin-bottom: 20px; }
		.tk.ntc-module .ntc-destacada figure,
		.tk-top.ntc-module .ntc-destacada figure { height: 208px; }
		.tk.ntc-module .ntc-destacada figure img,
		.tk-top.ntc-module .ntc-destacada figure img { position: absolute; left: -50%; top: -50%; right: -50%; bottom: -50%; width: auto; height: 100%; margin: auto; }
		.tk .ntc.ntc-destacada hgroup { padding: 0; }
		.tk .ntc.ntc-destacada .ntc-title { margin: 6px 0 0 0; }			
		
		.ntc-module .ntc.ntc-destacada hgroup { }
		.ntc-module .ntc.ntc-destacada .btn-multimedia { height: 100%;  margin-top: 0; padding-top: 80px; top: 0; }
		.ntc-module .ntc.ntc-destacada .ntc-title { font:20px/21px 'Lato-Black', sans-serif; color: #fff; }
		.ntc-module .ntc.ntc-destacada .btn-multimedia .as-icon-play { padding: 0; width: 43px; height: 43px; font-size: 24px; line-height: 38px; padding-left: 2px; }	
		.ntc-module .ntc.ntc-destacada .btn-multimedia .as-icon-canal { display: inline-block; }
		
		/*Galeria*/
		.ntc-module.ntc-rel .ntc.ntc-destacada .btn-multimedia { padding-top: 68px; }
		
		/*astv*/		
		.as-tv .cont-hdr-video-rel .ntc-rel .ntc-destacada .ntc-title { font-size: 14px; line-height: 16px; color: #fff; }
		.as-tv .cont-hdr-video-rel .ntc-rel .ntc-destacada .btn-multimedia { height: 26px; padding-top: 30px; }
		.as-tv .cont-hdr-video-rel .ntc-rel .ntc-destacada .as-icon-play { height: 43px; width: 43px; padding: 0; padding-left: 2px; font-size: 24px; line-height: 38px; }
		.as-tv .cont-hdr-video-rel .ntc-rel .ntc-destacada .as-icon-canal { display: none; }
		
		/* TAGs */
		/* ................................................................................................................*/

		.tag .flexible .col-md-8 > .pntc-v .pntc-content .title { font-size: 38px; line-height: 40px;  text-align: center; }
		.tag .flexible .col-md-6 > .pntc-v .pntc-content .title { font-size: 32px; line-height: 34px; }


	}

	/* -md para abajo */ 
	@media (max-width: 991px) {
		
		.articulo .int-articulo .a-figure p.txt-img-art, .articulo .int-articulo .item-multimedia p.txt-img-art { white-space: normal; }

    	.tk .pntc-v figure { height:auto; float: none; width: 100%; }    
    	.tk .pntc-v.pntc-fotogaleria figure { height: 100%; position: relative; }
		.tk .pntc-v.pntc-fotogaleria figure img { width: 100%; height: auto; }	
    	.tk .pntc-v .pntc-content { padding-top: 10px; padding-left: 0; }
    	.tk .pntc-v.pntc-destacada .pntc-content { padding-top: 10px; padding-left: 10px; }
    	.tk .pntc-v.pntc-fotogaleria .pntc-content { padding-top: 50px; padding-left: 10px; }
		.tk .pntc-v .pntc-content .title, .tk .pntc-v.pntc-destacada .pntc-content .title  { font-size: 24px; line-height: 26px; }
		.tk .pntc-v .pntc-autor-share { padding-left: 0; }
		.tk .pntc-v.pntc-fotogaleria .pntc-autor-share { padding-left: 10px; }
		.tk .pntc-v.pntc-destacada .pntc-autor-share { padding-left: 10px; }

		.tk .pntc-v .a-figure { *zoom: 1; }
		.tk .pntc-v .a-figure:before, 
		.tk .pntc-v .a-figure:after { content: " "; display: table; }
		.tk .pntc-v .a-figure:after { clear: both; }
		
		.ntc-module .ntc .btn-multimedia .as-icon-canal { display: none; }
		.ntc-module .ntc .btn-multimedia .as-icon-astv { display: none; }
		
		/*lo más visto*/		
		.tk .lo-mas-visto .pntc-v figure { height: auto; max-height: 365px; float: none; width: 100%; }
		.tk .lo-mas-visto .pntc-v figure img { position: relative; top:0 ; left: 0; bottom: auto; right: auto; margin:0; }
		.tk .lo-mas-visto .pntc-h figure { max-height: 365px; height: auto; width: 100%; float: none; }
		.tk .lo-mas-visto .pntc-v .pntc-content, 
		.tk .lo-mas-visto .pntc-h .pntc-content { padding:10px 0; }

		.ftr-sup { background: #f8f8f8; }
	

	}

	/* -sm to max*/

	@media (min-width: 768px){
		
		.tk .pntc:after { content: ''; display: none; }

		/*btn multmedia*/		
		.col-md-8 > .pntc-v .btn-multimedia,
		.cont-img-dest-art .btn-multimedia,
		.articulo .item-multimedia .btn-multimedia { height: 64px; margin-top: -32px; }
	
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-play,
		.cont-img-dest-art .btn-multimedia .as-icon-play,
		.articulo .item-multimedia .btn-multimedia .as-icon-play { font-size: 28px; width: 53px; height: 53px; line-height: 47px; }
		
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-foto,
		.cont-img-dest-art .btn-multimedia .as-icon-foto,
		.articulo .item-multimedia .btn-multimedia .as-icon-foto { padding: 0; font-size: 22px; width: 53px; height: 53px; line-height: 47px; }
		
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-canal,
		.col-md-8 > .pntc-v .btn-multimedia .as-icon-astv,
		.cont-img-dest-art .btn-multimedia .as-icon-canal,
		.cont-img-dest-art .btn-multimedia .as-icon-astv,
		.articulo .item-multimedia .btn-multimedia .as-icon-astv,
		.articulo .item-multimedia .btn-multimedia .as-icon-canal { font-size: 40px; top: 9px; } 

		.col-md-4 > .pntc-v figure img { position: absolute; left: -50%; right: -50%; top: -50%; bottom: -50%; margin: auto; }
		
        /*fotogaleria NO DESTACADA*/
        .pntc-v.pntc-galeria figure img { height:100%; width:auto; }

		/* TAGs */
		/* ................................................................................................................*/

		.tag .area-actualidad .col-md-4 .publi { margin-bottom: 15px; }
        .pntc.pntc-tit-izq .pntc-autor-share .nom-wrapper { max-width: 162px;}


	}
	
	/* -sm to -xs*/

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

		.tk-header .tk-wrapper, .tk-tag, .ftr-sup .tk-wrapper { max-width: 748px; }	

		.articulo .cont-sup-art .titular-articulo { margin-left: 15px; }
		.articulo .container { padding-left: 10px; padding-right: 10px; }

		.ntc-module.ntc-galeria .ntc.ntc-destacada .ntc-title { font: 16px/18px "ascombold",Arial,Helvetica; color: #111; }
		
		.col-md-12 > .pntc-v .pntc-content .title, 
		.col-md-10 > .pntc-v .pntc-content .title, 
		.col-md-8 > .pntc-v .pntc-content .title { font-size: 36px; line-height: 40px; }
		
		/*a 4*/
		.col-md-4 > .pntc-v figure { height: 205px; }
		.tk .pntc-v.pntc-fotogaleria figure img { position: relative; left: 0; top: 0; right: auto; bottom: auto; }
		.tk .pntc-v .pntc-content .title, .tk .pntc-v.pntc-destacada .pntc-content .title { font-size: 26px; line-height: 28px; }
		.tk .lo-mas-visto .pntc-h .pntc-content .title { font-size: 22px; line-height: 24px; }
	
		.tk.ntc-module .ntc figure,
		.tk-top.ntc-module .ntc figure { height: 120px; width: 195px; }
		.tk.ntc-module .ntc figure img,
		.tk-top.ntc-module .ntc figure img { width: 100%; height: auto; position: absolute; top: -50%; bottom: -50%; left: -50%; right: -50%; margin: auto; }
		.tk.ntc-module .ntc hgroup,
		.tk-top.ntc-module .ntc hgroup { height: 120px; }
		.tk.ntc-module .ntc .ntc-title,
		.tk-top.ntc-module .ntc .ntc-title { font: 20px/20px 'Lato-Black', sans-serif; display: table-cell; vertical-align: middle;}
		.tk.ntc-module .ntc .btn-multimedia,
		.tk-top.ntc-module .ntc .btn-multimedia { padding-top: 40px; }

		/*btn multmedia*/		
		.tk .lo-mas-visto .pntc-v .btn-multimedia { height: 64px; margin-top: -32px; }
		.tk .lo-mas-visto .pntc-v .btn-multimedia .as-icon-play { font-size: 28px; width: 53px; height: 53px; line-height: 47px; }
		.tk .lo-mas-visto .pntc-v .btn-multimedia .as-icon-foto { padding: 0; font-size: 22px; width: 53px; height: 53px; line-height: 47px; }
		.tk .lo-mas-visto .pntc-v .btn-multimedia .as-icon-canal,
		.tk .lo-mas-visto .pntc-v .btn-multimedia .as-icon-astv { font-size: 40px; top: 9px; } 

		.barra-nav-art { height: 115px }		
		.barra-nav-art .art-anterior, .barra-nav-art .art-siguiente { top: 5px; }	
		.barra-nav-art .art-act { top: 55px; }	

		/* TAGs */
		/* ................................................................................................................*/
		
		.tag .col-md-12 > .pntc-v .pntc-content .title, 
		.tag .col-md-10 > .pntc-v .pntc-content .title, 
		.tag .col-md-8 > .pntc-v .pntc-content .title, 
		.tag .col-md-6 > .pntc-v .pntc-content .title { font-size: 36px; line-height: 38px; }
        .tag .col-md-4 .col-sm-6 .pntc-content { float: right;  width: 54%; padding-right: 5px; }

	}

	/* -xs */

	@media (max-width: 767px) {

		/*override*/
		
		body, body.ontop { padding-top: 62px; }

		/*.publi-horizontal { margin-bottom: 0; margin-top: 0; }
		.publi-horizontal > div, .banner_sup .banner_sup_a > div > div { margin-top: 0; }*/		
		/*.flexible .publi-vertical { min-height: auto; min-height: initial; }*/

		.menu-principal,
		.menu-principal.ontop { height: 46px; display: none; }
		.nav-usuario ul { display: block;}

		/*cabcera*/
		
		.tk-header { position: fixed; top:0; left:0; width: 100%; z-index: 99999; background: #fff; border-bottom:none; height: 46px; } 
		.tk-header.ontop { border-bottom:none;  height: 46px; }
		.tk-header .tk-wrapper,
		.tk-header.ontop .tk-wrapper { margin: 0 5px; padding: 2px 0; border-bottom: 2px solid #cb0407; background: #fff; height: 46px;} 
		.tk-header .tk-title { height: 40px; line-height: 70px; }
		.tk-header .tk-logo { min-width: 155px; height: 40px; }
		.tk-header .tk-logo-txt { color: #CA0305; height: auto; }
		.tk-header .tk-logo-txt:after { top: 5px; left: 42px; font-size: 28px; line-height: 40px; }
		.tk-header .tk-logo-txt:before { height: 36px; width: 36px; padding-top: 1px; top: 2px; font-size: 28px; line-height: 40px; }
		.tk-header .tk-tag,
		.tk-header.ontop .tk-tag { font: 15px/15px 'ascombold',arial,helvetica; height: 40px; line-height: 40px; top:7px; left: 150px; }
		
		.tk-header .list-txt { display: none; }
		.tk-nav .list-by-as { position:relative; display: block; line-height: 28px; color: #333; font-size: 28px; text-align: center; width: 30px; overflow: visible; margin-left: 18px; height: 28px; }
		.tk-nav .list-by-as:after { content: ''; position: absolute; height: 16px; width: 1px; background: #333; top: 50%; left: -9px; margin-top: -8px;}
		.tk-nav { padding-top: 8px; }

		.tk-nav .btn-icon { height: 28px; min-width: 28px; opacity: 1; color: #fff; background: #CA0305; }
		.tk-tag { font: 23px/22px 'sourceblack',arial,helvetica; margin: 0 5px; padding-bottom: 12px; }
				
		/*noticias que no caen en horizontal*/		

		.tk .pntc:after { content: ''; display: none; }
		.tk .pntc-v figure { /*max-height: 365px;*/ height: auto; width: 100%; float: none; }  
		.tk .pntc-v figure img,			
		.tk .pntc-h figure img { height: auto; width: 100%;}
		.tk .pntc-v .pntc-content { padding: 10px 0 48px 0; }
		.tk .pntc-v.pntc-fotogaleria .pntc-content { padding: 48px 10px; }
		.tk .pntc-v.pntc-fotogaleria figure { height: 100%; max-height: 100%; position: relative; }
		.tk .pntc-v.pntc-pool .pntc-content { padding-left: 10px; padding-top: 10px; }
		.tk .pntc-v .pntc-content .title { font-size: 24px; line-height: 26px; }
		.tk .pntc-v .pntc-content .txt { display: block; }
		.col-md-8 > .pntc-v .pntc-content .title { font-size: 30px; line-height: 32px; }

		.tk .pntc-v .a-figure { *zoom: 1; }
		.tk .pntc-v .a-figure:before, 
		.tk .pntc-v .a-figure:after { content: " "; display: table; }
		.tk .pntc-v .a-figure:after { clear: both; }

		.tk .lo-mas-visto .pntc-v .pntc-content { padding-left: 0; padding-top: 10px; }
		.tk .lo-mas-visto .pntc-v .pntc-content .title { font-size: 22px; line-height: 24px; }

		/**/
		
		.articulo .cont-sup-art .titular-articulo, .scroller-news .titular-articulo { margin-left: 0; }
		
		.articulo .cont-sup-art .subtit-art,
		.articulo .subtit-art, 
		.articulo .galeria-fotos .subtit-art, 
		.articulo .cont-ppal-art .subtitulo-img-dest { margin-left: 0; padding: 10px 0; background: none; color: #d90000; }

		.articulo .subtit-art a { color: #d90000; font: 15px/15px "sourceblack",arial,helvetica; padding: 0; margin:0; }
		.articulo .subtit-art:after { display: none; }
		.articulo .titular-articulo { font-size: 31px;/*22px;*/ line-height: 32px;/*26px;*/ }
		.articulo .cont-sup-art .titular-articulo { margin-left: 0px; font-size: 31px; line-height: 32px; }
		
		.info-author .author-social:hover [class*="as-icon-"] { background: none; color:#CA0305; }
		.ntc-module.ntc-galeria .ntc.ntc-destacada .ntc-title { font-size: 14px; line-height: 15px; }
		
		/*scroller news*/
		.articulo .scroller-news .titular-articulo { font-size: 17px; line-height: 19px; margin-bottom: 0; }
		.articulo .scroller-news .subtit-art { font-size: 12px; line-height: 14px; padding: 0; }
		.articulo .scroller-news section article { margin-bottom: 15px; padding-bottom: 15px; }

		.articulo .scroller-news .item-multimedia .btn-multimedia { height: 36px; margin-top: -18px; }
		.articulo .scroller-news .item-multimedia .btn-multimedia .as-icon-play, 
		.articulo .scroller-news .item-multimedia .btn-multimedia .as-icon-foto { width: 36px; height: 36px; line-height: 30px; }

		/*footer*/

		.ftr-sup .tk-nav .list-txt { display: none; }

		/* TAGs */
		/* ................................................................................................................*/
		
		.tag .pntc .pntc-content { padding-top: 0; }
		.tag .pntc .pntc-content .subtitle { text-align: left; margin-bottom: 4px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia, 
		.tag .col-md-4 .pntc .btn-multimedia, 
		.tag .col-md-3 .pntc .btn-multimedia, 
		.tag .col-md-2 .pntc .btn-multimedia { height: 32px; margin-top: -16px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia [class^="as-icon-"], 
		.tag .col-md-4 .pntc .btn-multimedia [class^="as-icon-"], 
		.tag .col-md-3 .pntc .btn-multimedia [class^="as-icon-"], 
		.tag .col-md-2 .pntc .btn-multimedia [class^="as-icon-"], 
		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia [class*="as-icon-"], 
		.tag .col-md-4 .pntc .btn-multimedia [class*="as-icon-"], 
		.tag .col-md-3 .pntc .btn-multimedia [class*="as-icon-"], 
		.tag .col-md-2 .pntc .btn-multimedia [class*="as-icon-"] { height: 32px; width: 32px; min-width: 32px; line-height: 32px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia .as-icon-foto, 
		.tag .col-md-4 .pntc .btn-multimedia .as-icon-foto, 
		.tag .col-md-3 .pntc .btn-multimedia .as-icon-foto,
		.tag .col-md-2 .pntc .btn-multimedia .as-icon-foto { font-size: 14px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia .as-icon-foto:before, 
		.tag .col-md-4 .pntc .btn-multimedia .as-icon-foto:before, 
		.tag .col-md-3 .pntc .btn-multimedia .as-icon-foto:before,
		.tag .col-md-2 .pntc .btn-multimedia .as-icon-foto:before { top:-3px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia .as-icon-play, 
		.tag .col-md-4 .pntc .btn-multimedia .as-icon-play, 
		.tag .col-md-3 .pntc .btn-multimedia .as-icon-play, 
		.tag .col-md-2 .pntc .btn-multimedia .as-icon-play { font-size: 18px; }

		.tag .col-md-6 .agrup-pntc .pntc .btn-multimedia .as-icon-play:before, 
		.tag .col-md-4 .pntc .btn-multimedia .as-icon-play:before, 
		.tag .col-md-3 .pntc .btn-multimedia .as-icon-play:before,
		.tag .col-md-2 .pntc .btn-multimedia .as-icon-play:before { top:-3px; padding-left: 1px; }
        
        .tag .flexible .col-md-4 .pntc-h .pntc-content .title {font-size: 22px; line-height: 24px;}

	}	
