<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.premium-new-share.col.l4{
			float:right !important;
		}
		
		/* new notas restriccion */
		
		.preview-premium, .preview-premium div, .preview-premium p {
    margin: 0 !important;
	
}
.preview-premium p{
	height:initial !important;
}



.preview-premium{
	width:100%;
	max-height: 230px;
	position:relative;
	overflow: hidden;
}
.preview-premium-sombra{
    position: absolute;
    width: 100%;
    left: 0;
	bottom: 0;
    height: 100px;
    content: "";
    z-index: 1;
    background: rgba(255,255,255,0.18);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.18)), color-stop(87%, rgba(255,255,255,0.98)), color-stop(100%, rgba(255,255,255,0.98)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );    
}	
body article .notas-body .bloqueo-star-w{
	width: 20px !important;
    height: 20px !important;
	display: block;
    margin: auto;
	margin-top: 10px;
	text-align:center !important;
}
div.nota-restriccion-msg:nth-child(2){
	
}

	.nota-restriccion-msg{
		padding: 0 0 60px 0;
		text-align:center !important;
		clear:both;
	}
	.nota-restriccion-msg &gt; div{
		padding: 8px 0;
		text-align:center !important;
	}	
	.restriccion-header{
		display: flex;		
		text-align:center !important;
	}
	.restriccion-header div{
		margin: auto 0;
		height: 4px;
		background-color: #df0009;
		text-align:center !important;
		width: 47%;
	}

	.restriccion-header span img{
		max-width:20px;
	}
	.restriccion-header span{
		width: 6%;
		height: 41px;
		max-width: 41px;
		background-color: #df0009;
		color:#fff;
		vertical-align: middle;
		line-height: 41px;
		text-align:center !important;
		border-radius: 50%;
	}
	.restriccion-title{
		font-size:15px;
		font-weight:bold !important;
		color:#df0009;
		text-align:center !important;
		text-transform:uppercase;
	}
	.restriccion-desc{
		font-size: 16px;
		text-align:center !important;
		color: #333;
	}
	.restriccion-btns-registro{
		display: flex;
		width: 50%;		
		margin: auto;
		text-align:center !important;
		padding:16px 0 !important;
	}
	.restriccion-btns-registro span{		
		width:45%;
		margin:auto;
		border-top: 12px solid #df0009;
		border-bottom: 12px solid #df0009;
		border-left: 20px solid #df0009;
		border-right: 20px solid #df0009;
		border-radius: 4px;		
		font-size: 15px;
		line-height: 16px;
		font-weight: 600;
		background-color: #df0009;
		text-transform: uppercase;
		letter-spacing: .5px;
		color: #fff;
		text-align:center !important;
		cursor: pointer;
	}
	.restriccion-footer{
		font-size: 17px;
		font-weight: 600;
		text-align:center !important;
		color: #2B2A2B;
	}
		/* new notas restriccion */
			.completar-datos{
				position:fixed;
				top:0;
				left:0;
				margin:12px 3% auto 3%;
				z-index:9999999999999;
				border-radius:5px;
				border:1px solid #e9e9e9;
				display:none;
			}
			.mostrar-completar-datos{
				display:block;
			}
			
			@media screen and (min-width: 800px) {
				.completar-datos{
					height: 486px;
					max-width: 470px;
					margin: auto;
					left: 25%;
					right: 25%;
					top: 25%;
					bottom: 25%;
				}
			}
			
			@media screen and (max-width: 800px) {
				.restriccion-header &gt; span{
					display:flex;
				}
				.restriccion-header img{
					margin:auto !important;
				}
				.restriccion-btns-registro{
					width:100% !important;
				}
				.restriccion-header div{
					width: 45%;
				}
				.restriccion-header span {
					width: 10%;
				}
				.preview-premium-sombra{
					background: rgba(238,238,238,0.18);
					background: -moz-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,0.18)), color-stop(87%, rgba(238,238,238,0.98)), color-stop(100%, rgba(238,238,238,0.98)));
					background: -webkit-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -o-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -ms-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: linear-gradient(to bottom, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );    
				}
			}
			
			
.premium-new-share.col.l4{
			float:right !important;
		}
		
		/* new notas restriccion */
		
		.preview-premium, .preview-premium div, .preview-premium p {
    margin: 0 !important;
	
}
.preview-premium p{
	height:initial !important;
}



