html, body{
    width: 100%;
    height: 100%;
}
body{
	overflow-x: hidden;
	line-height: 1.2em;
    text-rendering: optimizeLegibility;
    font-family:'entradilla', sans-serif;
}
::selection {
  background: #0E96C8;
  color:#FFF;
}
::-moz-selection {
  background: #0E96C8;
  color:#FFF;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	border-radius:0;
}
/*Transiciones*/
/*Normales*/
a, a img, figure a img, h1, h3, strong, header .row, .menu_principal > li a, .search span, #buscador fieldset, #boton_buscar, #logo, .logo_grande, .logo_pequeno, #buscador, #permiso_cookies, #permiso_cookies_acepto, #permiso_cookies_x, #cerrar_opinion, .menu_principal li ul, .menu_principal li , .menu_principal a, #buscador input[type="submit"], .boton_opinion, h2 a span, .bx-wrapper figcaption, .boton, #buscador_hemeroteca input[type="submit"], .div_masonry .caption,h3 a,#boletin .boletin_boton,#level_enlace img,#level_lnc .alacontra,#level_lnc .lavineta,.blogueros > strong:after,
.blogueros > strong:before,.slider .slick-next,.slider .slick-prev,.indicador_seccion,#level_enlace .destacado > div > a:before,.btn-all-blogging{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
/*Rápidas*/
.menu_lateral li a:active{
	transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
}
/*Lentas*/
#buscador input[type="text"], #menu_responsive, .social_box, .cerrar_social, .share_icon, .lateral_emergente, #opinion_slide{
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
/*Sin transición*/
.bx-controls-direction a{
	transition:none;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	-ms-transition:none;
}
/*Estilos para el aviso de cookies*/
#permiso_cookies{
	float: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 1001;
	padding: 0;
	background: #666666;
	overflow: hidden;
	height: 80px;
}
#permiso_cookies_tit{
	color: #FFFFFF;
	margin-bottom: 10px;
	font: 1.2em  sans-serif;
	font-weight: 700;
}
#permiso_cookies_cont{
	font: 0.8em/1.4em 'parrafo', Georgia, "Times New Roman", Times, serif;
	padding: 15px 30px;
}
#permiso_cookies_cont a{
	color: #FFFFFF;
	font-weight: bold;
}
#permiso_cookies_cont a:hover{
	color: #FFF;
	text-decoration: underline;
}
#permiso_cookies_acepto{
	cursor: pointer;
	background: #333333;
	color: #FFF;
	float: none;
	padding: 5px 15px;
	margin-top: 10px;
	font-weight: 500!important;
	/* [disabled]clear: both; */
	display: inline-block;
	font-family:  sans-serif;
	font-size: 0.9em;
}
#permiso_cookies_acepto:hover{
	background-color: #FFF;
	color: #0E96C8;
}
#permiso_cookies_x, #cerrar_opinion{
	float: right;
	position: absolute;
	right: 9px;
	top: 9px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: transparent url(../img/cerrar_blanco.png) no-repeat center center;
	border: solid 1px #FFF;
	text-indent: -9999px;
}
#permiso_cookies_x:hover, #cerrar_opinion:hover{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	cursor:pointer;
}
#opinion_slide {
	float: left;
	color: #FFF;
	text-align: left;
	position: relative;
	z-index: 1001;
	padding: 0;
	background: #999;
	height: 0px;
	overflow: hidden;
	width: 100%;
	font: 0.9em/1.4em 'parrafo', Georgia, "Times New Roman", Times, serif;
}
#opinion_slide_cont{
	padding:25px;
	padding-bottom:0px;
	border:20px solid transparent;
	width: 70%;
	float: right;
}
.bxslider_opinion figure{
	width: 100%;
	border: none;
	float:left;
	padding:0;
	margin-top:10px;
}
.bxslider_opinion figure > a{
	float: left;
	background: #888888;
	padding: 0px;
	padding-right: 15px;
	border-radius: 60px 0 0 60px;
	overflow:visible;
}
.bxslider_opinion figure > a:hover{
	background: #777777;
}
.bxslider_opinion figure > a:hover p, .bxslider_opinion figure > a:hover strong{
	color:#FFF!important;
}
.bxslider_opinion figure > a p, .bxslider_opinion figure > a strong{
	float:none!important;
	margin-top:30px;
	color:#FFF!important;
	font-size:1em!important;
}
.bxslider_opinion img{
	border-radius:100%;
	width:80px;;
	height:auto;
	margin-right:10px;
}
.bxslider_opinion figure:hover img{
	transform:scale(1.1);
	opacity:1;
}
.bxslider_opinion figcaption{
	background:transparent;
	border:none;
}
#modulos_opinion{
	height:100%;
	width:30%;
	float:left;
	padding:40px 20px;
	border-right:dotted 1px #CCC;
}
#modulos_opinion > a{
	margin-bottom:0.5%;
	border:solid 1px #CCC;
	float:left;
	padding:10px 10px;
	width:48%;
	margin-right:0.5%;
	margin-left:0.5%;
	max-width:430px;
	text-transform:inherit!important
}
#modulos_opinion > a img{
	width:40px;
	height:auto;
	float:left;
	padding-right:7px;
	border-right:dotted 1px #CCC;
	margin-right:7px;
}
#modulos_opinion > a h2{
	width:auto;
	float:none!important;
	margin-top:10px;
}
#modulos_opinion > a:hover{
	background-color: #888;
}
#modulos_opinion > a:hover h2{
	text-decoration:underline;
}
.boton_opinion {
	font: 0.8em 'entradilla',  sans-serif;
	color: #FFF;
	padding: 10px 30px 10px 10px;
	margin-left: 0px;
	cursor: pointer;
	background: #999999 url(../img/arrow_up.png) no-repeat right center;
	height:39px;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	font-weight:400;
}
.boton_opinion:hover {
	background-color: #0E96C8;
	color: #FFF;
}
#logo{
    display: block;
    position: relative;
    height: 90px!important;
    width: 300px;
    overflow: hidden;
    left: 50%;
    margin: -25px 0 10px -150px;
}
#logo_footer {
	float: left;
	position: relative;
	height: 35px;
	width: 15%;
	margin-top: -5px;
	margin-right: 30px!important;
	padding:0!important;
	margin-left:0!important;
	margin-bottom:0!important;
}
#logo_footer img {
	height: auto;
	width: 100%;
}
.sticky-wrapper{
    float: left;
    width: 100%;
}
.is-sticky #logo,.bloque_sticky .pie_foto,.slick-arrow.slick-hidden,.slick-slide.slick-loading img,.hide,.is-sticky .nueva_fecha{
    display:  none;
}
.is-sticky .menu_principal{
    float: right;
}
.logo_grande  {
	float: left;
	max-height: 80px;
	height: auto;
	width: 100%;
	opacity: 1;
	position: absolute;
    bottom:0;
	left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.logo_pequeno {
	float: left;
	width: auto;
	height: 26px;
	opacity: 0;
	position: absolute;
	left: 25px;
	top: 5px;
}
.row{
	width: 100%;
	float: left;
	/*border-bottom: 1px solid #EBEBEB;*/
	position: relative;
/*	background: rgba(255,255,255,1);*/
	padding-top:20px;
    pointer-events: none;
}
#shorts_up {
	background: #FFFFFF;
	padding: 0px;
	width: 100%;
	display:inline-block;
	position:fixed;
	color: #999;
	height:40px;
}
#tools_up, .botones_tools_up {
	position:absolute;
	z-index:100;
	top:0;
	right:0;
}
#tools_up a, .botones_tools_up a {
	font: 0.8em 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #CCC;
	padding: 10px;
	margin-left: 1px;
	float:right;
	height:39px;
	margin-top:px;
}
#tools_up a:hover, .botones_tools_up a:hover {
	background-color:#0E96C8;
}
header {
	z-index: 999;
	float: left;
	padding: 0!important;
	background: none;
	border-bottom-color: #FFF!important;
}
#cont_cabecera {
	display: block;
	width: 1030px;
	background-color:#FFF;
	border-bottom:solid 1px #FFF;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -515px;
}

