/**
 * LAYOUT BOOTSTRAP
 *


/** Hidden elements
---------------------------------------- */

.hide { display: none!important; } 


/** Grid framework
---------------------------------------- */

/* Revistar cuando tengamos el grid del framework */

.grid { margin: 0 auto; width: 994px; text-align: left; border-left:1px solid #ccc; border-right:1px solid #ccc; background:#fff;}
	.row { margin-left: -10px; *zoom: 1; }
	.sidebar .row { margin-left: -19px; margin-right:-1px; *zoom: 1; }
	.row .row { margin-left:-19px; }

	.row:before, .row:after { content: " "; display: table; }
	.row:after { clear: both; }
		
		.col-2, .col-3, .col-4, .col-5, .col-5-b, .col-6, .col-6-b, .col-7, .col-8,
		.col-9, .col-10, .col-11, .col-12, .col-13, .col-14,
		.col-15, .col-16, .col-17, .col-18, .col-7-a, .col-4-a, .col-6-a, .col-10-a   { float: left; display: inline; margin-left: 19px; }
		.col-4-b { float: left; display: inline; margin-left: 17px; }
		.col-3-c{ float: left; display: inline; margin-left: 20px; }
		.col-9-a { float: left; display: inline; margin-left: 10px; margin-right:8px}
		.col-1, .gap-1 { width: 70px; }
		.col-2, .gap-2 { width: 93px; }
		.col-2-a, .gap-2-a { width: 114px; }
		.col-3, .gap-3 { width: 149px; }
		.col-3-b, .gap-3-b { width: 163px; }
		.col-3-c, .gap-3-c { width: 179px; }
		.col-4, .gap-4 { width: 205px; }
		.col-4-a, .gap-4-a { width: 237px; }
		.col-4-b, .gap-4-b { width: 231px; }
		.col-5, .gap-5 { width: 261px; }
		.col-5-b, .gap-5-b { width: 285px; }
		.col-6, .gap-6 { width: 317px; } /* sidebar */
		.col-6-b, .gap-6-b {width: 304px;}
		.sidebar.col-6 { width:304px; } /* falseamos el sidebar */
		.sidebar.col-5 { width:251px; } /* falseamos el sidebar */
		.sidebar.col-4, .sidebar.gap-4   { width:197px; } /* falseamos el sidebar */
		.sidebar.col-3, .sidebar.gap-3     { width:143px; } /* falseamos el sidebar */
		.sidebar.col-7 { width:360px; } /* falseamos el sidebar */
		.sidebar.col-8 { width:416px; } /* falseamos el sidebar */
		.sidebar.col-9 { width:472px; } /* falseamos el sidebar */
		.sidebar.col-10 { width:528px; } /* falseamos el sidebar */

				.sidebar .col-2, .sidebar .gap-2 { width: 89px; }
				/*.sidebar .col-2-a, .sidebar .gap-2-a { width: 132px; }*/
				.sidebar .col-3, .sidebar .gap-3 { width: 143px; }
				.sidebar .col-4, .sidebar .gap-4 { width: 197px; }
				.sidebar .col-5, .sidebar .gap-5 { width: 251px; }
				.sidebar .col-6, .sidebar .gap-6 { width: 304px; } /* sidebar */
				.sidebar.col-6-a, .sidebar.gap-6-a { width: 404px; } /* sidebar video */


		.col-7, .gap-7 { width: 373px; }
			.col-7-a, .gap-7-a { width: 419px; }
		.col-8, .gap-8 { width: 429px; }
		.col-9, .gap-9 { width: 485px; }
		.col-9-a, .gap-9-a { width: 479px; }
		.col-10, .gap-10 { width: 541px; } 
		.col-10-a, .gap-10-a { width: 553px; } 
		.col-11, .gap-11 { width: 597px; }
		.col-12, .gap-12 { width: 653px; }


		.col-13, .gap-13 { width: 707px; }
		.col-14, .gap-14 { width: 761px; }
		.col-15, .gap-15 { width: 815px; }
		.col-16, .gap-16 { width: 869px; }
		.col-17, .gap-17 { width: 923px; }
		.col-18, .gap-18 { width: 976px; }

		/*offset*/
		.offset-1 {margin-left:75px;}
		.offset-2 {margin-left: 122px;}
		.offset-3 {margin-left: 149px;}
		.offset-4 {margin-left: 205px;}
		.offset-5 {margin-left: 261px;}
		.offset-6 {margin-left: 317px;}
		.offset-7 {margin-left: 373px;}
		.offset-8 {margin-left: 429px;}
		.offset-9 {margin-left: 485px;}
		.offset-10 {margin-left: 541px;}
		.offset-11 {margin-left: 597px;}
		.offset-12 {margin-left: 653px;}
		.offset-13 {margin-left: 707px;}
		.offset-14 {margin-left: 761px;}
		.offset-15 {margin-left: 815px;}
		.offset-16 {margin-left: 869px;}
		.offset-17 {margin-left: 923px;}
		.offset-18 {margin-left: 976px;}
			

.gap-50pct { width:50%; }
.gap-25pct { width:25%; }
.gap-33pct { width:33.3%; }

/* separadores verticales */
.c-separator-6-6 { 
	position:absolute;
	top:1px;
	bottom:0px;
	left:345px;
	background:#d6d6d6;
	width:1px;
}
.c-separator-8-4 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:456px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-3-3-sidebar { 
	position:absolute;
	top:0px;
	bottom:9px;
	left:141px;
	background:#f5f5f5;
	width:2px;
}
/* separador para lista enlaces en col-3 */
.mdl-separator .c-separator-3-3-sidebar { top:5px; bottom:-3px}

.c-separator-12-sidebar { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:681px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-punteado-rates { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	border-left:1px dotted #C8C7C7;
	width:1px;
}

.c-separator-50pct { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	background:#f0f0f0;
	width:1px;
	margin-left:-1px;
}
.c-separator-w-50pct { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	background:#fff;
	width:1px;
	margin-left:-1px;
	z-index:2;
}
.c-separator-w-33pct-1 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:33.33%;
	background:#fff;
	width:1px;
	z-index:2;
}
.c-separator-w-33pct-2 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:66.66%;
	background:#fff;
	width:1px;
	z-index:2;
}