.preview-premium{
	width:100%;
	max-height: 230px;
	position:relative;
	overflow: hidden;
}
.preview-premium-sombra{
    position: absolute;
    width: 100%;
    left: 0;
	bottom: 0;
    height: 100px;
    content: "";
    z-index: 1;
    background: rgba(255,255,255,0.18);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.18)), color-stop(87%, rgba(255,255,255,0.98)), color-stop(100%, rgba(255,255,255,0.98)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.98) 87%, rgba(255,255,255,0.98) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );    
}	
body article .notas-body .bloqueo-star-w{
	width: 20px !important;
    height: 20px !important;
	display: block;
    margin: auto;
	margin-top: 10px;
	text-align:center !important;
}
div.nota-restriccion-msg:nth-child(2){
	
}

	.nota-restriccion-msg{
		padding: 0 0 60px 0;
		text-align:center !important;
		clear:both;
	}
	.nota-restriccion-msg &gt; div{
		padding: 8px 0;
		text-align:center !important;
	}	
	.restriccion-header{
		display: flex;		
		text-align:center !important;
	}
	.restriccion-header div{
		margin: auto 0;
		height: 4px;
		background-color: #df0009;
		text-align:center !important;
		width: 47%;
	}

	.restriccion-header span img{
		max-width:20px;
	}
	.restriccion-header span{
		width: 6%;
		height: 41px;
		max-width: 41px;
		background-color: #df0009;
		color:#fff;
		vertical-align: middle;
		line-height: 41px;
		text-align:center !important;
		border-radius: 50%;
		display:flex;
	}
	.restriccion-title{
		font-size:15px;
		font-weight:bold !important;
		color:#df0009;
		text-align:center !important;
		text-transform:uppercase;
	}
	.restriccion-desc{
		font-size: 16px;
		text-align:center !important;
		color: #333;
	}
	.restriccion-btns-registro{
		display: flex;
		width: 50%;		
		margin: auto;
		text-align:center !important;
		padding:16px 0 !important;
	}
	.restriccion-btns-registro span{		
		width:45%;
		margin:auto;
		border-top: 12px solid #df0009;
		border-bottom: 12px solid #df0009;
		border-left: 20px solid #df0009;
		border-right: 20px solid #df0009;
		border-radius: 4px;		
		font-size: 15px;
		line-height: 16px;
		font-weight: 600;
		background-color: #df0009;
		text-transform: uppercase;
		letter-spacing: .5px;
		color: #fff;
		text-align:center !important;
		cursor: pointer;
	}
	.restriccion-footer{
		font-size: 17px;
		font-weight: 600;
		text-align:center !important;
		color: #2B2A2B;
	}
		/* new notas restriccion */
			.completar-datos{
				position:fixed;
				top:0;
				left:0;
				margin:12px 3% auto 3%;
				z-index:9999999999999;
				border-radius:5px;
				border:1px solid #e9e9e9;
				display:none;
			}
			.mostrar-completar-datos{
				display:block;
			}
			
			@media screen and (min-width: 800px) {
				.completar-datos{
					height: 486px;
					max-width: 470px;
					margin: auto;
					left: 25%;
					right: 25%;
					top: 25%;
					bottom: 25%;
				}
			}
			
			@media screen and (max-width: 800px) {
				.restriccion-header &gt; span{
					display:flex;
				}
				.restriccion-header img{
					margin:auto !important;
				}
				.restriccion-btns-registro{
					width:100% !important;
				}
				.restriccion-header div{
					width: 45%;
				}
				.restriccion-header span {
					width: 10%;
				}
				.preview-premium-sombra{
					background: rgba(238,238,238,0.18);
					background: -moz-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,0.18)), color-stop(87%, rgba(238,238,238,0.98)), color-stop(100%, rgba(238,238,238,0.98)));
					background: -webkit-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -o-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: -ms-linear-gradient(top, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					background: linear-gradient(to bottom, rgba(238,238,238,0.18) 0%, rgba(238,238,238,0.98) 87%, rgba(238,238,238,0.98) 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );    
				}
			}
			
			
.contenidomodal-2018{
	width:100%;
	max-width: 850px;    
	max-height: 500px;
    position: fixed;
    top: -225%;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    background-color: #fff;
	overflow:hidden;
    z-index: 99999999999;
	transition:top .35s; 
}
.contenidomodal-2018:after{
	content:"";
	display:block;
	clear:both;
}
.contenidomodal-2018.modal-login{
	max-width: 440px;
}
.contenidomodal-2018,
.contenidomodal-2018 iframe{
	width: 100%;
    height: 500px;
	border:0;
}
.contenidomodal-2018.modal-login,
.contenidomodal-2018.modal-login iframe{
    height: 538px;
	max-height: 538px;	
}
.contenidomodal-2018.modal-perfil iframe{    
	height: 100%;
}
.contenidomodal-2018.modal-perfil{	
	height: 100%;
    width: 100%;
	max-width: 100%;
    max-height: 100%;
    top: 0;	
    left: 0;
    right: initial;
	bottom: initial;
	overflow-y: scroll;	
}