.titular{
	font-family:'titular',  sans-serif!important;
}
.entradilla{
    font-family: 'entradilla', sans-serif;
	font-size:1.05em;
	line-height:1.4em!important;
	width:100%;
}
section .entradilla strong{
	color: #FFF;
	text-transform: uppercase;
	padding: 3px 15px 0px;
	margin-right: 5px;
	background-color: #0E96C8;
	display: inline-block;
}
.parrafo{
	margin-top:10px;
	font-size:1.05em;
	margin-bottom:25px;
	color:#666;
	line-height:1.6em;
}
.ladillo, .ladillo_sin_comillas {
	background-color:#EBEBEB;
	padding:20px;
	width:40%;
	margin-right:25px;
	position:relative;
	font-family:'entradilla', sans-serif;
	line-height:1.4em;
	font-size:1.2em;
	margin-bottom:20px;
}
.ladillo:before{
	content:'"';
	font-size:5em;
	color:#CCC;
	position:absolute;
	left:0px;
	top:0;
	line-height:0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.ladillo:after{
	content:'"';
	font-size:5em;
	color:#CCC;
	position:absolute;
	right:0;
	bottom:0;
	line-height:0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.ladillo2{
	margin-top:15px;
	padding-right:0;
	padding-left:0;
	padding-bottom:0;
	background:none;
	border-top:solid 2px #0E96CF;
	width:33.3%;
	color:#0E96CF;
}
.ladillo2:after, .ladillo_sin_comillas:after {
	content:''!important;
}
.ladillo2:before, .ladillo_sin_comillas:before {
	content:''!important
}
.ladillo img, .ladillo_sin_comillas img {
	border-radius:100%;
	width:75px!important;
	height:auto!important;
	margin-right:20px;
}
.row_int{
	max-width: 1030px; /* 1050px */
	/*position: relative;
    z-index: 99;*/
	margin: auto;
}
.row_int div figure:last-child{
	border:none;
}
.row_int_1200 {
	max-width: 1200px;
}
.row_int_1100 {
	max-width: 1100px;
}
.width_100 {
	width: 100%!important;
	float: left;
	height:auto;
    position:relative;
}
.width_100 img{
    display:block;
    width: 100%;
    height: auto;
}
.width_80 {
	width: 80%;
	padding: 0px;
	float: left;
}
.width_75 {
	width: 75%;
	padding: 0px;
	float: left;
}
.width_66 {
	width: 66.6%;
	float: left;
}
.width_66 img , .width_75 img{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 0px;
}
.width_60 {
	width: 60%;
	float: left;
}
.width_50 {
	width: 50%;
	float: left;
}
.width_40 {
	width: 40%!important;
	float: left;
}

.width_33 {
	width: 33.3%;
	float: left;
}
.width_30 {
	width: 30%;
	float: left;
}
.width_25 {
	width: 25%;
	float: left;
}
.width_20 {
	width: 20%;
	float: left;
}
.borde_der {
	border-right: 1px solid #EBEBEB;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 25px;
	/*min-height:830px;*/
	margin-bottom:0;
}
.borde_izq {
	border-left: 1px solid #EBEBEB;
}
.borde_0 {
	border-left: none!important;
	border-right: none!important;
}
.padding_0 {
	padding: 0px;
}
.padding_25 {
	padding-right: 25px;
	padding-left: 25px;
}
.padding_25_full{
	padding:25px;
}
.padding_left_0 {
	padding-left: 0px;
}
.padding_right_0 {
	padding-right: 0px;
}
.padding_left_10 {
	padding-left: 10px;
}
.padding_left_25 {
	padding-left: 25px;
}
.padding_left_12 {
	padding-left: 12px;
}
.padding_right_25 {
	padding-right: 25px;
}
.padding_right_20 {
	padding-right: 20px;
}
.padding_right_12 {
	padding-right: 12px;
}

.margin_right_25 {
	margin-right: 25px;
}
.margin_left_25 {
	margin-left: 25px;
}
.margin_top_12 {
	margin-top:12px;
}
.margin_top_15{
	margin-top:15px;
}
.margin_top_25 {
	margin-top: 25px;
}
.margin_0{
	margin:0;
}
.float_left {
	float: left;
}
.float_right {
	float: right!important;
}
.fondo_bierzo{
    background:rgba(0,204,255,0.1);
    border-bottom: 1px solid #0CF;
}
.fondo_bierzo strong{
    background: #0CF;
}
.fondo_cultura{
    background:rgba(102,153,0,0.1);
    border-bottom: 1px solid #690;
}
.fondo_cultura strong{
    background: #690;
}
.fondo_deportes{
    background:rgba(153,102,51,0.1);
    border-bottom: 1px solid #963;
}
.fondo_deportes strong{
    background: #963;
}
.fondo_opinion{
    background:rgba(153,102,255,0.1);
    border-bottom: 1px solid #96F;
}
.fondo_opinion strong{
    background: #96F;
}
.fondo_multimedia{
    background:rgba(102,51,204,0.1);
    border-bottom: 1px solid #63C;
}
.fondo_multimedia strong{
    background: #63C;
}
.fondo_hemeroteca{
    background:rgba(0,204,255,0.1);
    border-bottom: 1px solid #0CF;
}
.fondo_hemeroteca strong{
    background: #0CF;
}
.fondo_azul{
    border-top:1px solid #0E96C8;
}
.fondo_azul strong{
    color:#0E96C8;
    text-transform:uppercase;
    margin: 0;
    padding: 0;
}
.fondo_azul strong:before{
    display:none;
}
/*
.fondo_azul{
    background:rgba(14,150,200,0.1);
    border-bottom: 1px solid #0E96C8;
}
.fondo_azul strong{
    background: #0E96C8;
}*/
.fondo_gris{
    background: rgba(102,102,102,0.3);
}
.fondo_gris strong{
    background: #666;
}
.fondo_negro{
    background: rgba(0,0,0,0.3);
}
.fondo_negro strong{
    background: #000;
}
.fondo_video:before{
	content:'';
	background-image:url(../img/arrow_play.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#690;
	margin-right:5px;
	text-align:center;
	float:left;
	margin-left:-5px;
	width:16px;
	height:16px;
}
.fondo_video{
	background-color: #99CC00!important;
	color: #99CC00;	
}
#portada > div{
	min-height:770px;
}
#cabecera nav > ul{
	position:relative;
}

.nav_principal{
    padding-right: 0%;
}
.habitual{
    padding-right: 15%!important;
}
.is-sticky .nav_principal{
    padding-right: 0;
}
.banner_side_azul {
	background: #0E96C8;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 25px;
	font-family: 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.banner_side_gris {
	background: #888;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 25px;
	font-family: 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.banner_side_gris_enlace{
	background: #888;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 10px 25px;
	font-size: 0.8em;
	color: #FFF;
}
.banner_side_grisclaro {
	background: #999;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 25px;
	font-family: 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.banner_side_grismuyclaro {
	background: #BBB;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 25px;
	font-family: 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.banner_side_casiblanco {
	background: #E2E2E2;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 20px;
	font-family: 'parrafo', Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

.banner_side_azul strong, .banner_side_gris strong, .banner_side_grisclaro strong, .banner_side_grismuyclaro strong{
	font-size:1.1em;
	font-weight:normal;
}
.banner_side_azul:hover, .banner_side_gris:hover, .banner_side_grisclaro:hover, .banner_side_grismuyclaro:hover, .banner_side_gris_enlace:hover{
	color:#0E96C8;
	background:transparent;
}
.banner_side_azul p, .banner_side_gris p, .banner_side_azul span, .banner_side_gris span, .banner_side_grisclaro p, .banner_side_grisclaro span, .banner_side_grismuyclaro span, .banner_side_grismuyclaro p{
	margin-top:10px;
	font-size:0.9em;
	margin-bottom:10px;
}
.bx-wrapper{
	margin-bottom:20px!important;
}
.bx-wrapper figure{
	margin-bottom:0px!important;
}
.bxslider figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px!important;
	background: rgba(0,0,0,0.1) url(../img/fondo_pie_foto.png) repeat-x left top;
	background-size:100% 100%;
	border:none;
	opacity:1;
}
.bxslider .video-responsive:hover + figcaption{
    opacity:0;
}
.bxslider:hover figcaption{
	opacity:1;
}
.bxslider figcaption p{
	color:#FFF!important;
	text-shadow:0px 1px 0px #333;
	font-family:'entradilla', sans-serif;
	font-size:1em;
}
#breves{
	background-color:#F4F4F4;
}
.portada {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #999;
}
#cerca_de_mi,
#sec_interesante{
    background: #0e96c8;
    color: #fff;
    float: left;
    margin-bottom: 1px;
    padding: 25px 20px!important;
    width: 100%;
	transition:all 0.3s ease;
}
#cerca_de_mi{
    background: #0e96c8;
}
#sec_interesante{
    background: #666;
}
#icono_mapa{
	width:130px!important;
	height:85px!important;
	background:url(../img/mapa.svg) no-repeat center center;
	background-size:104px auto;
	float:left;
	margin-right:20px!important;
	padding-right:30px!important;
	border-right:dotted 1px #FFF;
	position:relative;
}
#icono_mapa img{
	width:32px!important;
	height:32px!important;
	left:52px!important;
	top:19px!important;
	position:absolute;
}
#cerca_de_mi p{
	margin-top:15px;
	float:left;
}
#cerca_de_mi a{
width:auto;
margin-top:25px;
margin-bottom:0;
}
#figure .img_noticia_principal{
	border-top:1px solid #0E96C8;
}
figure , .modulo{
	text-align: left;
	display: inline;
	margin: 0px 0px 25px!important;
	padding: 0px 25px!important;
	border-right: solid 1px #EBEBEB;
	height: 100%;

	position: relative;
    overflow: hidden;
}
figure.reportaje figcaption{
	background-color:#EBEBEB;
}
figure.reportaje figcaption a, figure.reportaje figcaption p{
	padding-left:20px;
	padding-right:20px;
}
figure a img, .modulo a img{
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position:relative;
	z-index:0;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}
