
	/* */
	.sep { margin-top: 20px; margin-bottom:20px; padding: 6px 0px; border-top: 3px solid #efece3; color:#333333; font: 16px/18px "sourcesans",Arial,Helvetica; position: relative; }
    .sep b { font: 20px/18px "sourceblack",Arial,Helvetica; font-weight: normal;  }
    .sep span { border-top: 3px solid #c0bdb7; padding: 6px 0px;  }

    .page-break { height: 300px; width: 100%;}
	.cen-abs { position: absolute; left: -50%; right: -50%; top: -50%;  bottom: -50%;  margin: auto; width: auto; height: 100%; }
    
    .flexible { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex:0 auto; }
    .flexible .publi-vertical { width: 100%; }

    .container-fw { width: 100%; margin-bottom: 20px; background: #f2f2f2; }

    .as-icon-canal:before { content: "\e62a"; }
	
    /* noticia básica */

    .pntc { position: relative; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; width:100%; }
    .pntc article { width:100%; }
    .pntc figure { position:relative; overflow: hidden; z-index: 1; }
    .pntc figure img { height: 100%; width: auto; }
    .lo-mas-visto .pntc figure img {height: auto; width: 100%; }

		.pntc-content { padding-bottom: 43px; }
    	.pntc .pntc-content .title { font: 20px/22px 'ascombold',arial,helvetica; margin-bottom: 10px; transition: color 0.2s ease-in; color: #131313; }
		.pntc .pntc-content .title a { color:inherit; transition: color 0.2s ease-in;}
		.pntc .pntc-content .title a:hover { color: #E68C12; }
		.pntc .pntc-content .subtitle { font: 14px/16px 'sourcesans',arial,helvetica; text-transform: uppercase; color: #666; }
		.pntc .pntc-content .subtitle a { color: inherit; }

		.pntc .pntc-content .txt { font-size: 14px; line-height: 16px; color: #6b6b6b; margin-bottom: 10px; }
		
		/*autor*/
		.pntc .pntc-autor-share { position: absolute; left: 0; bottom: 0; width: 100%; height: 33px; display: table; }
		.pntc .pntc-autor-share .nom-wrapper { display: table-cell; vertical-align: middle; font: 11px/13px 'Lucida Grande',arial, helvetica, sans-serif;}
		.pntc .pntc-autor-share .nom-wrapper .nom { display: block; font: 12px/19px 'sourcesansbold',arial, helvetica, sans-serif; text-transform: uppercase; color: #333; }
		.pntc .pntc-autor-share .nom-wrapper .fecha { color: #9e9e9e; margin-right: 4px; }
		.pntc .pntc-autor-share .nom-wrapper .fecha a { color: inherit; }
		.pntc .pntc-autor-share .nom-wrapper .hora { color: #FFB632; font-weight: bold; }
		.pntc .pntc-autor-share .nom-wrapper .hora a { color: inherit; }
		
		/*share*/		
		.pntc .pntc-autor-share .btn-wrapper { position: relative; float: right; font-size: 16px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-comment { float: left; padding: 1px 11px 0 9px; height: 33px; line-height: 30px; color: #434343; border: 1px solid #dddddd; border-right: none; transition: all .2s; }

		.pntc .pntc-autor-share .btn-wrapper .btn-comment.hot-topic { background: #CA0305; color: #fff; border-color: #CA0305;  } 
		.pntc .pntc-autor-share .btn-wrapper .btn-comment .as-icon-comentario { position: relative; top: 1px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-comment .comment-n { font: 13px/13px arial,helvetica; margin-left: 6px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-share { float: left; padding: 2px 11px 0 9px; position: relative; z-index: 2; height: 33px; line-height: 30px; color: #434343; border: 1px solid #dddddd; transition: all .2s; }

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

		/*rrss*/
		.pntc .rrss-wrapper { position: absolute; left: 0px; top: 0; overflow: hidden; width: 100%; height: 100%; background: rgba(51,51,51,0.85); z-index: 5; visibility: hidden; opacity: 0; transition:opacity 0.25s; }
		.pntc .rrss-wrapper.activo { visibility:visible; opacity: 1; }
		.pntc .rrss-list { display: flex; justify-content: center; align-items: center; align-content: center; height: 100%; max-width: 300px; margin: 0 auto; position: relative; }
		.pntc .rrss-list li { margin: auto; }
		.pntc .rrss-list li a { display: block; height: 45px; width: 45px; font-size: 20px; line-height: 45px; text-align: center; color:#fff; padding-top: 2px; opacity: .9; }
		.pntc .rrss-list li a:hover { opacity: 1; }
		.pntc .rrss-list .facebook { background: #5872A7; }
		.pntc .rrss-list .twitter { background: #00C0F6; }
		.pntc .rrss-list .google-plus { background: #E46551; }

			/*btn cerrar*/
    		.pntc .rrss-wrapper .btn-cerrar { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; overflow: hidden; text-indent: -9999px; color:#fff; opacity: .8; }
			.pntc .rrss-wrapper .btn-cerrar:after, .pntc .rrss-wrapper .btn-cerrar:before { content: ""; position: absolute; top: 9px; left: 0px; height: 3px; width: 20px; background: #fff; }
			.pntc .rrss-wrapper .btn-cerrar:after { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
			.pntc .rrss-wrapper .btn-cerrar:before { transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
    		.pntc .rrss-wrapper .btn-cerrar:hover { opacity: 1; }
  			.pntc .rrss-wrapper .btn-hitzone { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; cursor: default; }
				
		/*btn multimedia + icons*/
		.pntc .btn-multimedia { height: 36px; position: absolute; left: 0; bottom: 0; }
		.pntc .btn-multimedia [class^="as-icon-"], 
		.pntc .btn-multimedia [class*="as-icon-"] { height: 36px; min-width: 36px; float: left; text-align: center; position: relative; line-height: 36px; color: #fff; z-index: 1;}
		.pntc .as-icon-play { background: #CA0305; font-size: 23px; padding-left: 3px; }
		.pntc .as-icon-foto,
		.pntc .as-icon-encuesta { background: #E99100; font-size: 18px; }
		.pntc .as-icon-canal { background: #333; font-size: 28px; line-height: 36px; padding:0 8px; }
		.pntc .as-icon-vid-dur { background: rgba(51,51,51,0.8); color: #DDD; font: 12px/36px arial, helvetica; padding: 0 8px; }
		.pntc .as-icon-directo { background: #CA0305; font-size: 23px; color: #fff; height: 36px; min-width: 36px; text-align: center; line-height: 36px; float: left; }
		
			.pntc .as-icon-play:before, 
			.pntc .as-icon-foto:before { position:relative; z-index: 1;}

			.pntc .as-icon-play:after, 
			.pntc .as-icon-foto:after { content: ""; position: absolute; z-index: 0; background: #333; width:0; left: 0; bottom: 0; top:0; transition: width .2s;}
			
			.a-figure:hover .as-icon-play:after, 
			.a-figure:hover .as-icon-foto:after, 
			.item-multimedia:hover .as-icon-play:after, 
			.item-multimedia:hover .as-icon-foto:after { width: 100%; }

		/*marcador*/
		.pntc-marcador { height: 95px; background: #f2f2f2; overflow: hidden; position: relative; }
		.pntc-v .pntc-marcador { margin-top: -15px; margin-bottom: 15px; }	
		.pntc-marcador li { float: left; height: 100%; }
		.pntc-marcador .equipo { width: 25%; text-align: center; padding: 15px 5px 0 5px ; }
		.pntc-marcador .equipo a { display: block; } 	
			.pntc-marcador .equipo-escudo { height: 45px; width: auto; display: inline-block;}
			.pntc-marcador .equipo-nom { overflow: hidden; text-overflow: ellipsis; font: 13px/12px "ascombold",Arial,Helvetica; }
		.pntc-marcador .tanteo { width: 16%; font: 28px/75px "ascombold",Arial,Helvetica; text-align: center; }	
			.pntc-marcador .tanteo span { line-height: inherit; }

		.pntc-marcador .tiempo { position:relative; width: 18%; text-align: center; line-height: 70px; }
			.pntc-marcador .tiempo:after { content: ''; position: absolute; width: 1px; height: 100%; border-left: 1px dotted #C5C5C5; left: 50%; top:0;}
			.pntc-marcador .tiempo span,
			.pntc-marcador .tiempo a { position: relative; z-index:1; background: #EC9200; border: 2px solid #f2f2f2; background-clip: padding-box; padding:3px 8px; border-radius: 20px; font-size:11px; font-weight: bold; color: #fff; font-family: Arial,Helvetica; }
			.pntc-marcador .tiempo.live span, .pntc-marcador .tiempo.live a { background:#CA0305; background-clip: padding-box; }
			.pntc-marcador .tiempo.finalizado span, .pntc-marcador .tiempo.finalizado a { background:#DDD; background-clip: padding-box; color:#999; }				
			.pntc-marcador .tiempo span a { color: inherit; }

			.pntc-marcador .more-info { position: absolute; width: 100px; height: 13px; line-height: 13px; left: 50%; bottom: 30px; margin: 0; margin-left: -50px; text-align: center; color: #666; font: 10px/12px Arial,Helvetica; }
			.pntc-marcador .more-info a { color: inherit; background: #f2f2f2; }
			.pntc-marcador .patrocinio { position: absolute; width: 140px; height: 25px; left:50%; bottom: 0; margin:0; margin-left:-70px; text-align: center;}
				.pntc-marcador .patrocinio img { display: inline-block; }

	/* noticias en H */
	.pntc-h figure { float: left; width: 232px; height: 131px; }
	.pntc-h .pntc-content { padding-left: 247px; }
	.pntc-h .pntc-autor-share { padding-left: 247px; }

	/* noticias en V */ 	
	.pntc-v figure { float: none; height: 178px; margin-bottom: 15px; } 

		/*noticas en V grandes no caen a horizontal*/
		.col-md-12 > .pntc-v figure, 
		.col-md-10 > .pntc-v figure { height: 556px; width: 100%; float: none; }  
		.col-md-8 > .pntc-v figure { height: 365px; width: 100%; float: none; }

		.col-md-12 > .pntc-v .pntc-content, 
		.col-md-10 > .pntc-v .pntc-content,
		.col-md-8 > .pntc-v .pntc-content { padding-left: 0; }
			
		.col-md-12 > .pntc-v .pntc-autor-share, 
		.col-md-10 > .pntc-v .pntc-autor-share,
		.col-md-8 > .pntc-v .pntc-autor-share { padding-left: 0; }

	/* TIPOLOGÍAS noticias */

	/* sin figura */
	.pntc.pntc-nofigure .a-figure, .pntc.pntc-nofigure figure { display: none; }
	.pntc.pntc-nofigure .pntc-content, .pntc.pntc-nofigure .pntc-autor-share { padding-left: 0; padding-right: 0; }

	/*destacada */
	.pntc.pntc-destacada article { background: #303030; }
	.pntc.pntc-destacada .pntc-content .title { color:#fff;}
	.pntc.pntc-destacada .pntc-content .subtitle { color: #c9c9c9; }
	.pntc.pntc-destacada .pntc-content .txt { color: #c9c9c9; }

	.pntc.pntc-destacada .pntc-autor-share .nom-wrapper .nom { color: #fff; }
	.pntc.pntc-destacada .pntc-autor-share .btn-wrapper .btn-comment { color: #dddddd; border: 1px solid #434343; }
	.pntc.pntc-destacada .pntc-autor-share .btn-wrapper .btn-share { color: #dddddd; border: 1px solid #434343; }

		/*destacadas en H*/
		.pntc-h.pntc-destacada .pntc-content { padding-right: 10px; padding-top: 10px; }  
		.pntc-h.f-inv.pntc-destacada .pntc-content { padding-left: 10px; padding-right: 247px; }  
		.pntc-h.pntc-destacada .pntc-autor-share { padding-right: 10px; bottom: 10px; }
		.pntc-h.f-inv.pntc-destacada .pntc-autor-share { padding-left: 10px; padding-right: 247px; }  

		/*destacadas en V*/
		.pntc-v.pntc-destacada .pntc-content { padding-left: 10px; padding-right: 10px; }  
		.pntc-v.pntc-destacada .pntc-autor-share { padding: 0 10px; bottom: 10px; }

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

	
	/*ad*/
	.pntc.pntc-ad { background: #f0f0f0; }
	.pntc.pntc-ad .pntc-content .subtitle { background: #d9d6d0; display: inline-block; padding: 6px; color: #fff; font-family: "sourcesansbold",arial, helvetica, sans-serif; }
		
		/*ad en H*/
		.pntc-h.pntc-ad figure { border-right: 3px solid #d9d6d0; }
		.pntc-h.pntc-ad .pntc-content { padding-left: 231px; padding-bottom: 0; }
		.pntc-h.pntc-ad .pntc-content .title { padding: 10px 10px 0 15px; }

		/*ad en V*/
		.pntc-v.pntc-ad figure { border-bottom: 3px solid #d9d6d0; margin-bottom: 0; }
		.pntc-v.pntc-ad .pntc-content { padding: 0 15px; }
		.pntc-v.pntc-ad .pntc-content .title { padding: 10px 0; }

	/*opinion*/	
	.pntc.pntc-opinion { background: #f0f0f0; min-height: 120px; }
	.pntc.pntc-opinion figure { width: auto; height: 110px; z-index: 1; position: absolute; bottom: 0; background: none; margin-bottom: 0;}
	.pntc.pntc-opinion figure img { height: 100%; width: auto; }
	.pntc.pntc-opinion .pntc-content { padding:20px 10px 38px 120px; }
	.pntc.pntc-opinion hgroup { text-align: center; }
	.pntc.pntc-opinion .pntc-content .title { font-style: italic; }
	.pntc.pntc-opinion .pntc-autor-share { padding-right: 10px; padding-left: 0; bottom: 10px; }
	.pntc.pntc-opinion .pntc-autor-share .nom-wrapper { position: relative; float: left; width: 100%; height: 33px; margin-right: -50px; padding-right: 50px; }
	.pntc.pntc-opinion .pntc-autor-share .nom { display: inline-block; padding-left: 110px; margin-top: 8px; padding-right: 10px; background-color: #FFB632; font: 15px/25px "sourceblack",arial,helvetica; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
	.pntc.pntc-opinion .btn-comment { display: none;}

	/*directo*/
	.pntc.pntc-directo { background: #f0f0f0; }
	.pntc.pntc-directo .pntc-content .title { padding-top: 7px; padding-left: 45px; }

	/*pool*/
	.pntc-v.pntc-pool  { background: #f0f0f0; }
	.pntc-v.pntc-pool .pntc-content { padding-left: 10px; padding-right: 10px; }
	.pntc-v.pntc-pool .pntc-content .title { color:#333;}
	
	.pntc-v.pntc-pool .pntc-content .pool-list { margin:15px 0;}
	.pntc-v.pntc-pool .pntc-content .pool-list li { background: #fff; padding: 0px 10px; margin-bottom: 5px; line-height: 35px; font: 17px/35px "ascombold",arial,helvetica; }
	.pntc-v.pntc-pool .pntc-content .pool-list li input { margin-right: 6px; }
	.pntc-v.pntc-pool .btn-wrapper { padding: 10px; position: absolute; bottom: 0; width: 100%; }

		/*boton esp.*/
		.pntc-v.pntc-pool .tipo-5 { background: none; color: #333; }
		.pntc-v.pntc-pool .tipo-5:hover { color: #E99100; }
		.pntc-v.pntc-pool .btn-votar { float:right;}
	
	/*fotogaleria en V*/
	.pntc.pntc-fotogaleria article { min-height: 364px; }
	.pntc.pntc-fotogaleria figure { position: absolute; height: 100%; width: 100%; top: 0; left: 0; }			
	/*.pntc-v.pntc-fotogaleria figure img { width: auto; height: 100%; } dependiente del recorte... */
	.pntc.pntc-fotogaleria .btn-multimedia { top: 0; bottom: auto; }
	.pntc.pntc-fotogaleria .pntc-content { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; padding-left: 10px; padding-right: 10px;}
	.pntc.pntc-fotogaleria .pntc-content hgroup { position: relative; }
	.pntc.pntc-fotogaleria .pntc-content .title { color:#fff;}
	.pntc.pntc-fotogaleria .pntc-content .subtitle { color: #c9c9c9; }
	.pntc.pntc-fotogaleria .pntc-content .txt { color: #c9c9c9; position: relative; }

	.pntc.pntc-fotogaleria .pntc-autor-share { z-index: 2; }		
	
	.pntc-v.pntc-fotogaleria .pntc-content::before {
		content: '';
	    height: 100%;
	    width: 100%;

	    background: rgba(48,48,48,0.5);			    
		background: -moz-linear-gradient(bottom,  rgba(48,48,48,1) 0%, rgba(48,48,48,0.85) 35%, rgba(48,48,48,0.65) 65%, rgba(48,48,48,0) 100%); 
		background: -webkit-linear-gradient(bottom,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.85) 35%,rgba(48,48,48,0.65) 65%,rgba(48,48,48,0) 100%); 
		background: linear-gradient(to top,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.85) 35%,rgba(48,48,48,0.65) 65%,rgba(48,48,48,0) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#00303030',GradientType=0 ); 

	    position: absolute;
	    bottom: 0;
	    left: 0;			    
	}
	
	.pntc.pntc-fotogaleria .pntc-autor-share { padding: 0 10px; bottom: 10px; }
	.pntc.pntc-fotogaleria .pntc-autor-share .nom-wrapper .nom { color: #fff; }

	.pntc.pntc-fotogaleria .pntc-autor-share .btn-wrapper .btn-comment { color: #dddddd; border: 1px solid #434343; }
	.pntc.pntc-fotogaleria .pntc-autor-share .btn-wrapper .btn-share { color: #dddddd; border: 1px solid #434343; }

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


		/*fotogaleria en H*/				
		.pntc-h.pntc-fotogaleria .pntc-content { top: 50px; bottom: auto; width: 35%; padding-bottom: 0; }
		.pntc-h.pntc-fotogaleria .pntc-autor-share .nom-wrapper { display: none; }
		.pntc-h.pntc-fotogaleria .pntc-autor-share .btn-wrapper { float: none;}

		.pntc-h.pntc-fotogaleria figure::after {
			content: '';
		    height: 100%;
		    width: 35%;

		    background: rgba(48,48,48,0.5);			    
			background: -moz-linear-gradient(left,  rgba(48,48,48,1) 0%, rgba(48,48,48,0.85) 35%, rgba(48,48,48,0.65) 65%, rgba(48,48,48,0) 100%); 
			background: -webkit-linear-gradient(left,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.85) 35%,rgba(48,48,48,0.65) 65%,rgba(48,48,48,0) 100%); 
			background: linear-gradient(to right,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.85) 35%,rgba(48,48,48,0.65) 65%,rgba(48,48,48,0) 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#00303030',GradientType=0 ); 

		    position: absolute;
		    top: 0;
		    left: 0;			    
		}
		
			
	/*grafica*/
	.pntc-grafico .pntc-autor-share .nom-wrapper { display: none; }
	.pntc-grafico .pntc-autor-share .btn-wrapper { float: none; }


	/*  Modulos mas noticias */
	
	.mas-vistos .ntc-module { background: none; border: none; padding: 0; margin-bottom: 0;}

	.ntc-module { background: #f2f2f2; border-top: 3px solid #ddd; padding: 0 10px 10px; margin-bottom: 20px; }
	.ntc-module .ntc { background: #fff; margin-bottom: 10px}
	.ntc-module .ntc figure { width: 140px; height: 100px; overflow: hidden; float: left; position: relative;}
	.ntc-module .ntc hgroup { display: table; padding:0 10px;}
	.ntc-module .ntc figure img { height: 100%; }
	.ntc-module .ntc a { display:block; }
	.ntc-module .ntc a .ntc-title { transition: color 0.2s ease-in; }
	.ntc-module .ntc a:hover .ntc-title { color: #E68C12; }
	.ntc-module .ntc-mod-title { border-top: 3px solid #d90000; color: #404040; display: inline-block; font: 18px "sourceblack",arial,helvetica; margin-bottom: 10px; margin-top: -3px; padding-top: 7px; width: auto; }
	.ntc-module .ntc-txt { padding-left: 0; padding-right: 20px; }
	.ntc-module .ntc-subtitle { font-size: 11px; color: #666; text-transform: uppercase; display: inline-block; position: relative; padding-bottom: 6px; margin-bottom: 6px; }
	.ntc-module .ntc-subtitle:after { position: absolute; content: ""; left: 0; bottom: 0; width: 30px; z-index: 0; background: #d90000; height: 2px; }
	.ntc-module .ntc-title { font-size: 13px; color: #111; font-weight: bold; line-height: 15px; }

	.ntc-module .ntc .btn-multimedia { position: absolute; bottom:0; left: 0; height: 26px;}
	.ntc-module .ntc-pos { float: left; background: #FFB632; color: #fff; font: 20px/27px "sourceblack",arial,helvetica; height: 26px; text-align: center; width: 28px; }
	.ntc-module .as-icon-play { float: left; position: relative; width: 28px; padding-left: 3px; background: #CA0305; color: #fff; font-size: 22px; line-height: 26px; text-align: center; }

	.ntc-module .as-icon-foto { float: left; position: relative; width: 28px; background: #E99100; color: #fff; font-size: 16px; line-height: 26px; text-align: center; }

	.ntc-module .as-icon-play:before, .ntc-module .as-icon-foto:before { position:relative; z-index: 1;}
	.ntc-module .as-icon-play:after, .ntc-module .as-icon-foto:after { content: ""; position: absolute; z-index: 0; background: #333; width:0; left: 0; bottom: 0; top:0; transition:.2s;}
	.ntc-module .ntc a:hover .as-icon-play:after, .ntc-module .ntc a:hover .as-icon-foto:after { width: 100%; left: 0; bottom: 0; top:0;}

	.ntc-module .as-icon-canal { display: none; }

	.ntc-module .ntc-list li { margin-bottom: 1px;  }
	.ntc-module .ntc-list article { margin:0; padding: 4px 10px; }
	.ntc-module .ntc-list .ntc-title { padding-bottom: 6px; } 
	.ntc-module .ntc-list .ntc-subtitle { margin: 0; padding-bottom: 2px;}
	.ntc-module .ntc-list .ntc-subtitle:after{ position: absolute; content: ""; top: 1px; left: -10px; height: 12px; width: 3px; background: #d90000;}
	
	/* seccion otros verticales */

	.mod-promo { margin-bottom: 20px; padding-bottom: 10px; border: 1px solid #dedede; background: #e8e8e8; }   
    .mod-promo .cint .cint-titular { font: 19px/40px "sourcesansbold", sans-serif; text-transform: uppercase; }
    .mod-promo .cint .cint-titular a { color: #676767; }
    .mod-promo .flexible {float: left; }
    .mod-promo .flexible .col-md-4 { display: flex; }
    .mod-promo .pntc-v { min-height: 0; border: 0; margin-bottom: 0; padding-bottom: 0; display: flex; background: #fff; }
    .mod-promo .pntc figure { position: relative; }
    .mod-promo .col-md-4 .pntc-v .pntc-content { padding-bottom: 0; padding-top: 0; }

    .mod-promo .col-md-4 .pntc-v .pntc-content hgroup { padding: 10px; }
    .mod-promo .pntc .pntc-content .subtitle { text-align: left; color: #696969; font: bold 12px/18px sans-serif; background: none; margin: 0 0 6px; padding: 0; text-transform: uppercase; }
    .mod-promo .col-md-4 .pntc.pntc-v .pntc-content .title { font: 18px/21px "sourcesans", sans-serif;  margin: 0; }
    .mod-promo .pntc .pntc-content .title:before { content: none; }
    .mod-promo .col-md-4 .pntc.pntc-v .pntc-content .title a { color: #5a5a5a; transition: color .2s; }
    .mod-promo .col-md-4 .pntc.pntc-v .pntc-content .title a:hover { color: #2f2f2f; border: 0; }

    .mod-promo .col-md-4 .pntc .btn-multimedia, .col-md-8 .pntc .btn-multimedia .pntc .btn-multimedia { height: 36px; position: absolute; left: 0; bottom:0; top: auto; margin:0; width: auto; }
	
	.mod-promo .pntc .btn-multimedia [class^="as-icon-"], 
	.mod-promo .pntc .btn-multimedia [class*="as-icon-"] { height: 36px; min-width: 36px; float: right; text-align: center; position: relative; line-height: 36px; color: #fff; z-index: 1; border-radius: 0; border:0; }
	.mod-promo .pntc .btn-multimedia .as-icon-foto { background: #E99100; width: 36px; }
	.mod-promo .pntc .btn-multimedia .as-icon-play { background: #282828; width: 36px; }

	.mod-promo	.pntc .btn-multimedia .as-icon-vertical { height: 36px; min-width: 36px; float: left; text-align: center; position: relative; line-height: 36px; color: #fff; z-index: 1; top:0; text-shadow:none; }
	
	.mod-promo .pntc .btn-multimedia.betech .as-icon-vertical { position: relative; background: #fff; padding: 0 10px; }
	.mod-promo .pntc .btn-multimedia.betech .as-icon-vertical:before { position: relative; font-family: 'as-icons'; color: #004CEB; content: "\e90a"; font-size: 20px; line-height: 38px; }

	.mod-promo .pntc .btn-multimedia.buenavida .as-icon-vertical { background: url(/img/comunes/logos/as/buenavidamas.svg) no-repeat #fff center; background-size: 93px; width: 110px; }
	.mod-promo .pntc .btn-multimedia.buenavida .as-icon-vertical:before { content: ""; }

	.mod-promo .pntc .btn-multimedia.tikitakas .as-icon-vertical { background: url(/img/comunes/logos/as/tk-logo-complete.svg) no-repeat #fff center; background-size: 93px; width: 105px; }
	.mod-promo.bis .pntc .btn-multimedia.tikitakas .as-icon-vertical:before { content: "";	}	

	.mod-promo .pntc .btn-multimedia.epik .as-icon-vertical { background: url(/img/comunes/logos/as/epik-logo-complete.svg) no-repeat #fff center; background-size: 40px; width: 56px; }
	.mod-promo .pntc .btn-multimedia.epik .as-icon-vertical:before { content: "";	}	

	/* -md to max */
	@media (min-width: 992px) {
		
    	.row.flexible .col-md-3 { width: 24.9%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-md-4 { width: 33.3%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-md-6 { width: 49.9%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-md-8 { width: 66.6%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-md-12 { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }

		.pntc-separador { flex: 1 100%; margin: 0 10px 20px 10px; padding: 20px 0 0 0; border-bottom: 1px solid #ddd; clear: both; }
		.pntc-separador-3px { border-width: 3px; } 
		.pntc-separador-v { flex: 1 100%; margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: 1px solid #ddd; clear: both; }

		.separador:after { content: ''; height: 1px; width: 100%; display: block; background: #ddd; margin: 0 10px; margin-bottom: 40px; position: relative; top: 20px; }

		/* en V */		

			.col-md-6 > .pntc-v figure { height: 271px; }
			.col-md-4 > .pntc-v article figure { height: 175px; }
			.col-md-3 .pntc-v figure { height: 131px; } 
			.col-md-2 .pntc figure { height: 84px; } 

			.col-md-12 > .pntc-v .pntc-content .title, 
			.col-md-10 > .pntc-v .pntc-content .title { font-size: 48px; line-height: 50px; }
			.col-md-8 > .pntc-v .pntc-content .title { font-size: 38px; line-height: 40px; }
			.col-md-6 > .pntc-v .pntc-content .title { font-size: 32px; line-height: 34px; }
			.col-md-4 .pntc-v .pntc-content .title { font-size: 20px; line-height: 22px; }
			.col-md-3 .pntc-v .pntc-content .title { font-size: 16px; line-height: 18px; }
			.col-md-2 .pntc .pntc-content .title { font-size: 16px; line-height: 18px; margin-bottom: 0; }

			.col-md-12 > .pntc-v .pntc-content .txt,
			.col-md-10 > .pntc-v .pntc-content .txt,
			.col-md-8 > .pntc-v .pntc-content .txt { font-size: 16px; line-height: 18px; }

			.col-md-2 .pntc .pntc-content { padding-bottom: 0; }
		
		/* en H */

			/* invertidas */			
			.pntc-h.f-inv figure { float: right; }	
			.pntc-h.f-inv .pntc-content { padding-right: 247px; padding-left: 0; }
			.pntc-h.f-inv .pntc-autor-share { padding-right: 247px; padding-left: 0; }

			.col-md-4 .pntc-h figure { width: 151px; height: 131px; }
			.col-md-4 .pntc-h figure img { position: absolute; left: -50%; right: -50%; margin: 0 auto; height: 100%; width: auto;}

			.col-md-4 .pntc-h .pntc-content { padding-left: 166px; padding-bottom: 0; }
			.col-md-4 .pntc-h .pntc-content .title { font-size: 16px; line-height: 18px; margin-bottom: 0; }

			.col-md-4 .pntc-h .pntc-autor-share { height: 28px; padding-left: 166px }
			.col-md-4 .pntc-h .pntc-autor-share .nom-wrapper { display: none; }

		/* ambas */
			
			.col-md-3 .pntc .pntc-content .title { font-size: 16px; line-height: 18px; }
			.col-md-2 .pntc .pntc-autor-share { display: none; }

		/* fix grid anidados  */
			
			[class^="col-md-"] .col-md-6 > .pntc-v figure { height: 178px; }
			[class^="col-md-"] .col-md-6 > .pntc-v .pntc-content .title { font-size: 20px; line-height: 22px; }
			[class^="col-md-"] [class^="col-md-"] > .pntc.pntc-nofigure .pntc-content { padding-bottom: 10px; }
			[class^="col-md-"] [class^="col-md-"] > .pntc.pntc-nofigure .pntc-content .title { margin-bottom: 0; }

		/* cambio de tamaño en share */
			
			.col-md-6 > .pntc-h .pntc-autor-share,
			.col-md-4 .pntc-h .pntc-autor-share,
			.col-md-3 .pntc-h .pntc-autor-share,
			.col-md-3 .pntc-v .pntc-autor-share { height: 28px; } 

			.col-md-6 > .pntc-h .pntc-autor-share .nom-wrapper,
			.col-md-4 .pntc-h .pntc-autor-share .nom-wrapper,
			.col-md-3 .pntc-h .pntc-autor-share .nom-wrapper,
			.col-md-3 .pntc-v .pntc-autor-share .nom-wrapper { line-height: 28px; height: 28px; } 

			.col-md-6 > .pntc-h .pntc-autor-share .nom-wrapper .nom,
			.col-md-4 .pntc-h .pntc-autor-share .nom-wrapper .nom,
			.col-md-3 .pntc-h .pntc-autor-share .nom-wrapper .nom,
			.col-md-3 .pntc-v .pntc-autor-share .nom-wrapper .nom { display: none; }

			.col-md-6 > .pntc-h .pntc-autor-share .btn-wrapper .btn-comment,
			.col-md-4 .pntc-h .pntc-autor-share .btn-wrapper .btn-comment,
			.col-md-3 .pntc-h .pntc-autor-share .btn-wrapper .btn-comment,
			.col-md-3 .pntc-v .pntc-autor-share .btn-wrapper .btn-comment { height: 28px; line-height: 26px; padding: 0px 8px 0 9px; }

			.col-md-6 > .pntc-h .pntc-autor-share .btn-wrapper .btn-icon,
			.col-md-4 .pntc-h .pntc-autor-share .btn-wrapper .btn-icon,
			.col-md-3 .pntc-h .pntc-autor-share .btn-wrapper .btn-icon,
			.col-md-3 .pntc-v .pntc-autor-share .btn-wrapper .btn-icon { font-size: 14px; }

			.col-md-6 > .pntc-h .pntc-autor-share .btn-wrapper .as-icon-comentario,
			.col-md-4 .pntc-h .pntc-autor-share .btn-wrapper .as-icon-comentario,
			.col-md-3 .pntc-h .pntc-autor-share .btn-wrapper .as-icon-comentario,
			.col-md-3 .pntc-v .pntc-autor-share .btn-wrapper .as-icon-comentario { top: 2px; }

			.col-md-6 > .pntc-h .pntc-autor-share .btn-wrapper .btn-comment .comment-n,
			.col-md-4 .pntc-h .pntc-autor-share .btn-wrapper .btn-comment .comment-n,
			.col-md-3 .pntc-h .pntc-autor-share .btn-wrapper .btn-comment .comment-n,
			.col-md-3 .pntc-v .pntc-autor-share .btn-wrapper .btn-comment .comment-n { font: 11px/13px Arial,helvetica; margin-left: 6px; }

			.col-md-6 > .pntc-h .pntc-autor-share .btn-wrapper .btn-share,
			.col-md-4 .pntc-h .pntc-autor-share .btn-wrapper .btn-share,
			.col-md-3 .pntc-h .pntc-autor-share .btn-wrapper .btn-share,
			.col-md-3 .pntc-v .pntc-autor-share .btn-wrapper .btn-share { line-height: 24px; height: 28px; }

		/* cambio de tamaño en btn-multimedia */
	
			.col-md-3 .pntc .btn-multimedia,
			.col-md-2 .pntc .btn-multimedia { height: 32px; }
			
			.col-md-3 .pntc .btn-multimedia [class^="as-icon-"], 
			.col-md-3 .pntc .btn-multimedia [class*="as-icon-"],			
			.col-md-2 .pntc .btn-multimedia [class^="as-icon-"], 
			.col-md-2 .pntc .btn-multimedia [class*="as-icon-"] { height: 32px; line-height: 32px; min-width: 32px;}

			.col-md-3 .pntc .btn-multimedia .as-icon-foto,
			.col-md-2 .pntc .btn-multimedia .as-icon-foto { font-size: 17px; }			

			.col-md-3 .pntc .btn-multimedia .as-icon-play,
			.col-md-2 .pntc .btn-multimedia .as-icon-play { font-size: 20px; }

			.col-md-3 .pntc .btn-multimedia .as-icon-canal,
			.col-md-3 .pntc .btn-multimedia .as-icon-vid-dur,
			.col-md-2 .pntc .btn-multimedia .as-icon-canal,
			.col-md-2 .pntc .btn-multimedia .as-icon-vid-dur { display: none; }

		/*TIPOLOFÍA noticias*/

		/*ad*/

			.col-md-4 .pntc-h.pntc-ad .pntc-content { padding-left: 150px; }
			.col-md-4 .pntc-h.pntc-ad .pntc-content .title { padding-left: 15px; }

		/*opinion*/

			.col-md-3 .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper,
			.col-md-4 .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper,
			.col-md-6 > .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper { display: block; margin-top: 0px; width: auto; margin-right: 0px; padding-right: 0px; }	
			.col-md-3 .pntc-h.pntc-opinion .pntc-autor-share,
			.col-md-4 .pntc-h.pntc-opinion .pntc-autor-share { padding-left: 0; }
			.col-md-3 .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper .nom,
			.col-md-4 .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper .nom,
			.col-md-6 > .pntc-h.pntc-opinion .pntc-autor-share .nom-wrapper .nom { display: block; margin-top: 3px; } 	

			.col-md-3 .pntc.pntc-opinion figure,
			.col-md-4 .pntc.pntc-opinion figure { width: auto; height: 110px; }
			.col-md-4 .pntc.pntc-opinion figure img { position: relative; left: auto; right: auto; margin: 0; }
			.col-md-3 .pntc-h.pntc-opinion .pntc-content,
			.col-md-4 .pntc-h.pntc-opinion .pntc-content { padding-left: 115px; padding-bottom: 50px; }		
			.col-md-3 .pntc-v.pntc-opinion .pntc-content,	
			.col-md-4 .pntc-v.pntc-opinion .pntc-content { padding-left: 10px; padding-bottom: 140px; }  
			.col-md-3 .pntc-h.pntc-opinion .pntc-content .title,
			.col-md-4 .pntc-h.pntc-opinion .pntc-content .title { font-size: 18px; line-height: 20px; }

			.col-md-3 .pntc-v.pntc-opinion .pntc-autor-share .nom-wrapper { display: block; margin-top: 0; margin-right: 0px; padding-right: 0px;}
			.col-md-3 .pntc-v.pntc-opinion .pntc-autor-share .nom-wrapper .nom { display: block; padding-left: 95px;}
			.col-md-3 .pntc-v.pntc-opinion .pntc-autor-share .btn-wrapper { display: none; }
 			
 		/*grafica*/
				
			.pntc.pntc-grafico figure { float: right; height: 300px; width: 420px; }
			.pntc.pntc-grafico figure img { height: 100%; width: auto; position: absolute; left: -50%; right: -50%; margin: 0 auto; }
			.pntc.pntc-grafico .pntc-content { padding-left:0; padding-right: 435px; }
			.pntc.pntc-grafico .pntc-autor-share { padding-left:0; padding-right: 435px; }
			.pntc-grafico.pntc-destacada .pntc-content, .pntc-grafico.pntc-destacada .pntc-autor-share { padding-left: 10px; }

 		/*marcador*/

    		.col-md-8 > .pntc .pntc-marcador .equipo-nom { font-size: 16px; line-height: 12px; }
			.col-md-8 > .pntc .pntc-marcador .tanteo { font-size: 50px; line-height: 88px; }				
			.col-md-6 > .pntc .pntc-marcador .equipo-nom { font-size: 15px; line-height: 12px; }
			.col-md-6 > .pntc .pntc-marcador .tanteo { font-size: 43px; line-height: 78px; }	

			.col-md-3 .pntc .pntc-marcador { height: 115px; overflow: visible; margin-bottom: 0; }
			.col-md-3 .pntc .pntc-marcador .equipo { width: 32%; }
			.col-md-3 .pntc .pntc-marcador .tanteo { width: 18%; font: 30px/77px "ascombold",Arial,Helvetica; }
				.col-md-3 .pntc .pntc-marcador .tanteo1 span { position:relative; left: -5px; }
				.col-md-3 .pntc .pntc-marcador .tanteo2 span { position:relative; left: 5px; }
			.col-md-3 .pntc .pntc-marcador .tiempo { position: absolute; left: 50%; margin-left: -30px; width: 60px; }
			.col-md-3 .pntc .pntc-marcador .tiempo span, 
			.col-md-3 .pntc .pntc-marcador .tiempo a { top: -35px; border:none; }

		/*fotogaleria*/

			.pntc.pntc-fotogaleria figure { height: 100%; } 
			.pntc.pntc-fotogaleria figure img { position: absolute; top:-50%; bottom:-50%; left: -50%; right: -50%; margin: auto; }

			.col-md-4 > .pntc-v.pntc-fotogaleria figure img,
			.col-md-5 > .pntc-v.pntc-fotogaleria figure img,
			.col-md-6 > .pntc-v.pntc-fotogaleria figure img { width: auto; height: 100%; } 

		/*sin figura + destacada*/ 

			.pntc-h.pntc-nofigure .pntc-content { padding-left: 0; }
			.pntc-destacada.pntc-nofigure .pntc-content { padding:10px; }

		/*noticias relacionadas más vistas */

		.ntc-module .ntc.ntc-destacada figure { height: 170px; float: none; width: auto; margin-right: 0; }
		.ntc-module .ntc.ntc-destacada .btn-multimedia { height: 36px; }
		.ntc-module .ntc.ntc-destacada .ntc-pos { font: 22px/36px "sourceblack",arial,helvetica; height: 36px; width: 36px; }
		.ntc-module .ntc.ntc-destacada .as-icon-play { width: 36px; height: 36px; padding-left: 3px; line-height: 36px; font-size: 24px; }
		.ntc-module .ntc.ntc-destacada .as-icon-astv { display: block; float: left; width: 60px; background: #333; color: #fff; font-size: 26px; line-height: 36px; text-align: center; }
		.ntc-module .ntc.ntc-destacada hgroup { padding-left: 3px; }
		.ntc-module .ntc.ntc-destacada .ntc-subtitle { margin-left: 5px; margin-bottom: 3px; }
		.ntc-module .ntc.ntc-destacada .ntc-title { font: 18px/21px "ascombold",Arial,Helvetica; margin: 0 5px 10px 5px; }

	}

	/* -md to min */
	@media (max-width: 991px) {

		.row.flexible .col-md-3, 
	    .row.flexible .col-md-4, 
	    .row.flexible .col-md-5, 
	    .row.flexible .col-md-6, 
	    .row.flexible .col-md-7, 
	    .row.flexible .col-md-8, 
	    .row.flexible .col-md-9, 
	    .row.flexible .col-md-10,	     
	    .row.flexible .col-md-11, 
	    .row.flexible .col-md-12 { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }

	    /*---*/

		.pntc { margin-bottom: 40px; }
		.pntc:after { content:''; position: absolute; left: 0; bottom: -20px; width: 100%; height: 1px; border-bottom: 1px solid #ddd; }
		
		/*
		.pntc figure { width: 232px; height: 131px; float: left; }
		.pntc figure img { height: auto; width: 100%;}
		.pntc .pntc-content { padding-left: 247px; padding-top: 0; }
		.pntc .pntc-autor-share { padding-left: 247px; bottom: 0px; }
		*/

		.pntc-h figure { width: 232px; height: 131px; float: left; }
		.pntc-h figure img { height: auto; width: 100%;}
		.pntc-h .pntc-content { padding-left: 247px; padding-top: 0; }
		.pntc-h .pntc-autor-share { padding-left: 247px; bottom: 0px; }

		/*noticias destacadas a col12-10-8*/
		
		.col-md-12 > .pntc-v figure, 
		.col-md-10 > .pntc-v figure { height: auto; }  
		.col-md-8 > .pntc-v figure { height: auto; }

		.col-md-12 > .pntc-v, .col-md-10 > .pntc-v, .col-md-8 > .pntc-v { margin-bottom: 15px; }
		.col-md-12 > .pntc-v:after, .col-md-10 > .pntc-v:after , .col-md-8 > .pntc-v:after { display: none; }

		.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: 24px; line-height: 26px; }

		
		/*...*/
		
		/*destacada*/
		/*.pntc-v.pntc-destacada .pntc-content { padding-top: 10px; padding-left: 251px; }
		.pntc-v.pntc-destacada .pntc-autor-share { padding-left: 251px; }*/

		/*ad*/
		/*.pntc-v.pntc-ad figure { border-bottom: none; border-right: 3px solid #d9d6d0; }
		.pntc-v.pntc-ad .pntc-content { padding-left:234px; }
		.pntc-v.pntc-ad .pntc-content .title { padding: 10px 10px 0 15px; }*/

		/*fotogaleria*/
		.pntc.pntc-fotogaleria article { min-height: auto; }
		.pntc.pntc-fotogaleria figure { position: relative; height: auto; width: 100%; top: 0; left: 0; margin-bottom: 0;}			
		.pntc.pntc-fotogaleria figure img { width: 100%; height: auto; }

		/*pool*/
		.pntc-v.pntc-pool figure { height: 180px; width: 100%; float: none; margin-bottom: 0; }
		.pntc-v.pntc-pool figure img { width: 100%; height: auto;}
		.pntc-v.pntc-pool .pntc-content { padding-left: 10px; padding-top: 10px; }

			
	}

	/* -sm to max

	@media (min-width: 768px){


		/*grafico
		.col-md-12 > .pntc-h.pntc-grafico figure,
		.col-md-8 > .pntc-h.pntc-grafico figure { float: right; height: auto; width: 480px; }
		.col-md-12 > .pntc-h.pntc-grafico .pntc-autor-share .nom-wrapper,
		.col-md-8 > .pntc-h.pntc-grafico .pntc-autor-share .nom-wrapper { display: none; }
		.col-md-12 > .pntc-h.pntc-grafico .btn-wrapper,
		.col-md-8 > .pntc-h.pntc-grafico .btn-wrapper { float: left; }

		.col-md-12 > .pntc-h.pntc-grafico .pntc-content,
		.col-md-8 > .pntc-h.pntc-grafico .pntc-content { padding-left: 0; padding-right: 495px; }
		.col-md-12 > .pntc-h.pntc-grafico .pntc-autor-share,
		.col-md-8 > .pntc-h.pntc-grafico .pntc-autor-share { padding-left: 0; padding-right: 495px; }

	} */
	
	/* -sm to -xs*/

	@media (max-width: 991px) and (min-width: 768px) {
		
		.row.flexible .col-sm-3 { width: 24.9%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-sm-4 { width: 33.3%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-sm-6 { width: 49.9%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-sm-8 { width: 66.6%; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
	    .row.flexible .col-sm-12 { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; flex: 0 auto; }
		
		/*slider producto*/
		.slider-producto .slick-prev { left: 10px; } 
		.slider-producto .slick-next { right: 10px; }

		/*destacada
		.pntc.pntc-destacada .pntc-content { padding: 10px 10px 45px 244px; }		
		.pntc.pntc-destacada .pntc-autor-share { padding-left: 244px; }	

		/*conmarcador
		.pntc-v.pntc-directo .pntc-content { padding-top: 10px; padding-left: 0; }
		.pntc-v.pntc-directo .pntc-autor-share { padding-left: 0; }
		.pntc-v.pntc-directo .pntc-marcador { height: 131px; }
			.pntc-v.pntc-directo .pntc-marcador .equipo { padding: 25px 5px 0 5px; }
			.pntc-v.pntc-directo .pntc-marcador .equipo-escudo { height: 55px; }
			.pntc-v.pntc-directo .pntc-marcador .equipo-nom { font: 14px/12px "ascombold",Arial,Helvetica; }
			.pntc-v.pntc-directo .pntc-marcador .tanteo { font: 45px/115px "ascombold",Arial,Helvetica; }
			.pntc-v.pntc-directo .pntc-marcador .tiempo { line-height: 110px; }*/
		

		.col-sm-3 .pntc figure { height: 84px; } 
		.col-sm-3 .pntc .pntc-content .title { font-size: 16px; line-height: 18px; margin-bottom: 0; }
		.col-sm-3 .pntc .pntc-content { padding-bottom: 0; }
		.col-sm-3 .pntc .pntc-autor-share { display: none; }

		/* cambio de tamaño en btn-multimedia */
	
			.col-sm-3 .pntc .btn-multimedia { height: 32px; }
			.col-sm-3 .pntc .btn-multimedia [class*="as-icon-"] { height: 32px; line-height: 32px; min-width: 32px;}
			.col-sm-3 .pntc .btn-multimedia .as-icon-foto { font-size: 17px; }			
			.col-sm-3 .pntc .btn-multimedia .as-icon-play { font-size: 20px; }
			.col-sm-3 .pntc .btn-multimedia .as-icon-canal,
			.col-sm-3 .pntc .btn-multimedia .as-icon-vid-dur { display: none; }


		/* módulo noticias relacionadas */
		.ntc-module { width:100%; }
		.ntc-module .ntc-title { font: normal 18px/21px "ascombold", sans-serif; }
        
        /* módulo verticales */
        .mod-promo .col-md-4 > .pntc-v figure.item-multimedia { height: 132px; }
        .mod-promo .col-md-4 .pntc.pntc-v .pntc-content .title { font: 19px/22px "sourcesans", sans-serif; }

	}

	/* -xs */

	@media (max-width: 767px) {
		
		.pntc { margin-bottom: 20px; }
		.pntc:after { bottom: -10px; }
		.pntc figure { width: 124px; height: 90px; float: left; }
		.pntc .pntc-content { padding-left: 134px; padding-bottom: 28px; padding-top: 0; }
		.pntc .pntc-content .title { font: 17px/19px 'ascombold',arial,helvetica; }
		.pntc .pntc-content .subtitle { font: 12px/14px 'sourcesans',arial,helvetica; }


		.pntc .btn-multimedia { height: 28px; }
		.pntc .btn-multimedia [class^="as-icon-"], .pntc .btn-multimedia [class*="as-icon-"] { height: 28px; min-width: 28px; line-height: 28px; }

		.pntc .btn-multimedia .as-icon-vid-dur { display: none; }
		.pntc .btn-multimedia .as-icon-canal { display: none; }
		.pntc .btn-multimedia .as-icon-play { font-size: 20px; }
		.pntc .btn-multimedia .as-icon-foto, .pntc .btn-multimedia .as-icon-encuesta { font-size: 16px; }
		
		.pntc .pntc-autor-share { padding-left: 134px; height: 28px; }
		.pntc .pntc-autor-share .nom-wrapper { display: none;}

		.pntc .pntc-autor-share .btn-wrapper .btn-comment { height: 28px; line-height: 26px; padding: 0px 8px 0 9px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-icon { font-size: 14px; }
		.pntc .pntc-autor-share .btn-wrapper .as-icon-comentario { top: 2px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-comment .comment-n { font: 11px/13px Arial,helvetica; margin-left: 6px; }
		.pntc .pntc-autor-share .btn-wrapper .btn-share { line-height: 24px; height: 28px; }
			
		/*opinion*/
		.pntc.pntc-opinion .pntc-autor-share .nom-wrapper { display: block; height: 28px; }
		.pntc.pntc-opinion .pntc-autor-share .nom { margin-top: 3px; }

		/*destacada*/
		.pntc.pntc-destacada .pntc-content { padding: 10px 10px 34px 134px; }		
		.pntc.pntc-destacada .pntc-autor-share { padding-left: 134px; }	
		
		/*galeria*/
		.pntc-v.pntc-fotogaleria .pntc-content { padding-bottom: 35px; }
		
		/*marcador*/
		.pntc-v.pntc-directo figure { max-height: 419px; height: auto; width: 100%; float: none; }
		.pntc-v.pntc-directo figure img { width: 100%; height: auto;}
		.pntc-v.pntc-directo .pntc-content { padding-left: 0px; padding-top: 10px; }

		/*pool*/
		.pntc-v.pntc-pool figure { max-height: 419px; height: auto; width: 100%; float: none; }
		.pntc-v.pntc-pool figure img { width: 100%; height: auto;}
		.pntc-v.pntc-pool .pntc-content { padding-left: 10px; padding-top: 10px; }

		/*ad*/
		
		.pntc.pntc-ad .pntc-content { padding-left: 124px; padding-bottom: 0; }
		.pntc.pntc-ad .pntc-content .title { padding: 10px 10px 0 15px; }

		/* módulo noticias relacionadas */
		.ntc-module { width: 100%; }
		.ntc-module .ntc-title { font-size: 14px; }
        
        /* módulo verticales */
        .mod-promo .col-md-4 .pntc-v .pntc-content hgroup { padding-bottom: 15px; }
   
    }  