.bloquearpantalla{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    z-index: 999999999;
}
.cajavacia-2-2018{
	background-color: #333 !important;
    opacity: .7;
}	
.ocultar{
	display:none;
}
.mostrar{
	display:block;
}
.mostrar-modal{
	top:25%;
}
.nomover{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}	
.contenido-premium{
	position: fixed;
    top: 36%;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    z-index: 99999999999;
}
.contenido-premium-html{    
	width:100%;
	margin:0 auto;
	padding: 30px 0;
	background-color: #efefef;	
}	
.contenido-premium-html span{
	margin:12px auto;
	text-align:center;
	display:block;
	clear:both;
}
.article-nota-premium .subtitle-new{display:none}
.desc1{
	font-size:18px;
	font-weight: bold;
	color:#444;
}
.desc2{
    font-size: 26px;
    font-weight: bold;
    color: #444;
}
.registrate-aqui-btn{
	width: 100%;
	max-width:160px;
    max-height: 40px;
    margin: 0 auto;
    padding: 10px 14px;    
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    background-color: #B9DAED;
	text-transform:uppercase;
    color: #000;    
	cursor:pointer;
}
.inicia-ses-btn{
	color:#000;
}
.inicia-ses-btn strong{
	font-weight:normal;
	color:#bf491f;
	cursor:pointer;
}
.nota-premium #disqus_thread,
.nota-premium .notarel,
.nota-premium .block-block-236,
.nota-premium .block-block-213,
.nota-premium .block-block-282,
.nota-premium .block-block-276{
	display:none !important;
}
.titulo-2018 a{
	display:block;
	float:left;
}
.volver-a-portada{
	display:block;
	text-align:center;
	margin:auto;
}
.candado-premium{
	float: left;	
	margin-right:2px;
    background: url("data:image/png;base64,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");
    background-size: contain;
    background-repeat: no-repeat;
}
#perfil{
	height:30px;
	position:relative;
	z-index: 999999;
}
.menuregistro{	
		position: initial;
		width: 234px;
		top: 4px;
		z-index: 99999;
		width: 65%;
		max-width: 65%;
		right: 10px;
		height: 30px;
		z-index: 99999999999;
		float: right !important;
		padding: 0 !important;
		margin: 3px 5px 0 0;
		
}

@media screen and (max-width: 900px) {
	.mostrar-modal{
		top:0;
	}
	.contenidomodal-2018.modal-login{
		bottom:initial;
	}
	.mostrar-modal.modal-crear{
		max-height:360px; 
		top: 15%;
		bottom:initial;
	}	
	.mostrar-modal.modal-crear.crear450{
		height:620px;
		max-height:620px;
		overflow-y: scroll;
		top:0;
	}
	.mostrar-modal.modal-crear.crear450 iframe{
		height:780px;
		max-height:780px;
	}
	.contenidomodal-2018{
		max-width:100% !important;
		max-height:initial;
		bottom:25%;
		right:0;
		left:0;
	}
	.modal-login{
		overflow-y:scroll;		
	}	
	.modal-login iframe{
		height:115% !important;
		max-height:115% !important;
	}
	.contenido-premium{
		top:20%;
	}
	.desc1{
		line-height:1.1;
	}
	.desc2{
		font-size:18px;
		line-height:1.13;
	}
	.contenido-premium-html span{
		margin:7px auto;
	}
	.registrate-aqui-btn{
		padding: 0 !important;
		border-top: 10px solid #3c92ba;
		border-bottom: 10px solid #3c92ba;
		border-left: 20px solid #3c92ba;
		border-right: 20px solid #3c92ba;
		background-color: #3c92ba;
		width: initial;
		max-width: initial;
		margin: auto;
		max-height: initial;
		height: initial;
		display: inline !important;
		color: #fff;
		font-weight: normal;
	}	
	.contenido-premium-html{
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.menuregistro{	
		position: fixed !important;
		width: 230px !important;
		top: 4px !important;
		z-index: 99999;
		width: 100%;
		max-width: 100% !important;
		right: 10px;
		height: 30px;
		z-index: 999999999;
		float: right !important;
		padding: 0 !important;
		margin: 3px 5px 0 0;
		
	}
	#perfil{
		position: relative;
		z-index: 9999999999;
		width: 100%;
		height:30px;
		width: 236px;
		max-width: 350px;
		min-width: initial !important;
		height: 30px
	}
}
</pre></body></html>