figure iframe , .modulo iframe  {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*height:100%;*/
}
#banner figure a iframe {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 2px solid #0E96C8;
	margin-bottom: 10px;
}
figure{
    float: left;
}
figure a, #figure .img_principal {
	color: #666;
	width: 100%;
	float: left;
	padding: 0px;
	position:relative;
	/*overflow:hidden;*/
}
figure > a{
    border-bottom: 1px solid #0E96C8;
}
hr{
    float:left;
    width: 100%;
    border:none;
}
.quote{
	opacity:0;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-25px;
	position:absolute;
	background: url(../img/quote.png) no-repeat center center;
	height: 50px;
	width: 50px;
	z-index: 1;
	text-indent:-9999px;
}
.zoom_photo{
	opacity:0;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-25px;
	position:absolute;
	background: url(../img/zoom.png) no-repeat center center;
	height: 50px;
	width: 50px;
	z-index: 0;
	text-indent:-9999px;
}
figure a:hover .quote, a:hover .zoom_photo, #figure a:hover .quote, .galeria_articulo ul li:hover .zoom_photo{
	opacity:1;
	-webkit-animation: zoom_photo 0.3s ease-in;
	-ms-animation: zoom_photo 0.3s ease-in;
	-moz-animation: zoom_photo 0.3s ease-in;
	-o-animation: zoom_photo 0.3s ease-in;
	animation: zoom_photo 0.3s ease-in;
}
@keyframes zoom {
  0% {
	top:0;  
  }
  50% {
	top:60%;
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
  }
  100% {
	top:50%;
  }
}
@keyframes zoom_photo {
  0% {
	top:50%;  
  }
  50% { 
  	top:50%;
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	-o-transform:scale(0.5,0.5);
	-webkit-transform:scale(0.5,0.5);
	transform:scale(0.5,0.5);
  }
  100% {
	top:50%;
  }
}
figure a:hover img, #figure .img_principal:hover img  {
	opacity: 0.5;
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
	-o-transform:scale(1.01);
	-webkit-transform:scale(1.01);
	transform:scale(1.01);
}
figure a:hover h1, figure a:hover h3, figure a:hover strong {
	color:#0E96C8;
	border-bottom-color:#333;
}
figcaption , #figcaption{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*border-top: 1px solid #0E96C8;*/
	border-top: 1px solid #EBEBEB;
	padding-top: 15px;
	position: relative;
	background:#FFF;
}
.pie_foto{
	background-color:#FFF!important;
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
	font-family:'parrafo', serif;

	color:#666;
}
#articulo_cont .pie_foto{
	font-size:0.75em;
}
figcaption p{
	margin-bottom: 0px;
	color: #666;
	font: 0.9em;
	line-height:1.4em;
	float:left;
}
#opinion_slide p {
	margin-bottom: 0px;
	color: #EBEBEB;
	font: 0.9em/1.4em;
	float: left;
}
figcaption strong {
	color: #999;
	font-size: 0.85em;
	font-weight: 400;
}
figcaption a h3:hover{
	text-decoration:underline;
}
.width_33 figcaption, .width_25 figcaption, .width_20 figcaption, .width_100 figcaption{
	padding: 15px 0px 0px;
}
.share_icon {
	background: url(../img/icon_share.png) no-repeat center center;
	height: 22px;
	width: 22px;
	text-indent: -9999px;
	margin-top: 0px;
	display: inline-block;
	float: right;
	position:relative;
    cursor: pointer;
}
.share_icon:hover {
	background-color: #CCCCCC;
}
figcaption .fecha:before{
	content:'i';
	width:16px;
	height:16px;
	border:solid 1px #666;
	border-radius:100%;
	float:left;
	margin-right:5px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.1em;
}
.fecha {
	font: italic 0.75em 'parrafo', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	color: #666;
	float: left;
}
.fuente_grande {

	color: #666;
	font: 1.2em 'parrafo', Georgia, "Times New Roman", Times, serif;
	margin-left: 1px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	width: auto;
	margin-top: -5px;
}
.fuente_pequena {

	color: #999;
	font: 0.8em 'parrafo', Georgia, "Times New Roman", Times, serif;
	padding:6px 0px;
	float: left;
	width: auto;
	margin-top: -5px;
}
.print{
	text-indent:-9999px;
	width:18px;
	height:18px;
	float:left;
	background:url(../img/print.svg) no-repeat center center;
	background-size:100% auto;
	margin-left:8px;
}
.fuente_grande:hover, .fuente_pequena:hover{
	color:#0E96C8;
}
.indicador_seccion {
	color: #fff;
	background: #0E96C8;
	font: 0.7em Arial, Helvetica, sans-serif;
	padding: 3px 9px;
	float: right;
	margin-top: -50px;
    margin-right: -8px;
	z-index: 2;
	position: relative;
    pointer-events: none;
}
figure:hover .indicador_seccion{
    color: #0E96C8;
    background: #fff;
    margin-right: 0;
}
#principal_lateral h1{
    margin-top:0!important;
    padding-top: 0!important;
}
#principal_lateral > a{
    position:relative;
}
#principal_lateral > .width_100 > span.indicador_seccion,
#principal_lateral #noticia_principal > .width_50 > span.indicador_seccion{
    margin: 0;
    padding: 5px 8px;
    position: absolute;
    top: 60px;
    right: -10px;
    box-shadow: -2px 2px 0 rgba(0,0,0,.25);
}
.indicador_seccion_sin_foto .indicador_seccion{
    margin: -5px 0 5px;
}
.publicidad{
	margin-top:-10px!important;
}
.rss_suscripcion {
	float: right;
	background: #FFF url(../img/icon_rss.svg) no-repeat 92% center;
	margin-top: -50px;
	color: #666;
	padding: 5px 40px 5px 15px;
	margin-right: 40px;
}
.social_box {
	background: rgba(255,255,255,0.95);
	width: auto;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 0;
	z-index: 1;
	height: 0px;
}
.cerrar_social {
	background: #CCCCCC url(../img/cerrar_blanco.png) no-repeat center center;
	height: 19px;
	width: 19px;
	position: absolute;
	top: 8px;
	right: 0px;
    cursor: pointer;
	text-indent: -9899px;
}
.cerrar_social:hover {
	background-color: #0E96C8;
}
.reportaje .social_box{
    background:#ebebeb;
    
}
.reportaje .social_box,
.reportaje .share_icon{
    margin-right: 15px;
}
footer {
    float: left;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-top:40px;
	font-size:0.75em;
    z-index: 1;
    pointer-events:all!important;
}
#copy{
	float:left;
	width:100%;
    margin-bottom: 5px;
	font-family: 'entradilla', sans-serif;
}
#copy p{
	float:left;
}
#copy a{
	color:#0E96C8;
	padding-left:0;
	padding-right:0px;
	margin-left:0;
	margin-right:20px;
	font-size:1em;
}
.texto_legal_pie{
	width:85%;
	float:right;
	padding-left:30px;
	font-family: 'entradilla', sans-serif;
	color:#666;
	line-height:1.4em;
}
aside{
	position:relative;
	float:right;
	padding-bottom:30px;
}
.lateral_emergente{
	float:left!important;
	background-color:#FFF!important;
	width:100%!important;
	height:100%!important;
	position:absolute;
	top:0;
	left:100%;
	z-index:2;
}
.lateral_emergente:hover{
	left:0;
}
#pestana_menu {
	height: 0px;
	width: 70px;
	left: -70px;
	border: solid 24px transparent;
	border-right: solid 16px #FFF;
	text-indent: -9999px;
	top: 10px;
	position: absolute;
	background: url(../img/menu_gris.svg) no-repeat center center scroll;
	background-size:22px 22px
}
#principal{
	position:relative;
} 
#principal_lateral{
    background: #fff;
    color: #666;
}
#principal #noticia_principal{
    position: relative;
}
#principal_lateral #noticia_principal{
    margin-bottom: 25px;
    margin-top: 10px;
}
#ultima_hora{
    margin-top:10px;
}
.noticia_principal > a{
    float:left;
    width:100%;
    margin-bottom: 10px;
}
#principal #noticia_principal h1 a,
.noticia_principal h1 a,
.noticia_principal > a{
    color:#0E96C8!important;
}
#principal #noticia_principal h1 a:hover,
.noticia_principal h1 a:hover,
.noticia_principal > a:hover{
    color:#000!important;
}
.redes{
    float: left;
    width: 100%; 
    margin-top: 10px;
    position:relative;
}
#noticia_principal .redes{
    margin-bottom: 10px;
}
#cuerpo_noticia .redes{
    float: right;
    width:50%;
    margin-top: 0;
}
#columna2_otrasnoticias .redes{
    width:100%;
}
#columna2_otrasnoticias figcaption{
    padding-top:5px;
}
#columna2_otrasnoticias figure{
    margin-bottom: 30px;
}
.social_box ul{
    float: right;
    padding-right: 15px;
}
.galeria_articulo {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	border-top: 1px solid #CCC;
	padding-top: 20px;
}
#cuerpo_noticia h2 a{
    position:absolute;
    top: 0;
    right: 0;
}
.cont-txt-videoteca .redes{
    margin-top:-10px!important;
}
.arriba {
	float: left;
	width: 100%;
	border-top: 1px dotted #D6D6D6;
	margin-top: 20px;
	padding-top: 5px;
	background: url(../img/arrow_up2.png) no-repeat right top;
	padding-right: 25px;
	text-align: right;
	/*font: 0.8em 'parrafo', Georgia, "Times New Roman", Times, serif;*/
	color: #1473B9;
	margin-bottom: 20px;
}
.arriba:hover {
	color: #666;
	background-position: right bottom;
}