.c-separator-3-1 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:256px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-3-2 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:504px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-3-3 { 
	position:absolute;
	top:0px;
	bottom:0px;
	left:752px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-50pct-b { 
	position:absolute;
	top:3px;
	bottom:1px;
	left:504px;
	background:#d6d6d6;
	width:1px;
}


.c-separator-1-5 { 
	position:absolute;
	top:3px;
	bottom:1px;
	left:214px;
	background:#d6d6d6;
	width:1px;
}
.c-separator-2-5 { 
	position:absolute;
	top:3px;
	bottom:1px;
	left:413px;
	background:#d6d6d6;
	width:1px;
}
.c-separator-3-5 { 
	position:absolute;
	top:3px;
	bottom:1px;
	left:613px;
	background:#d6d6d6;
	width:1px;
}
.c-separator-4-5 { 
	position:absolute;
	top:3px;
	bottom:1px;
	left:811px;
	background:#d6d6d6;
	width:1px;
}

.c-separator-2-video { 
	position:absolute;
	top:0px;
	bottom:10px;
	left:581px;
	background:#d6d6d6;
	width:1px;
}


/* header home */

.portada { border-bottom: 3px solid #777777; margin: 0 -1px 20px;}
.hdr-p {background: #dc0504; /* Old browsers */
	background: -webkit-linear-gradient(top, #dc0504 0%, #c00202 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #dc0504 0%, #c00202 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0504', endColorstr='#c00202', GradientType=0 ); /* IE6-9 */ 
	height:72px;
	border-bottom: 1px solid #9B0202;}
.hdr-p .fecha {padding: 33px 0 0 15px; color:#ffffff; font:bold 11px Arial, Helvetica;}
.hdr-p .fecha .hdr-p-fec {color:#cccccc;}
.hdr-p .periodico {height:100%; /*z-index:31;*/ z-index:6000; position: relative;}	
.hdr-p .periodico .portada-mini {height: auto; margin: 6px 15px 0 0; width: 42px; border:2px solid #A70303; border-radius: 2px; position: relative; z-index: 101;}
.hdr-p .periodico:before {position: absolute; content: " "; background:background: #C20202; /* Old browsers */
	background: -webkit-linear-gradient(top, #BD0303 0%, #910101 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #BD0303 0%, #910101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD0303', endColorstr='#910101', GradientType=0 ); /* IE6-9 */ 
    bottom: 4px; height: 15px; right: 4px; width: 13px; z-index: 100;}
.hdr-p .periodico:after { border-color: transparent #C20202 #C20202 transparent; border-style: solid; border-width: 8px; bottom: 3px; content: " "; position: absolute; right: 4px; z-index: 100;}
.hdr-p .periodico .modal { display:none; z-index:2000; height:auto; right:5px; top:5px; padding:1px; background:#f8f8f8; -webkit-box-shadow: 0px 2px 2px 1px rgba(150, 150, 150, 0.5);box-shadow: 0px 2px 2px 1px rgba(150, 150, 150, 0.5); -webkit-border-radius:2px; border-radius:2px;  }
.hdr-p .periodico .modal img { margin:5px; width:433px; height:auto;}
.hdr-p .periodico .modal .btn { padding-left:5px;}
.hdr-p .periodico .modal .icon-S { height:14px;}
.hdr-p .periodico .modal-ftr { padding:6px; background:#e5e5e5; border-top: 1px solid #FFFFFF; width: 433px;}
.hdr-p .periodico .modal-ftr .ico-kioskoymas { opacity: 1;}
.hdr-p .periodico .modal-ftr .ico-kioskoymas:hover { opacity: 0.5;}
.hdr-p .periodico h4 {width: 200px; right:65px; bottom:3px; font:13px/16px Arial, Helvetica; font-style:italic; margin-right: 7px;}
.hdr-p .periodico h4 a {color: #FFFFFF; overflow: hidden; text-align: right; padding-bottom: 3px; border-bottom: 1px dotted #DF6868;}
.hdr-p .periodico h4 .lnk-cat-prt {font: 11px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; border-bottom: none; padding:3px 0 0 10px;}
.hdr-p .periodico h4 .lnk-cat-prt:before {position: absolute; content: " "; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 4px solid transparent; border-left: 4px solid #FFFFFF; left: 0; top: 6px;}
.hdr-p-logo {background: url("/img/sprite.png") no-repeat scroll 0 -240px transparent; height: 42px; left: 458px; position: absolute; text-indent: -9999px; top: 15px; width: 78px;}
.crespon{ height: 50px; left: 540px;  text-indent: -9999px; top: 16px; width: 30px; background:url("/img/crespon.png") no-repeat scroll 0 0 transparent;}

.hdr-link-list li {padding:0 10px;}
.hdr-link-list a{font:11px/17px Arial, Helvetica; color:#444; }
.redes { }
.redes:before { 
	content:"";
	position:absolute;
	left:-10px; bottom:-6px; top:-8px;
	width:0;
	border-left:1px solid #999;	
	z-index:0;
}
.redes li {margin-right: 0; padding: 2px 4px; font: 11px/18px Arial,Helvetica; color:#ffffff;}
.redes li a{ height: 18px; width: 20px; display:block;}
.nav-aux  {}
.nav-aux:before { 
	content:"";
	position:absolute;
	left:-10px; bottom:-8px; top:-11px;
	width:0;
	border-left:1px solid #999;	
	z-index:0;
}
.nav-aux .icon-S { height:20px;}
.nav-aux li:first-child:before {content:""; position:absolute; left:57px; bottom:-8px; top:-11px; width:0; border-left:1px solid #999;	z-index:0;}

/* header */

	.hdr-sup {
		background:#F4F4F4;
		padding:6px;
		margin:0 -1px;
		color:#999;
		z-index:5000;
	}
		.hdr-sup .s-inb { 
			margin-right:0px;
			margin-right /*\**/: 1px\9; 
		}
		.hdr-sup time strong { color:#000; font-weight: normal; }

	.hdr-connect-list li {
		padding:1px 0 0 0;
		padding-top /*\**/: 0px\9; 
	}
	.hdr-connect-list li:first-child { margin-right:7px; padding:0 7px 0 0px; border-right:1px dotted #ccc; }


/* cabecera - ediciones */
.hdr-link-list .hdr-dropdown {border-right: 1px dotted #cccccc; padding-left: 5px; /*padding-right: 25px;*/ cursor: pointer;}
.hdr-link-list .hdr-dropdown a.ed-selector-button {display: inline; padding: 8px 20px 8px 0;}
.hdr-link-list .hdr-dropdown a:hover {text-decoration: none;}
.hdr-link-list .hdr-dropdown .ed-selector-button { display: block;}
.hdr-link-list .hdr-dropdown .ed-selector-button:before {position: absolute; content:" "; right: 12px; top: 7px; border-image: none; border-style: solid; border-width: 3px; border-color: #666666 transparent transparent;}
.hdr-link-list .hdr-dropdown .hdr-drop-m {background: #4F4F4F; /* Old browsers */
    background: -webkit-linear-gradient(top, #4F4F4F 0%, #2B2B2B 20%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #4F4F4F 0%, #2B2B2B 20%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F4F4F', endColorstr='#2B2B2B',GradientType=0 ); /* IE6-9 */ 
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
	left: 1px; top: -7px; width: 100%;
	border-radius: 2px;
	line-height: 20px;
	padding:5px 0;
	display: none;}
.hdr-link-list .hdr-dropdown .hdr-drop-m li:first-child a:before {position: absolute; content:" "; right: 14px; top: 12px; border-image: none; border-style: solid; border-width: 3px; border-color: transparent transparent #CCCCCC;}		
.hdr-link-list .hdr-dropdown .hdr-drop-m li {padding: 0 5px;}
.hdr-link-list .hdr-dropdown .hdr-drop-m li a { display:block; color: #FFFFFF; font: bold 11px/22px Arial,Helvetica; border: 1px solid transparent; padding: 0 5px; } 	
.hdr-link-list .hdr-dropdown .hdr-drop-m li a:hover {border-radius: 2px; border: 1px solid #888;}	
.hdr-link-list .hdr-dropdown .hdr-drop-m li a.sel {color: #D88512;}
.hdr-link-list.inl-list {overflow: visible;}

.hdr-p-edicion .hdr-p-logo {top: 9px;}
.hdr-p-edicion .hdr-p-pais {position: absolute; top: 55px; font: bold 12px/12px Arial, Helvetica; color: #FFFFFF;}
.hdr-p-edicion .hdr-p-pais:before {position: absolute; content: " "; width: 14px; height: 1px; background: #D44242; left: -18px; top: 5px;}
.hdr-p-edicion .hdr-p-pais:after {position: absolute; content: " "; width: 14px; height: 1px; background: #D44242; right: -18px; top: 5px;}
.hdr-chile .hdr-p-edicion .hdr-p-pais {left: 482px;}

/* cabecera - usuario */
.hdr-usr, .hdr-usr .itm-body,  .hdr-usr li a { font:11px/17px Arial, Helvetica; color:#444;}
.usr-img { border:1px solid #ccc;}
.hdr-usr a:hover img { border:1px solid #aaa;}
.hdr-usr li a:hover, .hdr-usr .usr-logged a:hover .itm-body { color: #666; text-decoration: none;}
.hdr-usr .usr-logged img { float:right; margin: -3px 0 -3px 8px;}
.hdr-usr .usr-logged a { color:#444; padding-right: 20px;}
.hdr-usr .usr-logged a:hover { color:#666; text-decoration: none;}
.hdr-usr .usr-logged a:before {position: absolute; content:" "; right: 5px; top: 7px; border-image: none; border-style: solid; border-width: 3px; border-color: #666666 transparent transparent;}
.usr-logged .usr-img { width: 22px; height: 22px;}
.hdr-usr-dropdown {background: #f8f8f8; 
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.5);
    right: 1px; top: -2px; 
    width: 200px;
    border-radius: 2px;
    border:1px solid #cdcdcd;
    padding:5px;
    z-index:150000;
    }
.hdr-close { position: relative; width: 20px; height: 16px;}
.hdr-close :before {position: absolute; content:" "; right: 4px; top: 3px; border-image: none; border-style: solid; border-width: 3px; border-color: transparent transparent #666666;}
.hdr-close :after { position: absolute; content:" "; left: 0px; top: 0px; bottom:0; width: 1px; border-left: 1px solid #cdcdcd;}
.hdr-usr-dropdown .usr-nick { font:bold 14px/14px Arial, Helvetica, sans-serif; color: #444;}
.hdr-usr-dropdown .usr-nick:hover { color:#D17806; text-decoration: none;}
.hdr-usr-dropdown img { width: 50px; height: 50px; }
.hdr-usr-dropdown .btn_orange { text-transform: uppercase; text-align: center;}
.usr-disconnect { padding-left: 12px; color:#444; }
.usr-disconnect:hover { color:#D17806; text-decoration: none; }
.usr-disconnect:before { position: absolute; content:" ";left:4px; top:3px; height:10px; width:2px; background-color:#444; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */
-webkit-transform: rotate(45deg); /* Safari and Chrome */Z-index:1;}
.usr-disconnect:after {	position: absolute; content:" ";left:4px; top:3px; height:10px; width:2px; background-color:#444; transform: rotate(135deg); -ms-transform: rotate(135deg); /* IE 9 */
-webkit-transform: rotate(135deg); /* Safari and Chrome */Z-index:2;}
.usr-disconnect:hover:before, .usr-disconnect:hover:after { background-color:#D17806; }


.header-interior { margin:0 -1px 20px -1px; border-bottom:3px solid #777777; }
	.hdr-nav { }



	.hdr-in-nav .inl-list.hdr-in-nav-main { overflow:visible; height:49px;}
	.hdr-in-nav {
		background: #d21300; /* Old browsers */
		background: -webkit-linear-gradient(top,  #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21300', endColorstr='#b80f00',GradientType=0 ); /* IE6-9 */
		position:relative;
		font-size:13px; 
		z-index:1;
		/** overflow: hidden;
		height: 49px;
		*/
	}
		.hdr-in-nav:before { 
			content:"";
			position:absolute;
			left:0px; bottom:0px; right:0px;
			height:1px;
			background:#999;
			width:100%;
			z-index:0;
		}
		.hdr-in-nav .s-inb { margin-right:0px; z-index: 2;}	

			.hdr-in-nav-main > li a {
				color:#fff;
				display:block;
				padding:0px 15px 2px 15px;
				text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);
				font-weight:bold;
				margin:0 0 0px -2px; 
				border-right:1px solid transparent;
				border-left:1px solid transparent;
				line-height:49px;
				margin-bottom:-5px;
			 }	
			.hdr-in-nav-main > li:hover a {margin-bottom:0px;}			 		
			.hdr-in-nav-main { position:relative; z-index:1; }
			.hdr-in-nav-main > li { border-right:1px solid #B40202;}
			.hdr-in-nav-main > li:last-child { border-right:1px solid transparent; }
			.hdr-in-nav-main li.as { text-indent:-9000px;}
				.hdr-in-nav-main li.as a { 
					display:block;
					width:38px;
					height:45px;
					background: url(/img/sprite.png) no-repeat;
					overflow:hidden;
					padding:0px;
					margin:0 12px 0 13PX;
				}
				.hdr-in-nav-main li.as a:hover { 
					border-right:1px solid transparent;
					border-left:1px solid transparent;
				}

			.hdr-in-nav .actual, .hdr-in-nav .activo { 
				background: #777777; /* Old browsers */
				background: -webkit-linear-gradient(top,  #333333 0%,#777777 99%); /* Chrome10+,Safari5.1+ */
				background: linear-gradient(to bottom,  #333333 0%,#777777 99%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
				position:relative; 
				z-index:5;
				border-left:1px solid #959595;
				border-right:1px solid #959595;
				margin:-1px 0px 0px -1px ;
				padding:0px 0px 2px;
				border-bottom:2px solid #777;
			}
			.hdr-in-nav .actual, .hdr-in-nav #menu_inicio.activo {margin:-1px 0 0; border-left:none;}
			.hdr-in-nav-help li.as-tv.actual, .hdr-in-nav-help li.as-fotos.actual  {margin-top:0;}
			.hdr-in-nav-main .activo a,.hdr-in-nav-main .actual a { padding-top:1px}
			.hdr-in-nav-help .activo a,.hdr-in-nav-help .actual a { padding-top:3px}
			.hdr-in-nav-help .activo,.hdr-in-nav-help .actual { margin-left:-1px}
			.hdr-in-nav .actual  {
				background: #111; /* Old browsers */
				background: -webkit-linear-gradient(top,  #333333 0%,#212121 99%); /* Chrome10+,Safari5.1+ */
				background: linear-gradient(to bottom,  #333333 0%,#212121 99%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
			 	text-decoration:none;
				border-bottom:10px solid #212121;
				border-left:1px solid #959595;
				margin-left:-1px;
				z-index:10000;
				}
			.hdr-in-nav .actual.as-fotos  { border-bottom: 0;}
			.hdr-in-nav li.activo:last-child ,.hdr-in-nav li.actual:last-child {
			border-right:1px solid #959595;
			}
			.hdr-in-nav #bloque-buscador {right:0px; top:1px;}


			

	.inl-list.hdr-in-nav-help  { overflow:visible;}

	.hdr-in-nav-help {
		position:relative;
		height: 49px;
		margin:0px 0 1px -5px;
		background:rgba(0, 0, 0, 0.3);
		overflow-x:hidden;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7E0101', endColorstr='#9F0902',GradientType=0 ); /* IE6-9 */
	}
	.hdr-in-nav-help:before {
		content:"";
		position:absolute;
		height:100%;
		width:1px;
		box-shadow:0px 0 10px rgba(0, 0, 0, .9);
		left:0px
		top:3px;
		z-index:0;
		border-radius: 260px;
	 }
	 .hdr-in-nav-help:after {
		content:"";
		position:absolute;
		height:100%;
		width:1px;
		box-shadow:0px 0 10px rgba(0, 0, 0, 0.9);
		right:0px;
		top:3px;
		z-index:0;
		border-radius: 260px;
	 }




	.hdr-in-nav-help > li { border-right:1px solid rgba(213, 4, 4, .25);}
	.hdr-in-nav-help > li:last-child {border-right:1px solid transparent;position:relative; }
		.hdr-in-nav-help li.as-tv, .hdr-in-nav-help li.as-fotos  { text-indent:-9000px; }
			.hdr-in-nav-help li.as-tv a { 
				display:block;
				width:39px;
				height:47px;
				background: url(/img/sprite.png) no-repeat -50px 7px;
				overflow:hidden;
				padding:0px;
				margin:0 15px;
			}
			.hdr-in-nav-help li.as-fotos a { 
				display:block;
				width:43px;
				height:47px;
				background: url(/img/sprite.png) no-repeat -306px -497px;
				overflow:hidden;
				padding:0px;
				margin:0 15px;
			}
	.hdr-in-nav-help li.as-tv.activo a, .hdr-in-nav-help li.as-tv.actual a, .hdr-in-nav-help li.as-fotos.activo a {padding-top:1px;}
	

	.hdr-in-nav-help a { 
		color:#fff;
		display:block;
		padding:2px 15px 0 15px;
		text-shadow:1px 1px 0px rgba(0, 0, 0, 0.2);
		font-weight:bold;
		line-height:45px;
	}


	.hdr-in-secondary {
		background: #777777; /* Old browsers */
		background: -webkit-linear-gradient(top,  #777777 0%,#777777 44%,#6c6c6c 45%,#8f8f8f 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #777777 0%,#777777 44%,#6c6c6c 45%,#8f8f8f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#8f8f8f',GradientType=0 ); /* IE6-9 */
		padding:4px 0 6px 16px;
		font-size:12px;
		line-height:14px;
		margin:-20px -1px 20px -1px;
	}
		.hdr-in-secondary .inl-list { overflow:visible;}
		.hdr-in-secondary li { /*border-right: 1px dotted #CCCCCC;*/ margin-right: 8px; padding: 0 8px 2px 0; }
		.hdr-in-secondary .hdr-secondary-aux .redes li {margin-right: 0;}
		.hdr-in-secondary li:last-child {margin-right:0px; border-right:none;}
		.hdr-in-secondary a { color:#fff; padding:0; display:block; }
		.hdr-in-secondary .desplegable { position:relative; padding-right:20px; }
			.hdr-in-secondary .desplegable:after { 
				content:"";
				position:absolute;
				width:0;
				height:4px;
				right:7px;
				top:40%;
				border:4px solid transparent;
				border-top:4px solid #fff;
			 }
		.hdr-in-scn-nav {
			background: #000000; /* Old browsers */
			background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
			z-index:1000;
			padding:10px 15px;
			left:-1px;
			top:22px;
			border:1px solid #666666;
			border-top:0px;
			box-shadow:0px 0px 4px rgba(0, 0, 0, 0.4);
		}
		li.desplegable:last-child > .hdr-in-scn-nav {left: auto;right: -1px}
		.hdr-in-scn-nav  a { padding:0px }

		.hdr-in-secondary .hdr-scn-active  { 
			border:1px solid #666;
			background: #333333; /* Old browsers */
			background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
			margin: -4px 8px -4px -9px;
			padding-bottom: 4px;
			padding-left: 8px;
			padding-top: 4px;
			border-bottom:0;
		}
		.hdr-in-secondary-tag {padding: 8px 20px 11px; line-height: 18px; height: 18px;}
		.hdr-in-secondary-tag p {font-size:11px;}
		.hdr-in-secondary-tag span.s-stext-link-2 { margin-right:10px; font-family: "Lucida Grande", Tahoma, Arial; color:#fff;}
		.hdr-in-secondary-tag a.more-tags { position: relative;}
		.hdr-in-secondary-tag a.more-tags:after { content: "»"; position: absolute; right: -10px; top: 0px; z-index: 0;}
		.hdr-in-secondary-tag strong a { border-right: 1px dotted #a4a4a4; padding-right: 7px; margin-right: 4px; }	
		.hdr-in-secondary-tag a { color:#fff; padding:0; display:inline; }	
		.hdr-in-secondary-tag strong { color:#fff;}	
		.hdr-scn-active > a { border:0px; }
		.hdr-secondary-aux{
		    background: #848484; /* Old browsers */
		    background: -webkit-linear-gradient(top,  #9a9a9a 0%,#808080 50%,#858585 51%,#848484 100%); /* Chrome10+,Safari5.1+ */
		    background: linear-gradient(to bottom,  #848484 0%,#858585 50%,#808080 51%,#9a9a9a 100%); /* W3C */
		    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#9a9a9a',GradientType=0 ); /* IE6-9 */
		    height: 30px;
		    padding: 11px 0 0 10px ;
		    position: absolute;
		    right: 0;
		    top: -4px;
		    z-index: 0;
		    display: block;
		  }
		  *:first-child+html .hdr-secondary-aux{
		  	width: 250px

		  }
		.hdr-in-scn-nav li { margin:0 0 4px 0; border:0px; padding:0 0 0 8px;}
		.hdr-in-scn-nav li:last-child { margin:0px;}
			.hdr-in-scn-nav li:before { 
				content:"";
				width:0px; height:0px;
				position:absolute;
				left:0px; top:2px;
				border:3px solid transparent;
				border-left:3px solid #E58C11;
			}

	.hdr-in-buscar { text-indent:-9000px; margin-left:-4px; }
		.hdr-in-buscar a { 
			display:block;
			width:20px;
			height:49px;
			background: url(/img/sprite.png) no-repeat -302px 9px;
			overflow:hidden;
			padding:0 15px;
			margin-top:-1px;
		}
	.s-inb.buscar-active {z-index:3}
		.buscar-active .hdr-in-buscar a {
			background:url(/img/sprite.png) no-repeat -300px -69px
			}
	.hdr-buscador-buscar2 { 
			background: #464646; /* Old browsers */
			background: -webkit-linear-gradient(top,  #464646 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #464646 0%,#282828 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
			text-indent:-9000px; 
	}
		.hdr-buscador-buscar2 a { 
			display:block;
			width:11px;
			height:49px;
			background: url(/img/sprite.png) no-repeat -312px 10px;
			overflow:hidden;
			padding:0 8px;
			margin-top:-1px;
		}

		.buscar-active .hdr-in-buscar {
			background: #333333; /* Old browsers */
			background: -webkit-linear-gradient(top,  #333333 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #333333 0%,#1c1c1c 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
		}

		.hdr-buscador {
			background: #464646; /* Old browsers */
			background: -webkit-linear-gradient(top,  #464646 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
			background: linear-gradient(to bottom,  #464646 0%,#282828 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
			border-right:1px solid #656565;
			width:382px; height:49px;
			top:-1px; left:-387px;
		}
		.hdr-buscador fieldset { margin:0 0 0 19px; }
			.hdr-buscador input[type="text"] {
				padding: 4px;border: 0px;background: #fff;width: 314px;box-shadow: inset 0px 4px 4px #CCC;border-radius: 20px;
}


	.hdr-more { 
		padding:13px 10px;
		background: -webkit-linear-gradient(top,  rgba(133,133,133,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  rgba(133,133,133,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d858585', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		
	}	
		.hdr-more .sbn-relationed-title { margin-bottom:15px; }
		.hdr-more-header { 
			border-bottom:1px solid #525252;
			margin:0px -10px 10px -10px;
		}


	.sub-nav { 
		position:absolute;
		left:0px; top:53px; right:0px;
		background: #212121; /* Old browsers */
		background: -webkit-linear-gradient(top,  #212121 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
		background: linear-gradient(to bottom,  #212121 0%,#333333 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
		border:1px solid #777;
		border-top:0px;
		padding:9px 1px 1px;
		box-shadow:0px 2px 8px rgba(0, 0, 0, 0.4);
		overflow:hidden;
		/*z-index: 30;*/
		z-index: 1000;
		display: none; 
	}
		.sub-nav a { color:#eee; }
		.sub-nav a.s-wtext-link { color: #fff; }
		.sub-nav a.s-stext-link-2 { color: #ccc; }

		.sub-nav:before {content:"";position:absolute;z-index:1;left:0px;right:0px;bottom:0px;top:0px;border:1px solid #9d9d9d;border-top:0px;} 
		.sub-nav:after {background: #9D9D9D;width: 100%;display: block;z-index: 1;position: absolute;content:"";bottom: 0;right:0px;height: 1px;}
		.sub-nav .row { position:relative; z-index:1;  }
		.sub-nav .s-sidebar {
			width:1px;
			border-left:1px dotted #6E6E6E;
			top:0px;
			bottom:12px;
			left:681px;
			position:absolute;
			z-index:2;
		}
		.sub-nav .s-sidebar-2 {
			width:1px;
			border-left:1px dotted #6E6E6E;
			top:0px;
			bottom:12px;
			right:103px;
			position:absolute;
			z-index:2;
		}
		.portada .sub-nav {top:126px;}
		.sbn-title { 
			position:absolute;
			bottom:-85px;
			font:165px 'sourceblack', Arial, Helvetica;
			color:#3B3B3B;
			color:rgba(55, 55, 55, 1);
			z-index:1;
			text-transform:lowercase;
			letter-spacing: -12px;
			left:10px;
			overflow:hidden;
			text-indent:-20px;
			padding:0 10px 0 0;

		}
		.sbn-title:after {content:" "; position:relative; position:absolute; width:992px;  bottom:49px; left:0}
		.sbn-footer {
			background: rgba(0, 0, 0, 0.3);
			border-top:1px solid #434343;
			position:relative;
			padding:7px 12px;
			z-index:2;
			line-height:13px;
		}
			.sbn-footer:before { 
				content:"";
				position:absolute;
				left:0px; right:0px; top:-2px;
				height:1px;
				border-top:1px solid #2b2b2b;
			}
			.hdr-in-nav-main .sbn-footer a, .hdr-in-nav-main .sbn-footer > li a  { padding:0px; font-weight:normal; }
			.sbn-footer .s-inb { margin-right:6px; }
			.sbn-footer .sbn-ftr-title a { 
				position: relative;
				background: #c6c6c6; /* Old browsers */
				-webkit-border-radius: 2px; border-radius: 2px;
				padding:4px 9px;
				text-shadow:0 0 1px rgba(0,0,0,0.3);
				color:#555;
				font-size:12px;
			}				
			.sbn-footer .sbn-ftr-title a:after {
					position:absolute;
					right:-16px;
					top:0px;
					content:"";
					width:0px; height:0px;
					border:11px solid transparent;
					border-left:6px solid #c6c6c6;
				} 

			.sbn-footer .active a {
				color:#fff;
				font-weight:bold;
				background: #eb9114; /* Old browsers */
				background: -webkit-linear-gradient(top,  #eb9114 1%,#cf7606 100%); /* Chrome10+,Safari5.1+ */
				background: linear-gradient(to bottom,  #eb9114 1%,#cf7606 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9114', endColorstr='#cf7606',GradientType=0 ); /* IE6-9 */
			}
			.sbn-footer .active a:after { border:0px; }
			.sbn-footer .as-tv { text-indent:-9000px; margin:-1px 5px -1px 0}
			.sbn-footer .as-tv a { 
				display:block;
				width:28px;
				height:14px;
				background:#cacaca url(/img/sprite.png) no-repeat -115px -8px;
			}

		.sbn-footer-navigation ul {margin-left:5px; }
		
		.sbn-nav { z-index:2; position:relative; }
			.sbn-nav > li { margin:6px 0 5px; }
			.sbn-nav > .hdr-more-item { margin-right:5px;margin-top:0; }
			.sbn-nav > .hdr-more-item { margin-right:3px\9; }/* IE8 and below */

			.sbn-nav > .hdr-more-item:last-child { margin-right:0px; }
			.sbn-nav li a {
				color:#eee;
				display:block;
				padding:0px;
				text-shadow:0 0 1px rgba(0,0,0,0.3);
				font-weight:normal;
				line-height:12px;
			}
			.sbn-nav li a.icon { display:inline-block; }
			.sbn-nav .sbn-nav-title { margin-bottom:5px; }
			.sbn-nav ul  { line-height:14px; margin-top:-2px; }
			.sbn-nav ul a { color:#ccc }
			.sbn-nav ul > li { margin-left:12px; margin-bottom:5px; margin-right:-4px;}
			.sbn-nav li li  { font-size:11px; }

		.sbn-relationed { line-height:14px; margin-bottom:20px; z-index:2; position:relative;}
			.sbn-relationed img { -webkit-border-radius: 6px;  border-radius: 6px; }
			.sbn-relationed-title { color:#DA8612; margin:0 0 2px 1px; text-transform: uppercase; }
			.sbn-relationed-highlight {  }
			.sbn-relationed-highlight img {border:1px solid #2b2b2b; }
			.sbn-relationed-highlight li a { padding:0px; }
			.sbn-relationed-highlight li  { margin-bottom:12px; }
			.sbn-relationed-highlight li h2 { margin-bottom:2px; }
			.sbn-relationed-highlight li p { color:#fff;  margin-bottom:2px; }
			.sbn-relationed-highlight .sbn-relationed-txt { color:#ccc; }

			.sbn-relationed-relations { border-top:1px dotted #6e6e6e; padding-top:8px; }
				.sbn-relationed-relations li a { font-weight:normal; text-shadow:0px 0px 0px; padding:0px; }
				.sbn-relationed-relations.inl-list-decoration li { border-right:1px dotted #6e6e6e;}


		.sbn-lst-level { position:relative; margin-left:-7px; margin-top:3px; line-height:12px; }
			.sbn-lst-level > li {  width:54px;  margin:0 0 2px 8px;  }
			.sbn-lst-level > li a { padding:0px; text-shadow:0 0 0 ;  }

		.sbn-lst-level-last { position:relative; margin-left:1px; margin-top:3px; line-height:13px; }
			.sbn-lst-level-last > li {  margin-bottom:2px;}
			.sbn-lst-level-last > li a { padding:0px; text-shadow:0 0 0 ;  }


.hdr-in-secondary .sub-secondary {margin-left:10px;}
.hdr-in-secondary .sub-secondary .sub:before, .hdr-in-secondary .sub-secondary .sub:after {
    border-color: transparent transparent transparent #c8c8c8;
    border-style: solid;
    border-width: 12px 12px 12px 6px;
    content: "";
    height: 0;
    position: absolute;
    right: -27px;
    top: -1px;
    width: 10px;
	z-index: 2;
	-moz-transform: rotate(0.005deg);
	-webkit-transform: rotate(0.005deg);
	-o-transform: rotate(0.005deg);
	transform: rotate(0.005deg);
	pointer-events: none;
}
.hdr-in-secondary .sub-secondary .sub:before {
    border-left:6px solid #777;
    right: -28px;
	z-index: 1;
}
.hdr-in-secondary .sub-secondary .sub {
    background: #c8c8c8;
    border-radius: 2px 2px 2px 2px;
    color: #555555;
    font-size: 12px;
    padding: 4px 16px 4px 21px;
    position: relative;
    text-shadow: 0 0 0;
	margin-left:-11px;
}
.hdr-in-secondary .sub-secondary a { font-size: 11px;}
.hdr-in-secondary .sub-secondary .sub a { color: #676767;}
.hdr-in-secondary .sub-secondary .sub a.res-est { padding-left: 20px; background-image: url("/img/sprite-fichas.png"); background-repeat: no-repeat;  background-position:  0px 2px; }
.hdr-in-secondary .sub-secondary .sub:first-child {padding-left:10px;}
.hdr-in-secondary .sub-secondary li:last-child {padding-left: 3px; padding-top: 4px; vertical-align: middle;}


/* Item AS Club Deportivo */
.hdr-link-list .item-ascd { padding-left:56px; padding-right:3px; border-right: 1px dotted #ccc; margin-right:5px;}
.item-ascd img { top:-5px; left:10px;}

/* Item Autopromo GUÍA DE LA LIGA */
.hdr-link-list .autopromo {width: 140px;}
.hdr-link-list .autopromo .guia {top: -7px;}

/* pie */
#pie{ width:994px; margin: 0 auto 5px auto; position:relative; background:#fff; }
#pie .pie_sup{ border-bottom:1px solid #cecece; background:#adadad; padding:13px 11px 13px 0;}
#pie .pie_sup ul{ font:11px/15px Tahoma,Arial, Helvetica, sans-serif; padding:4px 0 0 0;}
#pie .pie_sup ul a{color:#262626;}
#pie .pie_sup li{float:left; border-right: 1px solid #d5d5d5; padding:0 15px;}

#pie .pie_inf{ border-bottom:1px solid #53514D; background:#535354;padding:9px 11px;}
#pie .pie_inf p{ font:normal 11px/15px Tahoma,Arial, Helvetica, sans-serif; color:#9E9A90; padding:2px 0 0 0; }
#pie .pie_inf address{ font:normal 11px/12px Tahoma,Arial, Helvetica, sans-serif; color:#d6d6d6; padding:2px 0 0 0; }
#pie .pie_inf address img{ vertical-align:top;}

#pie .secciones{ position:absolute; right:127px; top:6px;  color:#9E9A90; font:11px Tahoma, Arial, Helvetica, sans-serif;}
#pie .secciones img{ vertical-align:middle; margin-left:8px;}

#pie a.btn_pie{float:right; font:11px/11px Arial, Helvetica, sans-serif; color:#fff; padding:4px 25px 4px 12px; margin-left:5px; display:inline;}
#pie .pie_sup a.btn_pie{ background: #292929; /* Old browsers */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(99%,#292929)); /* Chrome,Safari4+ */
				background: linear-gradient(to bottom,  #4f4f4f 0%,#292929 99%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#292929',GradientType=0 ); /* IE6-9 */ 
				border: 1px solid #828282;
				position:relative;}
#pie .pie_sup a.btn_pie:before {border-color: transparent transparent #FFFFFF; border-image: none; border-right: 4px solid transparent; border-style: solid; border-width: 3px; content: ""; height: 5px; position: absolute; right: 6px; top: 0; width: 0;}
#pie .pie_sup a.btn_pie:after {border-right: 1px solid #FFFFFF; content: ""; height: 70%; right: 17px; position: absolute; top: 3px; width: 1px;}
#pie .pie_inf a.btn_pie{ background: #292929; /* Old browsers */
				background: -webkit-linear-gradient(top,  #4f4f4f 0%,#292929 99%); /* Chrome10+,Safari5.1+ */
				background: linear-gradient(to bottom,  #4f4f4f 0%,#292929 99%); /* W3C */
				border: 1px solid #828282;
				position:relative;}
#pie .pie_inf a.btn_pie:before {border-color: transparent transparent #FFFFFF; border-image: none; border-right: 4px solid transparent; border-style: solid; border-width: 3px; content: ""; height: 5px; position: absolute; right: 6px; top: 0; width: 0;}
#pie .pie_inf a.btn_pie:after {border-right: 1px solid #FFFFFF; content: ""; height: 70%; right: 17px; position: absolute; top: 3px; width: 1px;}

#pie #enlaces0{ position:absolute; right: 10px ; bottom:66px ;width:480px;z-index:600; border:5px solid #535354; border-bottom:5px solid #535354; border-top:5px solid #535354; background:#fff; color:#DE972D; padding:16px 13px;}
#pie #enlaces1{ position:absolute; right: 117px; bottom: 29px ;width:154px;z-index:600; background:#fff; color:#DE972D; padding:16px 13px; border:5px solid #535354;}
#pie #enlaces2{ position:absolute; right: 10px; bottom: 29px ;width:140px;z-index:600; background:#fff; color:#DE972D; padding:16px 13px; border:5px solid #535354;}

#pie #enlaces0, #pie #enlaces1, #pie #enlaces2{ font:11px/12px Arial, Helvetica, sans-serif;}
#pie #enlaces0 a{ color:#333; display:block; margin-bottom:4px;}
#pie #enlaces1 a, #pie #enlaces2 a{ color:#333; }
#pie #enlaces0 ul, #pie #enlaces1 ul, #pie #enlaces2 ul{ margin-bottom:10px;}
#pie #enlaces1 li, #pie #enlaces2 li{ background: url("/img/sprite-footer.png") no-repeat scroll -987px -126px transparent;/*background:url('/img/flecha_pie_1.gif') no-repeat left 4px;*/ padding:0 10px 0 6px; margin-bottom:2px;}
#pie #enlaces0 li{background: url("/img/sprite-footer.png") no-repeat scroll -3px -126px transparent; /*background:url('/img/flecha_pie_2.gif') no-repeat left 5px;*/ padding:0 0 0 6px;margin-bottom:4px; }
#pie #enlaces0 h2, #pie #enlaces1 h2, #pie #enlaces2 h2{font:bold 10px/11px Arial, Helvetica, sans-serif; color:#da9023; text-transform:uppercase; padding-bottom:4px;}
#pie #enlaces0 h2 a, #pie #enlaces1 h2 a, #pie #enlaces2 h2 a{ color:#da9023; }

#pie #enlaces1 h3, #pie #enlaces2 h3{font:bold 10px/11px Arial, Helvetica, sans-serif; color:#da9023; margin-bottom:2px;}
#pie #enlaces1 h3 a, #pie #enlaces2 h3 a{ color:#DE972D; }

#pie .columna{ float:left; width:120px; }
#pie #enlaces1 .columna{ width:140px; float:none; }


/*PIE COMUN***************************/
/*************************************/
#pie-comun9 .inside {background:url(/img/comunes/piev11-2015_light.png) no-repeat 0 0;border-top:1px solid #f0f0f0;padding:0;position:relative;width:993px;height:116px;margin:0 auto;position:relative;text-align:left;border-bottom:1px solid #D2D2D2;}
#pie-comun9 a{display:block;text-indent:-9999px;overflow:hidden;color:#000;text-decoration:none;text-align:left;}
#pie-comun9 a:hover{text-decoration:underline}
#pie-comun9 .medios-destacados,
#pie-comun9 .muestra-medios {float:left;width:auto;display:inline}
#pie-comun9 .medios-destacados ul{margin-left:215px;width:775px;margin-top:5px;margin-bottom:0;overflow:hidden; padding:0}
#pie-comun9 .medios-destacados ul.primerafila{padding-top:10px}
#pie-comun9 .medios-destacados ul li{display:inline; float:left; background:none; margin:0 6px 0 0; padding:0}
* html #pie-comun9 div, * html #pie-comun9 ul, * html #pie-comun9 ol,  * html #pie-comun9 li  {height:auto}
*:first-child+html #pie-comun9 div, *:first-child+html #pie-comun9 ul, *:first-child+html #pie-comun9 ol, *:first-child+html #pie-comun9 li {height:auto;} 
#pie-comun9 #pc_prisa{  height: 57px;
    left: 18px;
    position: absolute;
    top: 15px;
    width: 144px;}

#pie-comun9 #pc_elpais{width:105px; height:25px}
#pie-comun9 #pc_as{width:55px; height:25px}
#pie-comun9 #pc_cincodias{width:82px; height:25px}
#pie-comun9 #pc_santillana{width:110px; height:25px}
#pie-comun9 #pc_elviajero{width:53px; height:25px}
#pie-comun9 #pc_clasificados{width:65px; height:25px}
#pie-comun9 #pc_inn{width:100px; height:25px}
#pie-comun9 #pc_plus{width:70px; height:25px}

#pie-comun9 #pc_tvi{width:75px; height:25px}
#pie-comun9 #pc_tvi24{width:63px; height:25px}
#pie-comun9 #pc_ser{width:60px; height:25px}
#pie-comun9 #pc_los40{width:75px; height:25px}
#pie-comun9 #pc_caracol{width:70px; height:25px} 
#pie-comun9 #pc_adn{width:65px; height:25px} 
#pie-comun9 #pc_wradio{width:51px; height:25px} 
#pie-comun9 #pc_continental{width:60px; height:25px}
#pie-comun9 #pc_maxima{width:55px; height:25px}
#pie-comun9 #pc_m80{width:62px; height:25px}
#pie-comun9 #pc_radiole{width:60px; height:25px} 
#pie-comun9 #pc_dial{width:60px; height:25px} 

#pie-comun9 #pc_alfaguara{width:70px; height:25px;display:none}
#pie-comun9 #pc_uno{width:52px; height:25px}
#pie-comun9 #pc_icon{width:65px; height:25px;}
#pie-comun9 #pc_verne{width:70px; height:25px;} 
#pie-comun9 #pc_plural{width:71px; height:25px} 
#pie-comun9 #pc_tareasymas{width:70px; height:25px;}

#pie-comun9 #pc_huffington{width:158px; height:25px} 
#pie-comun9 #pc_meristation{width:100px; height:25px}
#pie-comun9 #pc_parasaber{width:65px; height:25px;}
#pie-comun9 #pbt-medios{height: 24px;
    left: 18px;
    position: absolute;
    top: 80px;
    width: 143px;}


#pie-comun9 #pc_kebuena{width:70px; height:25px;}
#pie-comun9 #pc_yesfm{width:55px; height:25px;}
#pie-comun9 #pc_richmond{width:80px; height:25px;}
#pie-comun9 #pc_moderna{width:77px; height:25px;}
#pie-comun9 #pc_clasificados{width:57px; height:25px;}

/* pie capa medios */
#pie-comun9 a#cierrame {background: url(/img/comunes/piecomun-v9/pc-bgs.gif) no-repeat 0 -22px;width:64px;height:21px;line-height:21px;overflow:hidden;display:block;text-indent:-9999px}
#pie-comun9 #capa-webs-grupo {position:absolute;z-index:200;top:-271px;right:0}
#pie-comun9 .muestra-medios {margin-top:40px;margin-left:25px;position:relative;font:400 12px Arial;color:#333}
#pie-comun9 .muestra-medios a{text-indent:0}

#pie-comun9 .muestra-medios .capa-medios {background:#e9e9e9 url(/img/comunes/piecomun-v9/pc-bgs.gif) repeat-x 0 -44px;height:311px;width:993px;display:none}
#pie-comun9 .muestra-medios.activado .capa-medios {display:block}

#pie-comun9 .muestra-medios.activado .capa-medios .pc-sombreado {background:#fafafa url(/img/comunes/piecomun-v9/pc-bgs.gif) repeat-x 0 -72px;height:37px;width:100%;margin-top:1px;position:relative;_border-top:1px solid #999}
#pie-comun9 .muestra-medios.activado .capa-medios .pc-sombreado #cierrame2{ background:url(/img/comunes/piecomun-v9/pc-bgs.gif) no-repeat scroll 25px 7px transparent;height:29px;overflow:hidden;text-indent:-9999px; }

#pie-comun9 .muestra-medios .capa-medios h3 {padding:0 0 0 11px;font-weight:400;line-height:29px; margin:0}
#pie-comun9 .muestra-medios .capa-medios h3 a {float:right;font-size:12px;margin-right:3px}

#pie-comun9 #empresa2{display:none}

#pie-comun9 .cabecera-capa {padding:3px;border:1px solid #999;border-width:1px 1px 0;height:20px}
#pie-comun9 .muestra-medios .cabecera-capa h3{float:left;line-height:20px; color:#000000}
#pie-comun9 .cabecera-capa a{float:right}




/* version gris */
#pie-comun9.version-g .inside {background:url(/img/comunes/piecomun-v9/piev9-2013_light.png) no-repeat 0 0;border-top:1px solid #F1F2EC}


#capa-webs-grupo iframe{border:0; margin:0}














/* PIE PORTADA NUEVO*/
#ftr { 
    background: #FFF;
    margin: 0 auto 5px;
    width: 994px;
	z-index:1000;
 }

.ftr_sup { 		
		background: #5f5f5f; /* Old browsers */
		background: -moz-linear-gradient(top,  #5f5f5f 0%, #5f5f5f 75%, #5b5b5b 76%,#484848 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(75%,#5f5f5f), color-stop(76%,#5b5b5b),color-stop(99%,#484848)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #5f5f5f 0%, #5f5f5f 75%, #5b5b5b 76%,#484848 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #5f5f5f 0%, #5f5f5f 75%, #5b5b5b 76%,#484848 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom,  #5f5f5f 0%, #5f5f5f 75%, #5b5b5b 76%,#484848 100%); /* W3C */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#484848',GradientType=0 );  IE6-9 */ 
		font: 11px/13px Tahoma, Geneva, sans-serif;
		z-index:1000; 
}
 
.ftr_sup ul { padding:6px 0;}
.ftr_sup ul a { font: 11px/13px Tahoma, Geneva, sans-serif;}
		
.ftr_sup .ftr_button {
	
		background: #767676; /* Old browsers */
		background: -moz-linear-gradient(top,  #868686 0%,#868686 50%,#6e6e6e 51%,#6e6e6e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#868686), color-stop(50%,#868686), color-stop(51%,#6e6e6e),color-stop(100%,#6e6e6e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #868686 0%,#868686 50%,#6e6e6e 51%,#6e6e6e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #868686 0%,#868686 50%,#6e6e6e 51%,#6e6e6e 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom, #868686 0%,#868686 50%,#6e6e6e 51%,#6e6e6e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='#6e6e6e',GradientType=0 ); /* IE6-9 */ 
		padding: 6px 32px 6px 10px;
    	/*text-shadow: 0 1px 0 #ccc;	*/
		border-radius: 3px;
		z-index:2;
	
	}	

.ftr_sup .ftr_button:after {
		content:"";
		position:absolute;
		width:0;
		height:4px;
		right:7px;
		bottom:42%;
		border:5px solid transparent;
		border-bottom:5px solid #fff;	
}
.ftr_sup .ftr_button:hover:after{
	border:5px solid transparent;
	border-bottom:5px solid #5f5f5f;	
}

.ftr_sup .ftr_button:hover,
.ftr_sup .ftr_button.marcado { 
	background:#f8f8f8; 
	border: 1px solid #CDCDCD; 
	border-top-color:#f8f8f8; 
	color:#5f5f5f; 
	padding:5px 31px 5px 9px;	
	text-decoration:none;
	}

/*.ftr_sup .ftr_button:hover:after,*/
.ftr_sup .ftr_button.marcado:after {
		content:"";
		position:absolute;
		width:0;
		height:4px;
		right:7px;
		top:42%;
		border:5px solid transparent;
		border-top:5px solid #808080;	
}
.ftr_sup_int {padding:8px 10px;}

.ftr-desp {  bottom:31px; right:10px; background:#f8f8f8; border: 1px solid #cdcdcd; border-radius: 2px; display:none;}
.ftr-desp .tit-desp {  
	font: 17px/36px 'sourceblack',Arial,Helvetica;
	color:#666;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	background: #e5e5e5;
	margin:1px 1px 10px;
	padding: 0 10px;
	}
	
.ftr-desp>div { padding: 4px 0 10px;}
.ftr-desp li { margin:3px 0;}
.ftr-desp .icon-S { height:14px;}
.ftr_inf { 
		background: #d21300; /* Old browsers */
		background: -moz-linear-gradient(top,  #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d21300), color-stop(50%,#d21300), color-stop(51%,#b80f00),color-stop(100%,#b80f00)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* Opera 11.10+ */
		background: linear-gradient(to bottom, #d21300 0%,#d21300 50%,#b80f00 51%,#b80f00 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21300', endColorstr='#b80f00',GradientType=0 ); /* IE6-9 */ 
		position:relative;
		font-size:13px; 
		z-index:1;
		padding: 14px 10px;
 }

.ftr_inf address { font:bold 11px/13px Arial, Helvetica, sans-serif; color:#fff;}



/* iframe sup msn */
#msn_bar_div{ 
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:100%;
	height:30px;
	background:#fff;
	border-bottom:1px solid #bbb;
}
#mns_bar{ position:relative; width:995px; margin:0px auto; display:block; }


/* MenÃº historico */
.segundoNiv {position:relative;}
.submenu_temp{ background: none repeat scroll 0 0 #333333; position: absolute; padding:5px 0; -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4); box-shadow:0px 5px 8px rgba(0, 0, 0, 0.4);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D3D3D3')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D3D3D3') ;
	z-index:110; border-radius:2px; margin-top:-2px
}
.hdr-prt-ftr-list .s-mtext-nc .segunNiv:hover { text-decoration:none}
.hdr-prt-ftr-list .s-mtext-nc .segunNiv { border-radius: 2px; padding: 3px 30px 3px 10px; position:relative; z-index: 100;}
.hdr-prt-ftr-list .s-mtext-nc .segunNiv:after {-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #FFFFFF transparent transparent; border-image: none; border-right: 4px solid transparent; border-style: solid; border-width: 4px; content: ""; height: 4px; position: absolute; right: 7px; top: 40%; width: 0;}
.hdr-prt-ftr-list .s-mtext-nc.hdr-prt-ftr-list-active .segunNiv:after {border-color: #666666 transparent transparent; border-image: none; border-right: 4px solid transparent; border-style: solid; border-width: 4px; content: ""; height: 4px; position: absolute; right: 7px; top: 40%; width: 0;}
/*.hdr-prt-ftr-list .s-mtext-nc .segunNiv:hover {border-bottom:1px solid #333333;}*/
.hdr-prt-ftr-list .s-mtext-nc .submenu_temp li a {background:none; border-radius:0px 0px 0px 0px; position:relative; padding: 3px 18px 3px 24px;}
.hdr-prt-ftr-list .s-mtext-nc .submenu_temp li a:hover { color:#bbb; text-shadow:none;}
.hdr-prt-ftr-list .s-mtext-nc .submenu_temp li a:after { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: transparent transparent transparent #E58C11; border-image: none; border-style: solid; border-width: 5px; content: ""; height: 0; left: 12px; position: absolute; text-align: left; top: 6px; width: 0;}


/*** Tags y Escudos ***/

   .tag-home {background: #454545; /* Old browsers */
	background: -moz-linear-gradient(top, #454545 0%, #595959 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, #595959)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #454545 0%, #595959 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #454545 0%, #595959 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #454545 0%, #595959 100%); /* IE10+ */
	background: linear-gradient(to bottom, #454545 0%, #595959 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#595959', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #C5C5C5;
    margin: -20px 0px 11px;
    padding: 10px 5px 10px 10px;}
	
	.tag-home .tag-hm-alert {background: #eb9114; /* Old browsers */
	background: -moz-linear-gradient(top, #eb9114 0%, #da810c 51% #c87003 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb9114), color-stop(51%, #da810c), color-stop(100%, #c87003)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eb9114 0%, #da810c 51%, #c87003 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eb9114 0%, #da810c 51%, #c87003 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eb9114 0%, #da810c 51%, #c87003 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eb9114 0%, #da810c 51%, #c87003 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9114', endColorstr='#c87003', GradientType=0 ); /* IE6-9 */
    border-radius: 2px 2px 2px 2px;
    font: bold 10px/16px "Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    /*padding: 6px 14px;*/
    position: relative;}
	
	.tag-home .tag-hm-alert:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #da810c;
    border-image: none;
    border-style: solid;
    border-width: 15px 8px 15px 6px;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
	z-index: 2;}
	
	.tag-home .ntc-utilidades {position: static;}
	
	.tag-hm-txt {background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 51% #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(51%, #ebebeb), color-stop(100%, #d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 51%, #d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 51%, #d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 51%, #d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 51%, #d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2', GradientType=0 ); /* IE6-9 */
    border-radius: 2px 2px 2px 2px;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    padding: 7px 14px;
    position: relative;
	margin-left: -9px;
	max-width: 837px;}
	.tag-hm-txt:after { border-color: transparent transparent transparent #4f4f4f; border-image: none; border-style: solid; border-width: 15px 8px 15px 6px; content: "";  height: 0; position: absolute; left:0; top: 0; width: 0; z-index:1;}
	.tag-hm-txt .alert-hora {font-weight: normal; padding: 0 0 0 4px;}
	.tag-hm-txt .alert-hora b {color:#CC0401;}
	.tag-hm-txt-p{overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;width: 100%;}
	
	.tag-home .tag-hm-alert span {color:#ffffff; font: bold 12px/30px Arial,Helvetica; padding: 6px 10px;}
	.tag-home .tag-hm-alert img {float: left; padding: 2px; height:26px; width:36px;}
	


.row .prt-ntc-opinion {padding: 6px 7px 0;}
.row .prt-ntc-opinion figure, .row .prt-ntc-opinion-s figure{border:none;}
.row .prt-ntc-opinion figure a {height: 103px; overflow: hidden; width: 130px;}
.row .prt-ntc-opinion .ntc-media-link:after {border:none;}
.row .prt-ntc-opinion .ntc-media-link img {height: 103px; margin-left: -43px; width: 235px;}
.row .prt-ntc-opinion h2 {text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;height:40px;overflow:hidden;width:820px;}
.row .prt-ntc-opinion h2 a {font:italic 38px/40px 'ascombold',Arial,Helvetica; border-bottom:0;}
.row .prt-ntc-opinion .ntc-media-link:hover:after, .row .prt-ntc-opinion-s .ntc-media .ntc-media-link:after {border: none;}
.prt-ntc-opinion .itm-body {padding:15px 0 7px;}
.prt-ntc-opinion .ntc-comentarios a { line-height: 18px; font-size:10px;}
.prt-ntc-opinion .op-redes {background: none repeat scroll 0 0 #FFFFFF; border-radius: 2px 2px 2px 2px; padding: 0 5px;}
.prt-ntc-opinion .op-redes a {text-indent:0; font-size:10px; color:#666;}
.prt-ntc-opinion .op-redes a:hover {text-decoration:none;}
.prt-ntc-opinion .op-redes .itm-body {padding:0;}
.prt-ntc-opinion time a, .prt-ntc-opinion-s time a {color:#7C7C7C; }

.prt-ntc-opinion-s .ntc-opinion {border-top:0 none;}
.prt-ntc-opinion-s {width:483px; margin-top:0px;}
.prt-ntc-opinion-s h2 {/*text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;*/max-height:40px;overflow:hidden;width:354px; padding:0 0 2px 2px;}
.prt-ntc-opinion-s h2 a {font:italic 20px/12px 'ascombold',Arial,Helvetica; border-bottom:0;}
.prt-ntc-opinion-s .ntc-opinion {padding:7px 7px 0; margin-top:0px;}
.prt-ntc-opinion-s .ntc-comentarios:before { border-left: 8px solid transparent; border-right: 8px solid #8E8E8E; border-top: 8px solid transparent; bottom: 3px; content: ""; left: -16px; position: absolute; z-index: 1;}
.prt-ntc-opinion-s .op-pie {bottom: 0; margin-bottom: 0; right: 5px; width: 358px;}
.prt-ntc-opinion-s .op-pie time a {color:#7C7C7C;}
.prt-ntc-opinion-s .ntc-comentarios a { line-height: 18px; font-size:10px;}
.prt-ntc-opinion-s .op-redes {background: none repeat scroll 0 0 #FFFFFF; border-radius: 2px 2px 2px 2px; padding: 0 5px;}
.prt-ntc-opinion-s .op-redes a {text-indent:0; font-size:10px; color:#666;}
.prt-ntc-opinion-s .op-redes a:hover {text-decoration:none;}
.prt-ntc-opinion-s .op-redes .itm-body {padding:0;}
.prt-ntc-opinion-s .ntc-opinion .ntc-media-link {width:104px; overflow:hidden;}
.prt-ntc-opinion-s .ntc-opinion .ntc-media-link img {margin-left:-45px;}

.lst-art-opn time a {color:#7C7C7C;}
.lst-art-opn li { border-bottom:1px dotted #CCCCCC;}
.lst-art-opn li:last-child {border-bottom:0;}
.lst-art-opn li h2{font:italic 22px/30px 'ascombold',Arial,Helvetica; padding:10px 0;}

.bsc-opn {background: #F3F3F3; /* Old browsers */
	background: -moz-linear-gradient(top, #F3F3F3 0%, #D6D6D6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(100%, #D6D6D6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F3F3F3 0%, #D6D6D6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F3F3F3 0%, #D6D6D6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F3F3F3 0%, #D6D6D6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F3F3F3 0%, #D6D6D6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F3F3', endColorstr='#D6D6D6', GradientType=0 );
	width:100%;}
.bsc-opn .bsc-opn-tit {color: #666666; font: 17px/46px 'sourceblack',Arial,Helvetica; padding: 0 0 0 10px;}


.submenu_temp { 
	background: #454545; /* Old browsers */
	background: -moz-linear-gradient(top, #B9B9B9 0%, #DDDDDD 20%, #E4E4E4 30%, #F8F8F8 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B9B9B9), color-stop(20%, #DDDDDD), color-stop(30%, #E4E4E4), color-stop(51%, #F8F8F8), color-stop(100%, #D8D8D8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B9B9B9 0%, #DDDDDD 20%, #E4E4E4 30%, #F8F8F8 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B9B9B9 0%, #DDDDDD 20%, #E4E4E4 30%, #F8F8F8 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B9B9B9 0%, #DDDDDD 20%, #E4E4E4 30%, #F8F8F8 51%); /* IE10+ */
	background: linear-gradient(top, #B9B9B9 0%, #DDDDDD 20%, #E4E4E4 30%, #F8F8F8 51%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#595959', GradientType=0 ); /* IE6-9 */
    border-radius: 0px 2px 2px 2px;
    box-shadow: 0 9px 11px rgba(0, 0, 0, 0.4);
    margin-left: 0px;
    margin-top: -2px;
    padding: 5px 0;
    position: absolute;
    z-index: 110;
}
.hdr-prt-ftr-list .submenu_temp > li a {color:#464646; text-shadow:none;}
.hdr-prt-ftr-list .s-mtext-nc .submenu_temp li a:hover {color:#000000; text-decoration:underline;}
.hdr-prt-ftr-list .s-mtext-nc .segunNiv:hover:after {
    border-color: #666666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 4px;
    position: absolute;
    right: 7px;
    top: 40%;
    width: 0;
}
.hdr-prt-ftr-list .submenu_temp > li a {color:#464646; text-shadow:none;}	

/*** Fix redes en menú ***/
.mod-redes-especiales {float: right; margin-top: -35px;}
.mod-redes-especiales .redes:before { bottom: 0; left: -8px; top: 0;}
.mod-redes-especiales .redes {margin-top: -4px;}

/*** NBA HEADER PORTADA ***/
.esnoticia .nav-aux li.hdr-prt-nba:first-child:before { border:0;}
.hdr-in-secondary li.hdr-prt-nba { padding-right: 0;}
.hdr-prt-nba .icon {height: 32px; left: -2px; top: -6px;}

.sbn-itm-nba .sbn-nav-title a {margin-left: 20px;}
.sbn-itm-nba .inl-list {margin-left: 20px;}
.sbn-itm-nba .logo-nba { left: 11px; top: -2px;}
.sbn-itm-nba .logo-nba .i-m-nba { height: 31px; width: 14px; }

.sbn-itm-euroliga .logo-euroliga {left: 6px; top: -5px;}
.sbn-itm-euroliga .logo-euroliga .i-m-euroliga { height: 23px; width: 23px; background-position: -217px -494px; }
.sbn-itm-euroliga .sbn-nav-title a {margin-left: 23px;}
.sbn-itm-euroliga .inl-list {margin-left: 23px;}

.sbn-itm-icon .sbn-nav-title a {margin-left: 20px;}
.sbn-itm-icon .inl-list {margin-left: 20px;} 
.sbn-itm-icon .logo-icon { left: 11px; top: -2px;}
.sbn-itm-icon .logo-icon .i-m-mundial { height: 31px; width: 14px; }


/*** CAMBIO DE EDICIÓN ***/
.hdr-link-list .hdr-dropdown-L {
    border-right: 1px dotted #cccccc;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 8px;
}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m {width: 170px;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m:before {border-width: 0;}
.hdr-link-list .hdr-dropdown-L .ed-selector-button:before {border-width: 0;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li.itm-cab-dd {font: bold 11px/22px Arial, Helvetica; color: #FFFFFF; position: relative; padding-left: 20px;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li.itm-cab-dd:before {position: absolute; content: " "; background: #4C4C4C; left: 10px; width: 88%; height: 1px; top:25px;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li.itm-cab-dd + li {margin-top: 5px;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li {padding: 0 5px 0 15px; position: relative;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li:before {content:""; position:absolute; left:10px; top:8px; width:0px; height:0px; border:4px solid transparent; border-left:4px solid #E58C11;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li:first-child:before {border-width: 0;}
.hdr-link-list .hdr-dropdown-L .hdr-drop-m li a:hover { border: 1px solid #888; border-radius: 2px; margin-left: -10px; padding-left: 15px;}

.ico-men-resp {position: relative; padding-left: 8px; font: bold 11px/12px Arial, Helvetica;}
.ico-men-resp.color-w {margin-left: 9px; color: #666666;}
.ico-men-resp:before {position: absolute; content: " "; background: #FFFFFF; width: 10px; height: 10px; top: 1px; left: -10px;}
.ico-men-resp.color-w:before {background: #999999;}
.ico-men-resp:after {position: absolute; content: " "; height: 2px; background: transparent; border-top: 2px solid #000000; border-bottom: 2px solid #000000; top: 3px; left: -10px; width: 10px;}
.ico-men-resp.color-w:after {border-top: 2px solid #F4F4F4; border-bottom: 2px solid #F4F4F4;}


/*** MENSAJE ALERTA EDICIÓN ***/
.capa_inferior_mensajes {background: #F9F9F9; border-left: none; border-right: none; margin: 0 -1px; padding: 6px; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; font: 11px/18px Arial, Helvetica; color: #666666;  
	border-top: 1px solid #cccccc;
    bottom: 0;
    left: 0;
    padding-top: 8px;
    position: fixed;
    width: 100%;
    z-index: 7000;}
.capa_inferior_mensajes .inner {margin: 5px auto; width: 995px; position: relative;}
.capa_inferior_mensajes .contenido {background: none repeat scroll 0 0 #e1e1e1;  border: 1px solid #999999; margin-left: -3px; padding: 10px; width: 977px;}
.capa_inferior_mensajes a {color: #B80E00; font-weight: bold; position: absolute; top: 0; right: 0;}


/*** NUEVA BARRA ES NOTICIA ***/
.esnoticia.hdr-in-secondary {margin: 0px -1px; background: #4A4A4A; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#4A4A4A), color-stop(100%,#313131)); /* Chrome,Safari4+ */
background: linear-gradient(to bottom,  #4A4A4A 30%,#313131 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4A4A4A', endColorstr='#313131',GradientType=0 ); /* IE6-9 */}
.esnoticia.hdr-in-secondary li {line-height: 15px;}
.esnoticia.hdr-in-secondary .i-s-esnoticia-white {margin-right: 8px;}
.esnoticia.hdr-in-secondary-tag span.s-stext-link-2 {margin-right: 5px;}
.esnoticia.hdr-in-secondary-tag {padding: 9px 13px;}
.esnoticia .hdr-secondary-aux {background: #3F3F3F; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#3F3F3F), color-stop(100%,#292929)); /* Chrome,Safari4+ */
background: linear-gradient(to bottom,  #3F3F3F 20%,#292929 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3F3F3F', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
top: 0; height: 25px; padding: 11px 0 0 13px;}
.esnoticia.hdr-in-secondary-tag p {line-height: 18px; height: 18px}
.esnoticia.hdr-in-secondary-tag a.more-tags:after {top: -1px;}

.esnoticia.hdr-in-secondary .hdr-secondary-aux .redes li {margin-right: 0; margin-top: -1px;}

.esnoticia .nav-aux:before {border-left: 1px solid #464646; left: -14px;}
.esnoticia .nav-aux li:first-child:before {border-left: 1px solid #464646;}
.esnoticia .redes:before {border-left: 1px solid #464646; top: -11px;}
.esnoticia .redes li a.i-s-facebook {margin-left: -3px;}
.esnoticia .redes li a.i-s-youtube-social {margin-left: -3px; width: 36px;}


/*** Es noticia - Portadilla ***/

.prt-in-secondary .esnoticia.hdr-in-secondary, .prt-in-secondary .hdr-secondary-aux {background:#FCFCFC; filter:none;}
.prt-in-secondary .hdr-in-secondary-tag {padding: 9px 11px; border-top: 1px solid #FFFFFF; margin-bottom: -2px;
}
.prt-in-secondary .hdr-in-secondary-tag a {color: #666666;}
.prt-in-secondary .hdr-in-secondary-tag span.s-stext-link-2 {color: #666666;}
.prt-in-secondary .hdr-in-secondary-tag strong {color: #666666;}

.prt-in-secondary .nav-aux:before {border-left: 1px solid #E2E2E2; left: -14px;}
.prt-in-secondary .nav-aux li:first-child:before {border-left: 1px solid #E2E2E2;}
.prt-in-secondary .redes:before {border-left: 1px solid #E2E2E2;}

.prt-in-secondary .i-s-esnoticia { background-position: -551px -350px;}
.prt-in-secondary .i-s-twitter {background-position: -251px -431px;}
.prt-in-secondary .i-s-facebook {background-position: -229px -431px;}
.prt-in-secondary .i-s-gplus {background-position: -272px -431px;}
.prt-in-secondary .i-s-youtube-social {background-position: -354px -426px;}


/*** Módulo Portada Chile/Colombia ***/
.mdl-internacional .mdl-pdn {padding: 10px 10px 0; background: #FFFFFF;}
.mdl-internacional .mdl-pdn .ntc-title, .mdl-internacional .mdl-pdn .ntc-title a {font: 18px/20px "ascombold",Arial,Helvetica;
color: #111111;}
.mdl-internacional .mdl-pdn .ntc-title a:hover {text-decoration: none; color: #cc7205;}
.mdl-internacional .mdl-pdn .ntc-article {margin-bottom: 0; border-bottom: 0;} 
.mdl-internacional .mdl-pdn .ntc-article:first-child {margin-bottom: 10px; padding-bottom: 10px; border-bottom:1px solid #d6d6d6;} 
.tit-module-internacional {background: url("/img/internacional/comunes/bg_cint_internacional.jpg") 0 0 no-repeat transparent; font: 18px/32px "sourceblack",Arial,Helvetica; color: #FFFFFF; margin-bottom: 1px;}
.tit-module-internacional a, .tit-module-internacional span {font: 18px/32px "sourceblack",Arial,Helvetica; color: #FFFFFF; margin-left: 45px;}
.tit-module-internacional a:hover {text-decoration: none; color:#f0f0f0;}
.tit-module-internacional.tit-mdl-chile {background-position: 0 0;}
.tit-module-internacional.tit-mdl-colombia {background-position: 0 -43px;}
.tit-module-internacional.tit-mdl-mexico {background-position: 0 -86px;}
.tit-module-internacional.tit-mdl-usa {background-position: 0 -129px;}


.row.mdl-int-ediciones{background: none repeat scroll 0 0 #f0f0f0; border-bottom: 0; border-top: 1px solid #cccccc;
 margin: 0 -9px 0; padding: 10px 0;}

.row.mdl-int-ediciones .col-12 {margin-left: 9px;}
.row.mdl-int-ediciones .c-separator-6-6 {left: 335px; top:10px; bottom: 10px;}

/*** Es noticia - Personalización botón Copa América (para los 3 tags) ***/
.hdr-in-secondary.hdr-in-secondary-tag .tag_line_copa_america_a, .hdr-in-secondary.hdr-in-secondary-tag .tag_line_c_a29c2ce5769c4d60ebb7890dd90acf98, .hdr-in-secondary.hdr-in-secondary-tag .tag_line_c_217d3f682a62b4f1d1bfc91720993e53  {background: url("/img/internacional/chile/btn-copa-america-es-noticia.png") no-repeat scroll 0 -1px #4D4D4D; border-left: 1px solid #999999;border-right: 1px solid #999999;border-top: none;display: inline-block;height: 37px;line-height: 38px;margin-left: -2px;margin-top: -11px;padding-left: 45px;position: relative; z-index: 0;}
.prt-in-secondary .hdr-in-secondary.hdr-in-secondary-tag .tag_line_copa_america_a, .prt-in-secondary .hdr-in-secondary.hdr-in-secondary-tag .tag_line_c_a29c2ce5769c4d60ebb7890dd90acf98, .prt-in-secondary .hdr-in-secondary.hdr-in-secondary-tag .tag_line_c_217d3f682a62b4f1d1bfc91720993e53{height: 35px; background: url("/img/internacional/chile/btn-copa-america-es-noticia-interior.png") no-repeat scroll 12px 6px transparent; border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;background-size: 24px;}

/*** quita publis en video ***/
.video_play .ntc-sponsor {display: none;}

/*** Navegación Principal Chile ***/
#nav-chile .hdr-in-nav-main > li a {padding-left: 9px; padding-right: 9px;}	
#nav-chile .hdr-in-nav-main li.as a {padding: 0;margin: 0 8px;}
#nav-chile .hdr-in-nav-help li.as-tv a {margin: 0 2px;background-position: -42px 7px;}	 
#nav-chile .hdr-in-nav-help a {padding: 2px 7px 0 7px;}
#nav-chile .hdr-in-buscar a {padding: 0 14px;}

/*** Navegación Principal Colombia ***/
#nav-colombia .hdr-in-nav-main > li a {padding-left: 8px; padding-right: 8px;}	
#nav-colombia .hdr-in-nav-main li.as a {padding: 0;margin: 0 8px;}
#nav-colombia .hdr-in-nav-help li.as-tv a {background-position: -47px 7px; margin: 0 3px;}	 
#nav-colombia .hdr-in-nav-help a {padding: 2px 3px 0 4px;}
#nav-colombia .hdr-in-buscar a {padding: 0 11px;}
#nav-colombia .hdr-in-nav-main > li#menu_colombianosporelmundo a { padding-left: 15px; background: url("/img/internacional/colombia/los-nuestros-flag.png") no-repeat scroll 1px top;}

/*** Navegación Principal México ***/
#nav-mexico .hdr-in-nav-main > li a {padding-left: 8px; padding-right: 7px;}	
#nav-mexico .hdr-in-nav-main li.as a {padding: 0;margin: 0 8px;}
#nav-mexico .hdr-in-nav-help li.as-tv a {margin: 0 2px; background-position: -46px 7px;}
#nav-mexico .hdr-in-nav-help li.as-fotos a { margin: 0 0 0 5px;}	 
#nav-mexico .hdr-in-nav-help a {padding: 2px 4px 0 4px}
#nav-mexico .hdr-in-buscar a {padding: 0 12px}
.header-interior #nav-mexico .hdr-in-buscar a {padding: 0 11px}

/*** Navegación Principal US Hispanic ***/

#nav-us .hdr-in-nav-main > li a {padding-left:18px; padding-right:18px;}
#nav-us .hdr-in-nav-main > li.as a { padding:0; margin: 0 8px;}
#nav-us .hdr-in-nav .hdr-in-nav-help li.as-tv a {  background-position-x: -47px;margin: 0px 15px;  width: 20px;}
#nav-us .hdr-in-buscar a { padding: 0 12px;  background-position-x: -308px;}
#nav-us .hdr-p-edicion .hdr-p-pais {  left: 486px; top: 65px;}
 
/*** Navegación Principal España ***/
#nav-espana .hdr-in-nav-main > li a { padding-left: 15px; padding-right: 15px;}	
#nav-espana .hdr-in-nav-help a { padding: 2px 15px 0 15px}
#nav-espana .hdr-in-nav-main li.as a { padding: 0;margin: 0 12px 0 13px;}
#nav-espana .hdr-in-nav-help li.as-tv a { padding: 0; margin: 0 15px; background-position: -50px 7px;}
#nav-espana .hdr-in-nav-help li.as-fotos a { padding: 0; margin: 0 15px;}	 
#nav-espana .hdr-in-buscar a { padding: 0 15px}

/*** Navegaci√≥n Principal English ***/
#nav-english .hdr-in-nav-main > li a { padding-left: 25px; padding-right: 25px;}	
#nav-english .hdr-in-nav-help a { padding: 2px 23px 0 23px}
#nav-english .hdr-in-nav-main li.as a { padding: 0; margin: 0 12px 0 13px;  }
#nav-english .hdr-in-nav-help li.as-tv a { padding: 0; margin: 0 25px;  background-position: -50px 7px;}
#nav-english .hdr-in-nav-help li.as-fotos a { padding: 0; margin: 0 25px; }	 
#nav-english .hdr-in-buscar a { padding: 0 15px}