/***ORGANIC TABS*****/
#tabla_pestanas {
	padding: 0 0 20px;
	margin: 0 0 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #0E96C8;
}

#tabla_pestanas .nav {
	overflow: hidden;
	margin: 0 0 0px;
	border-bottom: 1px solid #0E96C8;
}
#tabla_pestanas .nav li {
	width: 33.3%;
	float: left;
	margin: 0;
}
#tabla_pestanas .nav li a {
	display: block;
	padding: 8px 2px;
	color: #008CC8;
	text-align: center;
	border-right: 1px solid #FFF;
	border-bottom: none;
	font-family: 'entradilla',  sans-serif;
	font-size: 0.85em;
}
#tabla_pestanas .nav li a:hover { background-color: #0E96C8; }

#tabla_pestanas ul { list-style: none; }
#tabla_pestanas ul li a {
	display: block;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 20px;
	color: #0E96C8;
	font-family: 'entradilla',  sans-serif;
	font-size: 0.8em;
}
#tabla_pestanas ul li a:hover, #tabla_pestanas ul li a:focus { background: #0E96C8; color: white; }
#tabla_pestanas ul li:last-child a, #tabla_pestanas .nav li:last-child a { border: none!important; }
#tabla_pestanas li.nav-one a.current, ul.featured li a:hover { background-color: #0E96C8; color: white; }
#tabla_pestanas li.nav-two a.current, ul.core li a:hover { background-color: #0E96C8; color: white; }
#tabla_pestanas li.nav-three a.current, ul.jquerytuts li a:hover { background-color: #0E96C8; color: white; }
#paginador {
	margin: 20px auto auto;
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: 'entradilla', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 0.8em;
}
#paginador a {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #D6D6D6;
	margin: 3px;
	color: #0E96C8;
	text-align: center;
	background: #FFF;
	float: left;
}
#paginador a:hover {
	background: #0E96C8;
	color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	border-color: #0E96C8;
}
#paginador a:active {
	background: #0E96C8;
	color: #FFFFFF;
}
#paginador span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #D6D6D6;
	margin: 3px;
	color: #FFF;
	background: #0E96C8;
	text-align: center;
	float: left;
}
#n_resultados {
	margin-top: -40px;
	font-style: italic;
}
#n_resultados strong{
	color: #0E96C8;
}
#lolo img {
	padding: 10px;
	border: 1px solid #ebebeb;
	margin-top:10px;
}
#negrilla img{
	transform:scale(0.8);
	float:left;
	position:relative;
	z-index:1;
}
#negrilla p{
	border:solid 1px #AEB2AE;
	padding:15px;
	position:relative;
	float:left;
	padding-top:50px;
	margin-top:-50px;
	z-index:0;
}
#negrilla p:before{
	content:'«';
	font-size:4em;
	position:absolute;
	left:-25px;
	top:55px;
	color:#0E96C8;
	background:#FFF;
	float:left;
	padding:5px;
	height:30px;
}
#negrilla p:after{
	content:'»';
	font-size:4em;
	position:absolute;
	right:-25px;
	bottom:10px;
	color:#0E96C8;
	background:#FFF;
	float:right;
	padding:5px;
	height:30px;
}
#pie_calle img{
	margin-bottom:10px;
	margin-top:10px;
}
#instrucciones_pie_calle{
	background:#EBEBEB;
	padding:10px;
	font-size:0.7em;
	line-height:1.2em;
	margin-bottom:25px;
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#instrucciones_pie_calle img {
 	width:12px;
	height:auto;
	margin-right:5px;
	clear:both;
	margin-top:0;
	float:left;
	margin-bottom:5px;
}
#instrucciones_pie_calle span, #instrucciones_pie_calle a {
 	width:100%;
	margin-right:5px;
	float:left;
	color:#0E96C8;
}
.boton {
	background: #1573B9;
	font-family: 'entradilla', sans-serif;
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
	text-decoration:none;
	margin-bottom:30px;
	width:100%;
	text-align:center;
}
.boton:hover {
	background: #333;
}
#canales_multimedia {
	background:#888;
	float: left;
	width: 100%;
	padding: 25px 12px;
	margin-bottom:25px;
}
#canales_multimedia figcaption .fecha:before{
	background:#FFF;
	border:none;
	color: #0095CE;
}
.modulo_video{
	padding-left:12px;
	padding-right:12px;
	border:none;
	margin:0;
}
.modulo_video figcaption{
	background:none;
}
.modulo_video img, .modulo_video iframe{
	width:100%;
	height:auto;
	margin-bottom:0;
	float:left;
	box-shadow:0px 0px 0px 1px #ccc;
}
.modulo_video strong{
	font-family: 'Entradilla', sans-serif;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/fondo_pie_foto.png) repeat-x left top;
	background-size:auto 100%;
	padding:10px;
	width:100%;
	font-size:1.2em;
	line-height:1em;
	text-shadow:0px 3px 3px #000;
}
.video_tit{
	position:relative;
	float:left;
	margin-bottom:0px;
	width:100%;
} 
.modulo_video span{
	font-family: 'entradilla', sans-serif;
	color: #FFF;
	font-weight: normal;
	float:left;
	margin-bottom:0;
	width:50%;
	height:20px;
}
.modulo_video .fecha{
	float:right;
	margin-bottom:0;
	width:50%;
	height:20px;
	text-align:right;
	color:#FFF;
}
.modulo_video .boton{
	margin-bottom:0;
	width:100%;
	float:left;
	display:block;
	margin-top:10px;
	padding:5px 20px;
}
.modulo_video:hover strong{
	color:#FFF!important;
	text-shadow:0px 0px 5px #FFF;
}
#fototeca{
	border-right:solid 15px #FFF;
}
#videoteca{
	border-left:solid 15px #FFF;
}
#fototeca, #videoteca{
	min-height: auto;
	margin-bottom: 25px;
	padding-bottom: 0;
	display: table;
	background: #E2E2E2 url(../img/_fondo_h.png);
	padding: 0px;
}
#tit-programa-canaltv{
    padding: 0!important;
    margin: 0!important;
}
#tit-programa-canaltv:before{
    display:none;
}
#fototeca ul, #videoteca ul, #fototeca .entradilla, #videoteca .entradilla{
	width:100%;
	float:left;
	margin-bottom:25px;
	/*padding-left:25px;
	padding-right:25px;*/
}
#fototeca ul li, #videoteca ul li{
	float:left;
	width: 100%;
	width:20%;
}	
#fototeca ul li a:hover, #videoteca ul li a:hover{
	background-color:#0896C8;
}
#fototeca ul li a, #videoteca ul li a, #fototeca ul li a img, #videoteca ul li a img{
	width:100%;
	float:left;
	padding:1px;
}
#fototeca ul li a img, #videoteca ul li a img{
	height:64px;
}
#fototeca .boton, #videoteca .boton{
	float: right;
	padding:0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 2px solid #FFF;
	margin-top: 1px;
	margin-bottom:0;
}
#fototeca .boton:hover a, #videoteca .boton:hover a{
	background-color:transparent!important;
}
#fototeca .boton a, #videoteca .boton a{
	float: left;
	height: 128px;
	padding-top: 53px;
	background-image: url(../img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 16px 16px;
	padding-left: 15px;
	text-align: left;
}
#fototeca .boton a, #videoteca .boton a{
	color:#FFF;
}
#fototeca h2, #videoteca h2{
	margin-bottom:70px;
	padding-right:25px;
	padding-left:25px;
}
#fototeca h2 a, #videoteca h2 a{
    position: relative;
    height: auto;
}
#fototeca h2 a span, #videoteca h2 a span{
    top:0;
}
.portada_item{
	padding:15px;
	border:solid 1px #EBEBEB;
	width:25%;
	margin-bottom:0px;
	float:left;
	position:relative;
	font-size:1.1em;
	margin-left:-1px;
	margin-top:-1px;
	/*height:320px;*/
    height: 260px;
}
.portada_item img{
	padding:5px;
	background-color:#FFF;
	float:left;
	margin-bottom:10px;
}
.portada_item:hover{
	background:#999;
}
.portada_item:hover img{
	transform: scale(1.05);
	box-shadow:0px 10px 10px 0px rgba(0,0,0,0.5);
}
.portada_item:hover span{
	color:#FFF;
}
#mapa_cerca_de_ti{
	height:500px;
	width:100%;
	margin-top:20px;
}
.share_icon:before{
	content:'Compartir';
	position:absolute;
	width:60px;
	height:20px;
	color:#0E96C8;
	top:0px;
	right:26px;
	text-align:right;
	text-indent:0!important;
	font-family:"entradilla",sans-serif !important;
	cursor:default;
	font-size:0.8em;
}
#masonry_2{
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
	width:100%;
	padding-right:25px;
}
#masonry_3{
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 3;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
	width:100%;
	padding-right:25px;
}
.div_masonry{
	display: inline-block; /* Display inline-block, and absolutely NO FLOATS! */
	margin-bottom: 15px;
	width: 100%; 
	background:#EBEBEB;
	padding:0;
	border:none;
	border:solid 1px #EBEBEB;
	position:relative;
}
.div_masonry:hover .caption{
	opacity:0;
}
/*Hack para Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .div_masonry:hover .caption{
		opacity:1;
	}
}
.div_masonry .caption{
	padding:15px;
	border:none;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	font-family:'entradilla';
	font-size:0.85em;
	background:rgba(0,0,0,0.7);
	color:#FFF;
    overflow: hidden;
}
.div_masonry .fecha{
	font-size:0.90em;
	color:#ccc;
}
.div_masonry img{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.div_masonry .indicador_seccion {
	font-size:0.8em;
	margin-top: -35px;
	float:left;
}
.div_masonry .fecha, .div_masonry h3{
	width:100%;
    font-size: 1.6em;
}
.div_masonry p{
	/*position:absolute;
	bottom:25px;
	right:25px;
	left:25px;*/
	font-size:1.1em;
}
.div_masonry h3{
	margin-bottom:5px;
	font-size:2em;
	color:#76D1F2;
}
.div_masonry .fecha::before {
    border: 1px solid #CCC;
    border-radius: 100%;
    content: "i";
    float: left;
    font-family: "Times New Roman",Times,serif;
    font-size: 1.1em;
    font-weight: bold;
    height: 16px;
    margin-right: 5px;
    text-align: center;
    width: 16px;
}
.muy_interesante{
	position:absolute;
	background:url(../img/triangulo.png) no-repeat center -50px;
	border-top:none;
	height:25px;
	color:#FFF;
	transform:rotate(45deg);
	right:-32px;
	top:30px;
	float:left;
	font-family:'entradilla', sans-serif;
	font-size:15px;
	text-align:center;
	width:150px;
	line-height:25px;
	z-index:99;
}
.w_tiempo{
	background:#FFF;
	padding:10px 15px;
	border: solid 1px #EBEBEB;
	border-left: none!important;
	width: 100%;
	float: left;
	margin-bottom: 1px;
	font-family: 'entradilla',  sans-serif!important;
}
.w_tiempo img, .w_tiempo p{
	width: 33.3%;
	float: left;
	margin-top: 10px;
	cursor: default;
}
.w_tiempo img{
	border-right:solid 1px #EBEBEB;
	padding-right: 20px;
	padding-left: 15px;
}
.w_tiempo h6, .w_tiempo div, .w_tiempo p span, .w_tiempo small{
	width:100%;
	text-align:center;
	float: left;
}
.w_tiempo p span{
	color:#0e96c8;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.w_tiempo p small{
	font-size: 0.8em;
}
.patrocinio{
	font-size: 0.75em!important;
	color:#666;
	margin-top: 5px;
}
.patrocinio a{
	color:#1573B9!important;
	font-weight: bold;
}
.patrocinio a:hover{
	color:#333!important;
}
.banner_side_gris_enlace{
	width:50%;
	padding-right: 5px;
}
.banner_side_gris_enlace + .banner_side_gris_enlace{
	border-left:solid 1px #FFF;
}
#cont_txt_fecha {
    margin-top: -22px;
    text-align: right;
    font: italic 0.75em "parrafo",Georgia,"Times New Roman",Times,serif;
    color: #666;
}
/**/
header.row{
    float: none;
    display: block;
    max-width: 1030px;
    margin: auto auto 0 !important;
    padding-bottom: 20px!important;
    z-index: 20;
    background: #fff!important;
}
.row{
    background: rgba(255,255,255,0);
}
.row_int{
    position:relative;
    z-index: 10;
    pointer-events: all;
}
.centro{
    display: block;
    width: 1030px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -515px;
    overflow: hidden;
}
#cabecera{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
/**/
#portada_categoria_noticias{
    display:block;
}
#portada_categoria_noticias h2{
    text-align:center;
}
#portada_categoria_especial h2 a,
#portada_categoria_noticias h2 a{
    background:rgba(0,0,0,0)!important;
    color: #fff!important;
    padding: 0!important;
    height: auto!important
}
.noticias_home h3 a,
#portada_categoria_noticias h3 a{
    color: #0E96C8;
    margin-bottom:8px;
}
.noticias_home figure:hover h3 a,
.noticias_home figure:hover p,
#portada_categoria_noticias h3 a:hover{
    color: #000;
}
#portada_categoria_especial{
    width: calc(100% + 25px)!important;
    background: #0E96C8;
    padding: 0!important;
    box-shadow: -2px 2px 2px rgba(0,0,0,0.3);
}
#portada_categoria_especial h2{
    padding: 20px 25px 15px!important;
    margin: 0 0 20px!important;
    overflow: visible;
    border-bottom: 1px solid #fff;
}
#portada_categoria_especial h2 a{
    float: left;
    text-transform: uppercase;
}
#portada_categoria_especial h3{
    font:lighter 1em 'titular', 'Ruda', sans-serif;
    text-transform: uppercase;
}
#portada_categoria_especial > div{
    padding: 0 25px;
}
#portada_categoria_especial h3 a,
#portada_categoria_especial p a{
    display: block;
    width: 100%;
    color:#fff;
}
#portada_categoria_especial h3 a{
    display:block;
    width: 100%;
    padding: 10px 0 8px;
}
#portada_categoria_especial li{
    margin-bottom: 20px;
}
.noticias_home hr{
    float:left;
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0;
}
.padding_aside{
    padding: 10px 0!important;
}
.bloque_mini_noticias{
    width:calc(100% + 50px)!important; 
    margin-left: -25px;
    margin-top: 20px;
}
.noticias_home figure:nth-of-type(3),
.noticias_home figure:last-of-type{
    margin-right: 0;
    border: none;
}
/**/
#portada_categoria_noticias{
    box-shadow:2px 4px 3px rgba(0,0,0,0.3),-2px 4px 3px rgba(0,0,0,0.3)
}
#portada_categoria_noticias li{
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
#portada_categoria_noticias li:last-child{
    margin: 0;
    border:none;
}
/*
#principal_lateral .width_100 > .indicador_seccion,
#noticia_principal .width_50 + .width_50 .indicador_seccion{
    top:auto;
    bottom: 10px;
}*/
#portada_categoria_noticias .video-responsive{
    margin-bottom: 20px;
}
#portada_categoria_noticias img{
    margin: 10px 0;
}
#portada_categoria_noticias > h2{
    display: block;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    margin: 0 0 5px;
    font-size: 1.5em;
    line-height: normal;
    text-transform: uppercase;
}
#portada_categoria_noticias ul li a h3{
    display: block;
    width: 100%;
    /*font: 1.1em 'titular', 'Ruda', sans-serif;*/
    font: lighter 1.4em/1.1em 'titular', 'Ruda', sans-serif;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0 4px;
    margin-bottom: 6px;
}
#portada_categoria_noticias ul li a:hover h3{
    color: #fff!important;
}
#portada_categoria_noticias ul li a{
    display: block;
    width: 100%;
    padding: 0 0 10px;
    color: #fff;
	font: 0.88em;
	line-height:1.4em;
}
#portada_categoria_noticias ul li a:last-of-type{
    padding: 0 15px 10px;
}
/* Fondos colores laterales*/
.aside_portada{
    display: block;
    float: left;
    padding-left: 30px;
}
.padding_25_right{
    padding-right: 25px!important;
}
/**/
#banner_cont{
    height:100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
#slider{
    position: relative;
}
.nueva_fecha{
    display: block;
    width: auto;
    position: absolute;
    top: -15px;
    left: 25px;
    padding: 4px;
    font: italic 0.75em 'entradilla',  sans-serif;
	color: #666;
}
/* Faja publicdad 100% */
.publi_completa{
    margin: 0 0 50px;
    padding: 0!important;
}
.publi_completa img{
    display: block;
    width: 100%;
    height: auto;
}
/* 3x2 + Publi */
.noticias_bloque_6{
    float: left;
    width: 75%;
}
.noticias_bloque_6 figure:nth-child(4),.noticias_bloque_6 figure:nth-child(7){
    clear: both;
}
.noticias_bloque_6 figure:last-child,
.noticias_bloque_8 figure:last-child{
    border-right: 1px solid #EBEBEB!important
}
.noticias_bloque_8{
    float: left;
    width: 66.6%;
}
.noticias_bloque_8 figure:nth-child(3),.noticias_bloque_8 figure:nth-child(5),.noticias_bloque_8 figure:nth-child(7),.noticias_bloque_8 figure:nth-child(9){
    clear: both;
}
/* Blogging */
.blogging_home{
    float:left;
    width: 100%;
    padding: 25px 25px 10px 25px;
    background: url("../img/sombra_blogging.png") repeat-x left 5px #999;
    margin: 25px 0;
}
.blogging_home h3{
    font: normal 2em 'entradilla', sans-serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(255,255,255,0.2)
}
.blogging_home h3 a{
    color: #fff;
}
.blogging_home h3 a span{
    float: right;
    font-size: 0.48em!important;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    padding-left: 45px;
    background: url("../img/quote.png") no-repeat left center;
    background-size: contain;
}
.blogging_home h3 a:hover span{
    color: #fff;
}
.blogging_home .blogueros{
    width: 87%!important;
    height: 205px;
    overflow: hidden;
}
.altura{
    height:auto!important;
}
.blogging_home > div{
    float: left;
    width: 10.2%;
    color: #fff;
    text-align: center;
    margin: 0 0 0 2.25%;
    padding-left: 1%;
}
.blogging_home .blogueros{
    background:url("../img/sombra_slide_izq.png") no-repeat left top;
    background-size: auto;
}
.blogging_home .blogueros > div{
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding-bottom: 15px;
    min-height: 200px;
}
.blogging_home .blogueros > div:nth-of-type(5),
.blogging_home .blogueros > div:nth-of-type(6),
.blogging_home .blogueros > div:nth-of-type(7),
.blogging_home .blogueros > div:nth-of-type(8),
.blogging_home .blogueros > div:nth-of-type(9),
.blogging_home .blogueros > div:nth-of-type(10),
.blogging_home .blogueros > div:nth-of-type(11),
.blogging_home .blogueros > div:nth-of-type(12){
    border: none;
}
.blogueros{
    position:relative;
}
.blogueros > strong{
    display:block;
    width: 200px;
    font-size: 0.8em;
    font-family: 'entradilla', sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    background: #999;
}
.blogueros > strong:hover{
    color: #fff;
    background: rgba(0,0,0,0.75)!important;
}
.blog_abrir{
    z-index: 10;
}
.blogging_home > div:first-of-type{
    border: none;
    padding: 0;
    margin-left: 0;
}
.blogging_home .autor a{
    display: block;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px rgba(255,255,255,0);
}
.blogging_home .autor:hover a{
    color:rgba(0,0,0,0.75);
    text-shadow: 1px 1px rgba(255,255,255,0.1);
}
.blogging_home .autor a:first-child{
    font: normal 0.75em 'entradilla', sans-serif;
}
.blogging_home .autor a:last-child{
    font: italic 0.9em 'parrafo', Georgia, "Times New Roman", Times, serif;
    line-height: normal;
    margin: 5px 0;
}
.blogging_home .autor img{
    display: block;
    width: 51%;
    height: auto;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 100%;
    margin: 0 auto 10px;
    box-shadow: inset -2px 2px 2px rgba(0,0,0,0.15)
}
.blogging_home .autor:hover a img{
    border: 10px solid rgba(255,255,255,0.2);
}
.blogging_home > div:first-of-type a{
    display:block;
    width: 100%;
    padding: 65px 0 10px;
    margin: 3px 0 20px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font: normal 0.75em 'entradilla', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.blogging_home > div:first-of-type a:first-of-type{
    background: url("../img/lnc.png") no-repeat center top;
    background-size: 60px auto;
}
.blogging_home > div:first-of-type a:nth-of-type(2){
    background: url("../img/lolo.png") no-repeat center top;
    background-size: 56px auto;
}
/**/
#level_enlace > div h2{
    display: block;
    float: none;
    width: 100%;
    margin: 20px auto 0;
    padding:15px;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(14,150,200,1);
    overflow: visible;
}
#level_enlace > div h2 span{
    position: relative;
    z-index: 5;
    opacity: 1;
}
#level_enlace > div h2:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    background: rgba(14,150,200,1);
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 3;
    margin-left: -20px;
}
#level_enlace .destacado{
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
    background: rgba(0,0,0,0.05);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.15),0px -5px 5px rgba(0,0,0,0.15);
}
#level_enlace .destacado:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.06);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
#level_enlace .destacado > div > a{
    float: left;
    width: 100%;
    margin: 0;
    color: rgba(14,150,200,1);
    font:1.2em 'titular', 'Ruda', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
    z-index: 5;
    padding: 10px 40px 10px 10px;
}
#level_enlace .destacado > div:hover > a:before{
    right: 5px;
    opacity: 1;
}
#level_enlace .destacado > div:hover a{
    color: #fff;
    background: rgba(14,150,200,0.75);
}
#level_enlace .destacado > div{
    position:relative;
    float: left;
    width: calc(50% - 25px);
    z-index: 5;
}
#level_enlace .destacado > div:first-child{
    margin-right: 50px;
}
#level_enlace .destacado > div > div{
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#level_enlace .destacado > div > p{
    float: right;
    width: 100%;
    color: #666;
    padding: 0 10px;
}
#level_enlace img{
    display: block;
    width: 100%;
    height: auto;
}
#level_enlace .destacado > div > div > a{
    position:relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#level_enlace .destacado > div > div > a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:url(../img/quote.png) no-repeat center center rgba(255,255,255,0.5)!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: all;
}
#level_enlace .destacado > div > div a:hover:after{
    opacity: 1;
}
#level_enlace .destacado > div > div a:hover img{
    transform: scale(1.01);
}
/* Level LNC */
#level_lnc > div > div{
    position:relative;
}
#level_lnc h3:hover{
    color: #fff!important;
}
#level_lnc > div{
    float: left;
    width: 100%;
    height: 200px;
    font-family: 'entradilla', 'Ruda', sans-serif;
    background: url(../img/fondo_bloques.png) right top #888;
    margin: 25px 0 50px;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#level_lnc .tunc,
#level_lnc .extras,
#level_lnc .laportada{
    float: left;
    width: 33.3333%;
    height: 100%;
    position: relative;
}
#level_lnc .tunc,
#level_lnc .extras{
    height: 50%;
    border-bottom: 1px solid #fff;
}
#level_lnc .tunc:after{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/home_det2.gif") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 39px;
    left: 43px;
}
#level_lnc .extras{
    position:absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    border: none;
    background: url(../img/fondo_bloques.png) right top #888;
}
#level_lnc .extras:before{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url("../img/icono-megafono.png") no-repeat left center;
    background-size:75% auto;
    position: absolute;
    top: 16px;
    left: 12px;
}
#level_lnc .tunc{
    padding: 15px 10px 15px 25px;
    background: url(../img/fondo_bloques.png) right top #0E96C8;
}
#level_lnc .tunc:before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("../img/mapa.svg") no-repeat left center;
    background-size:contain;
    position: absolute;
    top: 16px;
    left: 12px;
}
#level_lnc .tunc h3,#level_lnc .tunc a,
#level_lnc .extras h3,#level_lnc .extras a{
    padding: 5px 5px 2px 75px;
    text-transform: uppercase;
}
#level_lnc .tunc a,
#level_lnc .extras a{
    display: block;
    width: 100%;
    color: #fff;
}
#level_lnc .tunc a,
#level_lnc .extras a{
     font-size: 0.8em;
}
#level_lnc .tunc a span,
#level_lnc .extras a span{
    text-transform: none;
}
#level_lnc .laportada{
    border-left: 1px solid #bbb;
}
#level_lnc .laportada > a{
    display: block;
    margin-left: -5px;
}
#level_lnc .laportada img{
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: auto;
    height:180px;
}
#level_lnc .laportada_btns{
    float: left;
    width: 56%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
} 
#level_lnc .laportada_btns a{
    float: left;
    width: 100%;
    height: 50%;
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: uppercase;
    padding: 40px 10px 20px 25px!important;
    border-left: 1px dotted rgba(255,255,255,0.1);
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}
#level_lnc .laportada_btns a:nth-of-type(1){
}
#level_lnc .laportada_btns a:last-of-type{
    border-bottom: none;
}
#level_lnc .alacontra,
#level_lnc .lavineta{
    float: right;
    width: calc(33.3333% - 1px);
    height: 50%;
    background:url(../img/fondo_bloques.png) right top #bbb;
    padding: 10px 15px 10px 10px;
    margin-left: 1px;
    margin-bottom: 1px;
    position: relative;
}
#level_lnc .alacontra:hover,
#level_lnc .lavineta:hover{
    background:url(../img/fondo_bloques.png) right top #fff;
}
#level_lnc .alacontra:hover h3, #level_lnc .alacontra:hover a,
#level_lnc .lavineta:hover h3, #level_lnc .lavineta:hover a{
    color: #0E96C8!important;
    text-shadow: 1px 1px rgba(255,255,255,0);
}
#level_lnc .alacontra img,
#level_lnc .lavineta img{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: absolute;
    top: 18px;
    left: 10px;
    overflow: hidden;
}
#level_lnc .lavineta img{
     background: #888;
}
#level_lnc .alacontra h3,#level_lnc .alacontra a,
#level_lnc .lavineta h3,#level_lnc .lavineta a{
    float: left;   
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px #888;
    padding: 8px 0 0 85px;
}
#level_lnc h3,
#level_lnc .tunc h3{
    color: #fff;
    text-shadow: 1px 1px #888;
    font-family: 'entradilla', 'Ruda', sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}
/* Sticky */
#sidebar,.bloque_sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom:20px;
    padding-bottom: 0;
}
/* Slider */
#slider_main{
    width:100%!important;
    margin: 30px 0;
    background: #333;
    padding-top: 30px;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#slider_main .slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#slider_main .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#slider_main .slick-list:focus{
    outline: none;
}
#slider_main .slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
#slider_main .slick-slider .slick-track,
#slider_main .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
#slider_main .slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
#slider_main .slick-track:before,
#slider_main .slick-track:after{
    display: table;
    content: '';
}
#slider_main .slick-track:after{
    clear: both;
}
#slider_main .slick-loading .slick-track{
    visibility: hidden;
}
#slider_main .slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
#slider_main .slick-slide img{
    display: block;
}
#slider_main .slick-slide.dragging img{
    pointer-events: none;
}
#slider_main .slick-initialized .slick-slide{
    display: block;
}
#slider_main .slick-loading .slick-slide{
    visibility: hidden;
}
#slider_main .slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#slider_main .slider .slick-slide{
    margin: 0 20px;
}
#slider_main .slider button{
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 38%;
    z-index: 99;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
#slider_main .slider figure > a,
#slider_main .slider figure .video-responsive{
    border: none!important;
}
#slider_main .slider figcaption{
    border: none;
}
#slider_main .slick-slide h2{
    padding: 10px 0 15px!important;
    margin: 0!important;
    line-height: normal;
}
#slider_main .slick-slide p{
    color:#fff!important;
}
#slider_main .slider .slick-next{
    right: 10px;
    background: url("../img/gr_arrow_right.png") no-repeat center center #fff;
    background-size: 80% auto;
}
#slider_main .slider .slick-prev{
    left: 10px;
    background: url("../img/gr_arrow_left.png") no-repeat center center #fff;
    background-size: 80% auto;
}
#slider_main .slider .slick-next:hover,
#slider_main .slider .slick-prev:hover{
    background-size: 60% auto;
}
/**/
#level_servicios{
    display: block;
    width: 100%;
}
#level_servicios .float_left{
    background: url("../img/fondo_bloques_pie.png") rgba(0,0,0,0.03);
    box-shadow: inset 0 10px 10px rgba(0,0,0,0.05);
    position: relative;
}
#level_servicios .float_left:before,
#level_servicios .float_left:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.15);
    position: absolute;
    left: 0;
}
#level_servicios .float_left:before{
    top: -2px;
}
#level_servicios .float_left:after{
    bottom: 2px;
}
#level_servicios .pie_servicios,
#level_servicios .pie_otros{
    float: left;
    padding: 25px;
}
#level_servicios .pie_servicios{
    width: 33.3333%;
}
#level_servicios .pie_otros{
    width: 66.6666%;
}
#level_servicios li{
    float: left;
    width: 33.3333%;
    color:#666;
    font: .76em 'entradilla', sans-serif;
    margin-bottom: 8px;
}
#level_servicios li a{
    display: block;
    width: 100%;
    color: #333;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
}
#level_servicios li a:hover{
    color: #000;
}
#level_servicios h3,
#level_servicios h3:hover{
    font: normal 1.12em 'entradilla', sans-serif;
    color: #333!important;
    margin-bottom: 10px;
    padding-bottom: 7px!important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-transform: none;
    padding-left: 0;
}
.slick-slide h2{
    background:none!important;
    color:#fff!important;
}
.slick-slide figcaption,.slick-slide #figcaption{
    background:none!important;
}
.lectura{
    display:none;
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 150;
    margin: auto;
}
.lectura > div{
    display: block;
    max-width: 1030px;
    margin: 0 auto;
    background: #0E96C8;
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.25);
    padding: 10px 25px 5px;
    position: relative;
    overflow: hidden;
}
.lectura > div:before{
    content:'';
    display: block;
    width: 100%;
    height: 3px;
    background: #9fdcf3;
    position: absolute;
    top: 0;
    left: 0;
}
.lec_h1{
    display: none;
    /*color:#fff;
    font-family:'titular',  sans-serif!important;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 5px 0;*/
}
/* Barra lectura */
progress {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 220;
  width: calc(100% + 40px);
  height: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  color: #333;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #333;
}

progress::-moz-progress-bar {
  background-color: #333;
}
/* Interior */
#cont-noticias-portada h2 a > strong,
#cont-noticias-portada h2 a > span{
    position:relative;
    z-index: 5!important;
}
#cont-noticias-portada h2 > span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.25;
    pointer-events:none;
}
#cuerpo_noticia{
    margin-top:15px!important;
}
#cuerpo_noticia h1, #cuerpo_noticia h2{
    height: auto!important;
    padding:10px 0 0;
    margin: 0 0 20px!important;
}
.cab_width_33{
    width: 100%;
    height: auto;
}
#cont_canales_multimedia{
    margin-top: -20px;
}
.header_4 > a,
.header_5 > a{
    font-size:2.25em!important;
}
/**/
.lista_not_extras p{
    display:block;
    width: 100%;
    margin-bottom: 5px;
}
/* Publicidad laterales Opción 1 */
.banners_laterales{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
}
.banners_left,
.banners_right{
    float: left;
    width: calc(50% - 515px);
    height: 100%;
    padding: 0;
    margin: 0;
    pointer-events: all;
}
.banners_vacio{
    float: left;
    width: 1030px;
    text-indent: -9999px;
    overflow: hidden;
}
.banners_left img,.banners_right img{
    display:block;
    width: 100%;
    max-width: 450px;
    height: auto;
}
.banners_left img{
    float:right;
}
.banners_right img{
    float: left;
}
.banners_left > span{
    float: right;
    text-indent:-9999px;
}
.banners_center{
    width: 1030px;
    /*max-height: 180px;*/
    padding: 0 25px;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 2;
    margin-left: -515px;
    background: #fff;
    overflow:hidden;
}
.banners_top{
    display:block;
    width: 100%;
    height: auto;
}
.banners_center a{
    display: block;
    width: 100%;
}
.banners_center img{
    display: block;
    max-width: auto;
    max-height: 180px;
    margin: auto!important;
}
#cuerpo_noticia figure{
    padding-left:0!important;
    padding-right:0!important;
        
}
#cuerpo_noticia #columna2_otrasnoticias{
    padding-right:25px!important;
}
#editorial h3 a > span,
#negrilla h3 a > span,
#lolo h3 a > span{
    float:right;
    position: relative;
    padding-right: 16px;
    font-size:0.75em;
    font-family:'parrafo', Georgia, serif;
    color: #999;
    background: url(../img/arrow_right2.png) no-repeat right center;
    transition: all 0.3s linear;
}
#editorial a:hover > span,
#negrilla a:hover > span,
#lolo a:hover > span{
    padding-right: 12px;
}
button.fancybox-button:disabled {
    opacity:0.6;
}
/**/
#level_enlace .destacado hr{
    border-bottom:1px solid #fff;
    border-top:1px solid rgba(0,0,0,0.1);
    margin-top:20px;
    margin-bottom:20px;
}
.bloqueful{
    width:100%!important;
    text-align: center;
}
.bloqueful a{
    float: none!important;
    display:inline-block!important;
    width:auto!important;
    min-width: 200px!important;
    font-size:0.8em!important;
    border:1px solid rgba(0,0,0,0.1)!important;
    color: rgba(14,150,200,1)!important;
    text-transform: uppercase!important;
    text-align:center!important;
    border-radius: 20px!important;
    background: #fff!important;
    padding: 10px!important;
    font-weight: bold;
    margin: 0 5px!important;
}
.bloqueful a:hover{
    background:rgba(14,150,200,1)!important;
    color:#fff!important;
}
/**/
.nubetags{
	float:left;
	width: 100%;
	margin: 22px 0;
	text-align: center;
}
.nubetags .globo{
	display: inline-block;
	width:auto;
	margin: 3px;
	padding: 4px 12px;
	border-radius: 20px;
	border:1px solid #0E96C8;
	background: #fff;
	color:#0E96C8;
	font-size:0.76em;
}
.nubetags .globo:hover{
	color:#fff;
	background: #0E96C8;
}