/*-----------------------------------------------------------------------------------*/
/* GENERAL
/*-----------------------------------------------------------------------------------*/
	div.clearer {clear: both; width: 0; height: 0;}

	html, body, img, ul, li, h1, h2, h3, h4, h6, a, p{margin: 0; padding: 0; border: 0;}
	ul, li{list-style: none;}
	a{color: #8e949a; text-decoration: none !important;}
	a:hover{color: #515151;}

	body{
		border-bottom: none; 
		border: 1px solid #cccccc; 
		margin: 0 auto;
		width: 990px; 
		color: #8e949a;
		font: 14px helvetica;
	}
	blockquote{
		font-family: helvetica;
		font-size: 12px;
		font-style: italic;
		margin: 20px 0 0 40px;
		padding: 0.25em 40px;
		line-height: 1.45;
		position: relative;
		color: #383838;	
	}
	blockquote:before {
		display: block;
		content: "\201C";
		font-size: 40px;
		position: absolute;
		left: -70px;
		top: -50px;
		color: #7a7a7a;
		margin: 30px 0 0 80px;
	}
	.font{font-family: "Lava Regular 2";}
	.font-404{font-family: HelveticaNeue-Light;}

	.version-movil{
		background: #2d2d2c;
		color: #f7f7f7;
		font-size: 20px;
		left: 0;
		padding: 10px;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
	}
	.version-movil a{color: #f7f7f7;}
	.version-movil a:hover{color: #00a5d4;}
	.version-movil-x{
		background: #f7f7f7;
		color: #515151;
		float: left;
		font-family: HelveticaNeue-Light;
		font-size: 20px;
		left: 0;
		line-height: 51px;
		position: fixed;
		text-align: center;
		top: 0;
		vertical-align: middle;
		width: 50px;
		z-index: 999;
	}
/*-----------------------------------------------------------------------------------*/
/* MISC TOOLS
/*-----------------------------------------------------------------------------------*/
	.no-padding {padding: 0 !important;}
	.no-margin {margin: 0 !important;}	
	.no-bottom-padding {padding-bottom: 0 !important;}
	.no-bottom-space {padding-bottom: 0 !important; margin-bottom: 0 !important;}
	.no-top-space {padding-top: 0 !important; margin-top: 0 !important;}
	.no-space {margin: 0 !important; padding: 0 !important;}
	.no-text-shadow {text-shadow: none !important;}

	.padding-top--2 {padding-top: -2px !important;}
	.padding-top-2 {padding-top: 2px !important;}
	.padding-top-5 {padding-top: 5px !important;}
	.padding-top-10 {padding-top: 10px !important;}
	.padding-top-15 {padding-top: 15px !important;}
	.padding-top-20 {padding-top: 20px !important;}
	.padding-top-25 {padding-top: 25px !important;}
	.padding-top-30 {padding-top: 30px !important;}
	.padding-top-35 {padding-top: 35px !important;}    
	.padding-top-40 {padding-top: 40px !important;}
	.padding-top-45 {padding-top: 45px !important;}
	.padding-top-50 {padding-top: 50px !important;}
	.padding-top-60 {padding-top: 60px !important;}

	.margin-bottom--5 {margin-bottom: -5px !important;}
	.margin-bottom--10 {margin-bottom: -10px !important;}
	.margin-bottom--15 {margin-bottom: -15px !important;}
	.margin-bottom-0 {margin-bottom: 0 !important;}
	.margin-bottom-3 {margin-bottom: 3px !important;}
	.margin-bottom-5 {margin-bottom: 5px !important;}
	.margin-bottom-7 {margin-bottom: 7px !important;}
	.margin-bottom-10 {margin-bottom: 10px !important;}
	.margin-bottom-15 {margin-bottom: 15px !important;}
	.margin-bottom-20 {margin-bottom: 20px !important;}
	.margin-bottom-25 {margin-bottom: 25px !important;}
	.margin-bottom-30 {margin-bottom: 30px !important;}
	.margin-bottom-35 {margin-bottom: 35px !important;}
	.margin-bottom-40 {margin-bottom: 40px !important;}
	.margin-bottom-50 {margin-bottom: 50px !important;}
	.margin-bottom-60 {margin-bottom: 60px !important;}
	.margin-bottom-65 {margin-bottom: 65px !important;}

	.margin-top--1 {margin-top: -1px !important;}
	.margin-top--2 {margin-top: -2px !important;}
	.margin-top--5 {margin-top: -5px !important;}
	.margin-top--7 {margin-top: -7px !important;}
	.margin-top--10 {margin-top: -10px !important;}
	.margin-top--12 {margin-top: -12px !important;}
	.margin-top--15 {margin-top: -15px !important;}
	.margin-top-5 {margin-top: 5px !important;}
	.margin-top-6 {margin-top: 6px !important;}
	.margin-top-8 {margin-top: 8px !important;}
	.margin-top-10 {margin-top: 10px !important;}
	.margin-top-20 {margin-top: 20px !important;}

	.margin-left-0 {margin-left: 0 !important;}
	.margin-left-5 {margin-left: 5px !important;}
	.margin-left-10 {margin-left: 10px !important;}
	.margin-left-15 {margin-left: 15px !important;}
	.margin-left-20 {margin-left: 20px !important;}
	.margin-left-40 {margin-left: 40px !important;}
	.margin-left-60 {margin-left: 60px !important;}
	.margin-left-75 {margin-left: 75px !important;}
	.margin-left-90 {margin-left: 90px !important;}

	.margin-right-0 {margin-right: 0 !important;}
	.margin-right-10 {margin-right: 10px !important;}
	.margin-right-20 {margin-right: 20px !important;}
	.margin-right-40 {margin-right: 40px !important;}

	.padding-left-0 {padding-left: 0px !important;}
	.padding-left-5 {padding-left: 5px !important;}
	.padding-left-22 {padding-left: 22px !important;}

	.padding-right-0 {padding-right: 0px !important;}
	.padding-right-30 {padding-right: 30px !important;}

	.margin-all-5{margin: 5px 5px 5px 5px;}
	.margin-all-10{margin: 10px 10px 10px 10px;}
	.margin-all-20{margin: 20px 20px 20px 20px;}
	.margin-all-40{margin: 20px 40px 40px 40px;}
	
	.padding-all-5{padding: 5px 5px 5px 5px;}
	.padding-all-10{padding: 10px 10px 10px 10px;}
	.padding-all-20{padding: 20px 20px 20px 20px;}

/*-----------------------------------------------------------------------------------*/
/* HEADER
/*-----------------------------------------------------------------------------------*/
	.publi_name{padding-top: 30px;}
	.searchBar{border: 1px solid #cccccc; float: right; height: 18px; width: 180px;}
		.searchBar_field{
			border: none;		
			color: #8e949a; 
			font-size: 9px; 
			height: 18px; 
			padding: 0 0 0 5px;
			width: 150px; 	
		}
		.searchBar_button{border: 1px solid #cccccc;}
	.menu{
		background: #f4f4f4;
		color:#515151; 
		height: 48px; 
		border-top: 0.1px solid #cccccc; 
		border-bottom: 0.1px solid #cccccc;
		}		
	.arrow{margin: -12px 0 0 10px;}
	.img-logo{width: 43px; height: 44px;}
	.icon-rrss{width: 30px; height: 30px;}
	.icon-rrss-small{width: 20px; height: 20px; margin: 5px 5px 5px 5px;}
		.menu_hor li{color: #515151; float: left; margin: 0 1px 0 1px; padding: 0 5px 0 5px;}
		.menu-hor-white li{color: #ffffff; float: left; margin: 0 1px 0 1px; padding: 0 5px 0 5px;}

		.border-bottom-magacin{border-bottom: 4px solid #75c7b1;}
		.border-bottom-espana{border-bottom: 4px solid #00a5d4;}
		.border-bottom-internacional{border-bottom: 4px solid #4c81bf;}
		.border-bottom-opnion{border-bottom: 4px solid #009f98;}		
		.border-bottom-sociedad{border-bottom: 4px solid #f75256;}
		.border-bottom-cultura{border-bottom: 4px solid #8450d6;}
		.border-bottom-ciencia{border-bottom: 4px solid #59bd7a;}
		.border-bottom-familia{border-bottom: 4px solid #b6ba0d;}
		.border-bottom-joven{border-bottom: 4px solid #74da1b;}
		.border-bottom-agenda{border-bottom: 4px solid #4a2f47;}
		.border-bottom-blog{border-bottom: 4px solid #fc9e1e;}
		.border-right li{border-right: 1px solid #515151; padding: 0 8px 0 8px;}
		.border-right-light li{border-right: 1px solid #8e949a; padding: 0 8px 0 8px;} 
		.border-top{border-top: 1px solid #e6e6e6; padding-top: 5px; margin-top: 5px;}
		.border-top-line{border-top: 1px solid #e6e6e6;}
		.border-bottom{border-bottom: 1px solid #e6e6e6; padding-bottom: 5px; margin-bottom: 5px;}
		.border-left{border-left: 1px solid #e6e6e6; padding-left: 5px;}
		.border-right{border-right: 1px solid #e6e6e6; padding-right: 5px;}
		.border-left-gray{border-left: 1px dotted #515151; padding-left: 5px;}
		.border-top-gray{border-top: 1px solid #515151;}
		.border-bottom-gray{border-bottom: 1px solid #515151;}
		.border-bottom-line{border-bottom: 1px solid #e6e6e6;}
		.border{border: 1px solid #e6e6e6;}
		.border-rounded{border: 1px solid #e6e6e6; border-radius: 5px; background: #f7f7f7;}
		.no-border{border: none;}
		.column{clear: right;}

/*-----------------------------------------------------------------------------------*/
/* TEXTOS
/*-----------------------------------------------------------------------------------*/
	.text_xs{color: #cccccc; font-size: 8px;}
	.text_s{font-size: 10px;}
	.text_sm{font-size: 12px !important;}
	.text_m{font-size: 14px;}
	.text_ml{font-size: 16px;}
	.text_l{font-size: 18px;}
	.text_lxl{font-size: 20px;}
	.text_xl{font-size: 23px;}
	.text_xxl{font-size: 40px;}
	.uppercase{text-transform: uppercase;}
	.bold{font-weight: bold;}
	.normal{font-weight: normal;}
	.vertical{
		text-align: center; 
		direction: rtl; 
		letter-spacing: 0px; 
		width: 10px; 
		/* Chrome y Safari */
		-webkit-transform: rotate(-90deg);
		/* Firefox */
		-moz-transform: rotate(-90deg);
		/* Opera */
		-o-transform: rotate(-90deg);
		/* IE 9 */
		-ms-transform: rotate(-90deg);
		/* IE 8 */
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		
	}
	.text-black a{color: #515151;}
	.text-espana a{color: #00a5d4;}
	.text-multimedia a{color: #00abd6;}
	.text-gray a{color: #8e949a;}
	.text-gray a:hover{color: #515151;}

/*-----------------------------------------------------------------------------------*/
/* BANNER PUBLICIDAD
/*-----------------------------------------------------------------------------------*/
	.banner_top{height: 90px; margin: -30px 0 0 10px; width: 970px;}
	.banner_footer{height: 90px; margin: -30px 0 0 10px; width: 970px;}
	.banner-cuad{height: 250px; margin: 0 auto; width: 250px;}
	.banner-rect{height: 250px; margin: 0 auto; width: 300px;}

	.banner-donate{
		border-radius: 5px;
		color: #ffffff;
		border: 1px solid #ffffff;
		padding: 5px;
		font-size: 20px;
	}

/*-----------------------------------------------------------------------------------*/
/* POSITION
/*-----------------------------------------------------------------------------------*/
	.pos_left{float: left;}
	.pos_right{float: right;}
	.text-left{text-align: left;}
	.text-right{text-align: right;}
	.center{text-align: center;}
	.margin{margin: 0 auto;}
	.middle{vertical-align: middle;}
	
	.all_page{width: 970px; margin: 0 auto;}
	.all_page_menu{width: 875px !important; }
	.container{width: 640px; margin-left: -10px;}
	.container-encuesta{width: 640px; margin: 10px;}
	.container-article{width: 600px; margin-left: 10px;}
	.container-550{width: 550px;}
	.container-500{width: 500px;}
	.container-350{width: 350px;}
	.container-200{width: 200px;}
	.container-150{width: 150px;}

	.box-orange{border: 1px solid #fc8010;}
	.box-blue{border: 1px solid #00a5d4;}
	.box-gray{border: 1px solid #e6e6e6;}
	.box-autores{border: 1px solid #e6e6e6; border-radius: 20px;}

	.width-100{width: 100px;}
	.width-130{width: 130px;}
	.width-150{width: 150px;}
	.width-200{width: 200px;}
	.width-250{width: 250px;}
	.width-280{width: 280px;}
	.width-300{width: 300px;}
	.width-320{width: 320px;}
	.width-330{width: 330px;}
	.width-350{width: 350px;}
	.width-400{width: 400px;}
	.width-440{width: 440px;}
	.width-470{width: 470px;}
	.width-630{width: 630px;}
	.width-650{width: 650px;}
	.width-680{width: 680px;}
	.width-670{width: 670px;}
	.width-750{width: 750px;}

	.width-90{width: 90%;}
	.width-80{width: 80%;}
	.width-75{width: 75%;}
	.width-70{width: 70%;}
	.width-65{width: 65%;}
	.width-60{width: 60%;}
	.width-50{width: 50%;}
	.width-45{width: 45%;}
	.width-33{width: 33.3%;}
	.width-30{width: 30%;}
	.width-25{width: 25%;}
	.width-20{width: 20%;}

	.padre{display: table; min-height: 250px;}
	.hijo{display: table-cell; vertical-align: middle; padding-left: 10px;}
	
/*-----------------------------------------------------------------------------------*/
/* COLORES
/*-----------------------------------------------------------------------------------*/
	.espana{color: #00a5d4;}
	.internacional{color: #4c81bf;}
	.opnion{color: #009f98;}
	.sociedad{color: #f75256;}
	.cultura{color: #8450d6;}
	.ciencia{color: #59bd7a;}
	.familia{color: #b6ba0d;}
	.joven{color: #74da1b;}	
	.agenda{color: #4a2f47;}
	.tublog{color: #fc9e1e;}
	.editorial{color: #00a099;}
	.blogs{color: #719de8;}
	.blogs a{color: #719de8;}
	.cultural{color: #a80da0;}
	.cultural a{color: #a80da0;}
	.magacin{color: #75c7b1;}
	.multimedia{color: #00abd6;}
	.multimedia a{color: #00abd6;}
	.media{color: #00abd6;}
	.media a{color: #00abd6;}
	.paypal{color: #c19111;}
	.purple{color: #654493;}

	.link-espana{color: #00a5d4;}
	.link-internacional{color: #4c81bf;}
	.link-opnion{color: #009f98;}
	.link-sociedad {color: #f75256;}
	.link-cultura{color: #8450d6;}
	.link-ciencia{color: #59bd7a;}
	.link-familia{color: #b6ba0d;}
	.link-joven{color: #74da1b;}	
	.link-agenda{color: #4a2f47;}
	.link-tublog{color: #fc9e1e;}
	.link-editorial{color: #00a099;}
	.link-blogs{color: #719de8;}
	.link-cultural{color: #a80da0;}
	.link-magacin{color: #75c7b1;}
	.link-media{color: #00abd6;}

	.gray a:hover{color: #8e949a;}
	.gray{color: #8e949a;}
	.dark-gray{color: #515151;}
	.black{color: #2d2d2c !important;}
	.orange{color: #fc8010;}
	.white{color: #ffffff !important;}

	.bg-espana{background-color: #00a5d4;}
	.bg-internacional{background-color: #4c81bf;}
	.bg-opnion{background-color: #009f98;}
	.bg-sociedad{background-color: #f75256;}
	.bg-cultura{background-color: #8450d6;}
	.bg-ciencia{background-color: #59bd7a;}
	.bg-familia{background-color: #b6ba0d;}
	.bg-joven{background-color: #74da1b;}
	.bg-agenda{background-color: #4a2f47;}
	.bg-tublog{background-color: #fc9e1e;}
	.bg-editorial{background-color: #00a099;}
	.bg-blogs{background-color: #719de8;}
	.bg-cultural{background-color: #a80da0;}
	.bg-magacin{background-color: #75c7b1;}
	.bg-autor{background-color: #515151;}

	.bg-none{background-color: transparent;}
	.bg-white{background-color: #ffffff !important;}
	.bg-gray{background-color: #f7f7f7;}
	.bg-gray-c{background-color: #cccccc;}
	.bg-black{background-color: #2d2d2c;}
	.bg-media{background-color: #2d2d2c; color: #00a5d4 !important; font-weight: bold;}
	.bg-multimedia{background: url(/assets/frontend/img/newsDark_bg.png);}
	.bg-cuadro{background: url(/assets/frontend/img/blog_bg.png);}
	.bg-donate{background-color: #F49C26;}

	.arrow-espana{background: url(../img/contenido_flechaAzul.png) no-repeat;}
	.arrow-internacional{background: url(../img/contenido_flechaAzulOscuro.png) no-repeat;}
	.arrow-sociedad{background: url(../img/contenido_flechaRojo.png) no-repeat;}
	.arrow-cultura{background: url(../img/contenido_flechaMorado.png) no-repeat;}
	.arrow-ciencia{background: url(../img/contenido_flechaVerde.png) no-repeat;}
	.arrow-familia{background: url(../img/contenido_flechaMostaza.png) no-repeat;}
	.arrow-joven{background: url(../img/contenido_flechaVerdeFl.png) no-repeat;}

	.arrow-left{background: url(../img/header_menu_arrow_left.png) no-repeat left;}
	.arrow-right{background: url(../img/header_menu_arrow.png) no-repeat right;}

/*----------------------------------------------------------------------------------*/
/* WIDGET
*-----------------------------------------------------------------------------------*/
	/* EDITORIAL */
		.title-editorial{border-bottom: 1px solid #00a099; color: #00a099; margin: 10px 0 10px 0;}
		/*.title-editorial img{margin-top: 3px;}*/
 		.title-editorialTit{color: #00a099; float: left; font-weight: bold; height: 11px; margin: 10px 10px 0 0;}
		.title-editorialDate{float: left; font-size: 12px; margin-top: 11px; color: #00a099;}
		.list-editorial{
			background-color: #f7f7f7; 
			border-left: none; 
			border-right: none;		
			border: 1px dotted #cccccc; 
			margin: 10px 0 10px 0;
		}
		.list-editorial li{
			color: #00a099; 
			font-size: 12px; 
			/*font-weight: bold;*/
			list-style-image:url(../img/listStyle_green.png); 
			margin: 0 0 0 15px; 
		}
	/* BLOG */
		.title-blog{margin: 10px 0 10px 0; border-bottom: 1px solid #719de8; color: #719de8;}
		.title-blog a{color: #719de8;}
		/*.title-blog img{margin-top: 2px;}*/
		.title-blogTit{color: #719de8; height: 11px; margin: 8px 10px 0 0; float: left; font-weight: bold;}
		.title-blogAutor{float: left; font-size: 12px; margin-top: 9px; color: #719de8;}	

	/* CULTURAL */
		.title-cultural{border-bottom: 1px solid #a80da0; color: #a80da0; margin: 10px 0 10px 0;}
		.title-cultural a{color: #a80da0;}
		.title-cultural img{margin-top: 2px;}
		.title-culturalTit{color: #a80da0; height: 11px; margin: 8px 10px 0 0; float: left; font-weight: bold;}
		.title-culturalAutor{float: left; font-size: 12px; margin-top: 9px; color: #a80da0;}	

	/* ENCUESTA y TOP 10 */	
		.title-box{
			color: #00a5d4; 
			margin: -10px 0 10px 0;
			padding-left: 5px; 
			background-color: #fff; 
			width: 160px; 
			font-size:12px;
			font-weight: bold;
		}
		.title-box-quiz{
			color: #00a5d4; 
			margin: -7px 0 10px 0;
			padding-left: 5px; 
			background-color: #fff; 
			width: 40px; 
			font-size:12px;
			font-weight: bold;
		}
		.list-top ul{counter-reset: i 0;}
		.list-top ul li:before{color: #00a5d4; content: counter(i); counter-increment: i; padding-right: 0.5em;}
		.bar{border: 1px solid #cccccc; height: 10px; width: 85%;}
		.bar-level{background: #515151;	height: 10px;}

	/* FOOTER MAGACÍN */	
		.footer-bar-magacin{
			background: #75c7b1;
			color: #ffffff;
			height: 30px;
			line-height: 30px;
			padding: 0 10px 0 10px;
		}
		.footer-bar-magacin a:hover{color: #8e949a;}		
		.footer-bar-media{
			background: #2d2d2c;
			color: #00a5d4;
			height: 30px;
			line-height: 30px;
			padding: 0 10px 0 10px;			
		}
		.footer-bar-media a:hover{color: #8e949a;}	

/*-----------------------------------------------------------------------------------*/
/* POP-UP
*-----------------------------------------------------------------------------------*/
	.input-box input{width: 300px; margin-bottom: 7px;}
	.input-box-large input{width: 400px; margin-bottom: 7px;}
	.input-box-checkbox input{width: 20px !important; margin-bottom: 7px;}

/*-----------------------------------------------------------------------------------*/
/* IMAGENES
/*-----------------------------------------------------------------------------------*/
	.img-peq{width: 140px; height: 85px; background-color: #cccccc;}
	.img-list{max-width: 140px;}
	.img-list-blog{max-width: 30px;}
	.img-autor{max-width: 50px; background: #cccccc;}
	.img-autor-default{width: 50px; height:50px; background: #cccccc;}
	.img-autor-list{max-width: 100px; background: #cccccc;}

	.ticker-120-120{width: 120px; height: 120px; background-color: #cccccc;}
	.ticker-120-60{width: 120px; height: 60px; background-color: #cccccc;}
	.ticker-468-60{width: 468px; height: 60px; background-color: #cccccc;}
	.ticker-280-60{width: 280px; height: 60px; background-color: #cccccc;} 
	.ticker-280-100{width: 280px; height: 100px; background-color: #cccccc;}

	.img-text{ display:table; }
	.img-text img{margin:0; padding:0; max-width: 100% !important;}
	.img-text span{
		display:table-caption;
		caption-side: bottom;
 		/*background:#2d2d2c;*/
		color:white;
		text-align:left;
		position:relative;
		/*height:100%;*/
	}
	.img-text span span{
 		/*background:#2d2d2c;*/
  		color: #8e949a;
  		line-height: 1.3;
		display:block;
		vertical-align: middle;
		margin: 0 4px 0 4px;
		padding: 4px 0 4px 0;
		font-size: 12px;
	    border-bottom: 1px dotted #cccccc;
	}

/*-----------------------------------------------------------------------------------*/
/* BOTONES
/*-----------------------------------------------------------------------------------*/
	.button-popup{
		text-align: center;
		background: #000000;
		color: #ffffff;
		border: none;
		font-size: 14px;
	}
	.button-agenda{
		background: #4a2f47;
		color: #ffffff;
		border: none;
		border-radius: 5px;
		font-size: 10px;
		padding: 5px 10px 5px 10px;
	}
	.button-agenda:hover{color: #cccccc;}
	.button-a-espana{border: none; color: #00a5d4; background: none;}
	.button-like{background: url(../img/comments_like.png) no-repeat; border: none;}
	.button-unlike{background: url(../img/comments_unlike.png) no-repeat; border: none;}
	.button-like-white{background: url(../img/comments_like_white.png) no-repeat; border: none;}
	.button-unlike-white{background: url(../img/comments_unlike_white.png) no-repeat; border: none;}
	li.active{color: #515151 !important; font-weight: bold !important;}

	.button-paypal{width: 90%; height: 90%; margin-left: 10px;}

/*-----------------------------------------------------------------------------------*/
/* NOTICIAS
/*-----------------------------------------------------------------------------------*/
	/* NOTICIAS HOME */
		.news{width: 100%;}
			.news .seccion{color:#00a5d4; float: left; font-size: 13px; font-weight: bold;}
			.news .tag{color:#8e949a; float: left; font-size: 12px; padding: 1px 10px 0 10px;}
			.news .comments{
				background: url(../img/contenido_commentsAzul.png) no-repeat; 
				color:#f7f7f7; 
				float: left; 
				font-size: 10px; 
				padding-top: 1px;
				height: 15px; 
				width: 23px;
				text-align: center;				
			}
			.news .title {margin: 10px 0 0 0; font: bold 28px "Lava Regular 2"; padding-left: 1px; letter-spacing: -0.5px;}
			.news p{color: #515151; margin: 10px 0 10px 0; font-family: "Lava Regular 2";}
			.news a{color: #2d2d2c;}
			.news a:hover{color: #00a5d4;}
			.news .bg-relation a{color: #00a5d4;}
			.news .bg-relation a:hover{color: #2d2d2c;}
			.news .bg-relation{background-color: #f7f7f7; border: 1px dotted #cccccc; border-left: none; border-right: none;}
			.news .bg-relation li{font-size: 12px; list-style-image:url(../img/listStyle-espana.png); margin-left: 15px; padding: 1px 5px 1px 0;}
		/* Home Destacada */
			.news-arrow{width: 15px !important; height: 8px !important; float: right !important; margin: -1px 0 0 0 !important;}
			.news-top{border-top: 1px solid #00a5d4; margin: 0 0 25px -5px; padding: 0 0 5px 0; width: 620px;}
			.news-top img{margin: 5px 0 0 0; width: 620px;}
		/* Home IZQ */
			.news-izq{border-top: 1px solid #00a5d4; margin: 0 0 25px -5px; padding: 0 5px 5px 5px; width: 340px;}
			.news-izq .news-arrow{margin-right: -5px !important;}			
			/* Home Imagen grande */
				.news-big img{margin: 5px 0 0 0; width: 100%;}
			/* Home Imagen pequeña izquierda */
				.news-peq-izq img{float: left; margin: 5px 5px 0 0; max-width: 50% !important;}
				.news-peq-izq p{margin-top: 5px !important; padding: 0 !important;}
			/* Home Imagen pequeña derecha */
				.news-peq-dcha img{float: right; margin: 5px 5px 0 5px; max-width: 50% !important;}
			/* Home Fondo Gris */
				.news-gray{background: #e5e6e5; padding: 0 0 5px 5px;}
				.news-gray .bg-relation{margin: 5px 0 5px 0;}
				.news-gray {padding: 0 5px 0 5px !important;}
				.news-gray .news-arrow{margin-right: -5px !important;}
			/* Home sin relacionados 			
				.news-norelation .bg-relation{display: none;}*/	
			/* Home sin seccion */				
				.news-noseccion .seccion{display: none;}
				.news-noseccion .tag{margin-top: 10px;}
				.news-noseccion .comments{margin-top: 10px;}

		/* Home DCHA */
			.news-dcha{
				width: 255px; 
				border-top: 1px solid #00a5d4; 
				margin: 0 5px 25px 10px; 
				padding: 0 5px 5px 5px;
			}
			.news-dcha .news-arrow{margin-right: -5px !important;}
			.news-dcha .title{font-size: 22px;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-dark{background: url(../img/newsDark_bg.png); border-top: 1px solid #00a5d4; padding: 0 5px 5px 5px;}
				.news-dark .title{color: #ffffff;}
				.news-dark p{margin: 5px 0 5px 0; color: #ffffff; font-size: 14px;}
				.news-dark .bg-relation{background-color: #424242; border:none;}
				.news-dark img{max-width: 100%; margin: 5px 0 5px 0;}
				.news-dark a{color: #00a5d4;}
				.news-dark .bg-relation a:hover{color: #ffffff;}
			/* Home DCHA: Imagen gris */
			/* Home DCHA: Secciones */
				.news-secciones{background-color: #e6e6e6; width: 250px; padding: 5px; margin-bottom: 15px; margin-top: 10px;}
				.news-secciones .title{font-size: 22px;}
				.news-secciones img{max-width: 100%;}
				.news-secciones .seccion{
					color:#59bd7a; 
					font-size: 13px; 
					font-weight: bold; 
					margin: -18px 0 0 0;
				}
				.news-secciones .tag{
					color:#8e949a; 
					font-size: 12px; 
					float: left; 
					padding: 0 10px 0 0;
				}
				.news-secciones .comments{
					width: 23px; 
					height: 15px; 
					color:#f7f7f7; 
					font-size: 10px; 
					float: left; 
				}
				.news-secciones p{margin: 5px 0 5px 0;}
				.news-secciones .bg-relation a:hover{color: #2d2d2c;}
				.news-secciones .relation{margin:0 0 0 15px; font-size: 10px; padding: 2px 0 2px 0;}
				.news-secciones .news-peq-izq img{max-width: 50%;}
				.news-secciones .news-peq-dcha img{max-width: 50%;}

/*-----------------------------------------------------------------------------------*/
/* SECCIONES
/*-----------------------------------------------------------------------------------*/
	/* ESPAÑA */
		/* ARTÍCULO */
			.article{color: #2d2d2c;}
			.article img{max-width: 440px;}
			#text_article li{list-style: disc; margin-left: 20px;}
			.article-img{margin: 5px 0 0 0; max-width: 600px !important;}
			.article-img-i{float: left; margin: 10px;}
			.article-img-c{margin: 0 auto; display: table;}
			.article-img-d{float: right; margin: 10px;}
			.article-footer-img{
				background: #2d2d2c;
				color: #ffffff;
				margin-bottom: 10px;
				max-width: 600px; 
				padding: 2px 0 2px 0;				
			}
			.article h1{font-family: "Lava Regular 2"; letter-spacing: -1px;}
			.article h5{font-family: "Lava Regular 2"; line-height: 152%; font-size: 17px;}
			#text_article p{line-height: 152%; margin-bottom: -20px;}
			.article .comments{
				background: url(../img/contenido_commentsAzul.png) no-repeat; 
				color:#f7f7f7; 
				float: left; 
				font-size: 10px; 
				height: 15px; 
				width: 23px;
				text-align: center;				
			}
			.article a{color: #00a5d4;}
			.article a:hover{color: #2d2d2c !important;}
			.article .relation-espana li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-espana.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}
			.article-rrss {
				background: #f7f7f7;
				border-bottom: 1px solid #e6e6e6;
				height: 20px;
				margin-top: 5px;
				padding-top: 5px;
			}
			.article-rrss p{
				color: #515151;
			}
			.comments-all p{
				color: #515151;
			}
			.article-comments-img-espana{
				background: url(../img/dNot_barInf_comments.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.comment-1{margin: 10px 0 10px 0; width: 100%; float: left;}
			.comment-2{margin: 10px 0 10px 0; width: 95%; float: right;}
			.comment-3{margin: 10px 0 10px 0; width: 90%; float: right;}
			.print{
				background: url(../img/icon-print.png) no-repeat;	
				width: 77px;
				height: 22px;
			}
			.lbl-print{
				color: #f7f7f7;
				font-size: 12px;
				margin: 2px 0 0 25px;
			}
			.email{
				border: 1px solid #cccccc;
				padding: 3px;
				width: 68px;
				border-radius: 3px;
			}
			.lbl-email{
				font-size: 12px;
				color: #8E949A;		
				margin: 3px;		
			}
			.icon-star{width: 20px; height: 20px;}

	/* INTERNACIONAL */
		.internacional-zones li{
			font-size: 10px;
			color: #ffffff;
			float: left; 
			margin: 0 1px 0 5px; 
			padding: 5px 5px 0 5px; 			
		}
		.news-internacional{}
			.news-internacional .seccion{color:#4c81bf !important;}
			.news-internacional .comments{background: url(../img/contenido_commentsAzulOscuro.png) no-repeat !important;}
			.news-internacional a:hover{color: #4c81bf !important;}
			.news-internacional .bg-relation a{color: #4c81bf !important;}
			.news-internacional .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-internacional .bg-relation li{list-style-image:url(../img/listStyle-internacional.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-internacional .news-top{border-top: 1px solid #4c81bf !important;}
			.news-internacional .news-izq{border-top: 1px solid #4c81bf !important;}
			.news-internacional .news-dcha{border-top: 1px solid #4c81bf !important;}
			.news-internacional .news-dcha img{width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-internacional .news-dark a{color: #4c81bf !important;}
				.news-internacional .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-internacional .comments{background: url(../img/contenido_commentsAzulOscuro.png) no-repeat !important;}
			.article-internacional a{color: #4c81bf;}
			.article-comments-img-internacional {
				background: url(../img/dNot_barInf_comments_darkBlue.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-internacional {
				color: #4c81bf;
				border: none;
				background: none;
			}
			.article .relation-internacional li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-internacional.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}

	/* SOCIEDAD */
		.news-sociedad{}
			.news-sociedad .seccion{color:#f75256 !important;}
			.news-sociedad .comments{background: url(../img/contenido_commentsRojo.png) no-repeat !important;}
			.news-sociedad a:hover{color: #f75256 !important;}
			.news-sociedad .bg-relation a{color: #f75256 !important;}
			.news-sociedad .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-sociedad .bg-relation li{list-style-image:url(../img/listStyle-sociedad.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-sociedad .news-top{border-top: 1px solid #f75256 !important;}
			.news-sociedad .news-izq{border-top: 1px solid #f75256 !important;}
			.news-sociedad .news-dcha{border-top: 1px solid #f75256 !important;}
			.news-sociedad .news-dcha img{width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-sociedad .news-dark a{color: #f75256 !important;}
				.news-sociedad .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-sociedad .comments{background: url(../img/contenido_commentsRojo.png) no-repeat !important;}
			.article-sociedad a{color: #f75256;}
			.article-comments-img-sociedad {
				background: url(../img/dNot_barInf_comments_red.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-sociedad {
				color: #f75256;
				border: none;
				background: none;
			}
			.article .relation-sociedad li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-sociedad.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}

	/* CULTURA */
		.news-cultura{}
			.news-cultura .seccion{color:#8450d6 !important;}
			.news-cultura .comments{background: url(../img/contenido_commentsMorado.png) no-repeat !important;}
			.news-cultura a:hover{color: #8450d6 !important;}
			.news-cultura .bg-relation a{color: #8450d6 !important;}
			.news-cultura .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-cultura .bg-relation li{list-style-image:url(../img/listStyle-cultura.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-cultura .news-top{border-top: 1px solid #8450d6 !important;}
			.news-cultura .news-izq{border-top: 1px solid #8450d6 !important;}
			.news-cultura .news-dcha{border-top: 1px solid #8450d6 !important;}
			.news-cultura .news-dcha img{width: 100%;}
			/* Home DCHA: Cultura */
				.news-secciones-cultura{border-top: 1px solid #8450d6; background: #e6e6e6;}
				.news-secciones-cultura .news-arrow{margin: -6px -5px 0 0!important;}
				.news-secciones-cultura .seccion{color:#8450d6;}								
				.news-secciones-cultura .comments{background: url(../img/contenido_commentsMorado.png) no-repeat;}			
				.news-secciones-cultura a:hover{color: #8450d6;}
				.news-secciones-cultura .bg-relation a{color: #8450d6;}					
				.news-secciones-cultura .bg-relation li{list-style-image:url(../img/listStyle-cultura.png);}	
				.news-secciones-cultura .line{border-bottom: 1px dotted #8450d6;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-cultura .news-dark a{color: #8450d6 !important;}
				.news-cultura .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-cultura .comments{background: url(../img/contenido_commentsMorado.png) no-repeat !important;}
			.article-cultura a{color: #8450d6;}
			.article-comments-img-cultura {
				background: url(../img/dNot_barInf_comments_purple.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-cultura {
				color: #8450d6;
				border: none;
				background: none;
			}
			.article .relation-cultura li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-cultura.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}

	/* CIENCIA */
		.news-ciencia{}
			.news-ciencia .seccion{color:#59bd7a !important;}
			.news-ciencia .comments{background: url(../img/contenido_commentsVerde.png) no-repeat !important;}
			.news-ciencia a:hover{color: #59bd7a !important;}
			.news-ciencia .bg-relation a{color: #59bd7a !important;}
			.news-ciencia .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-ciencia .bg-relation li{list-style-image:url(../img/listStyle-ciencia.png) !important;}
		/* Home Destacada,IZQ, DCHA */
			.news-ciencia .news-top{border-top: 1px solid #59bd7a !important;}
			.news-ciencia .news-izq{border-top: 1px solid #59bd7a !important;}
			.news-ciencia .news-dcha{border-top: 1px solid #59bd7a !important;}
			.news-ciencia .news-dcha img{width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-ciencia .news-dark a{color: #59bd7a !important;}
				.news-ciencia .news-dark .bg-relation a:hover{color: #ffffff !important;}
			/* Home DCHA: Ciencia */
				.news-secciones-ciencia{border-top: 1px solid #59bd7a; background: #e6e6e6;}
				.news-secciones-ciencia .news-arrow{margin: -6px -5px 0 0!important;}
				.news-secciones-ciencia .seccion{color:#59bd7a;}				
				.news-secciones-ciencia .comments{background: url(../img/contenido_commentsVerde.png) no-repeat;}			
				.news-secciones-ciencia a:hover{color: #59bd7a;}
				.news-secciones-ciencia .bg-relation a{color: #59bd7a;}					
				.news-secciones-ciencia .bg-relation li{list-style-image:url(../img/listStyle-ciencia.png);}				
				.news-secciones-ciencia .line{border-bottom: 1px dotted #59bd7a;}				
		/* ARTÍCULO */
			.article-ciencia .comments{background: url(../img/contenido_commentsVerde.png) no-repeat !important;}
			.article-ciencia a{color: #59bd7a;}
			.article-comments-img-ciencia {
				background: url(../img/dNot_barInf_comments_green.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-ciencia {
				color: #59bd7a;
				border: none;
				background: none;
			}
			.article .relation-ciencia li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-ciencia.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}

	/* FAMILIA */
		.news-familia{}
			.news-familia .seccion{color:#b6ba0d !important;}
			.news-familia .comments{background: url(../img/contenido_commentsMostaza.png) no-repeat !important;}
			.news-familia a:hover{color: #b6ba0d !important;}
			.news-familia .bg-relation a{color: #b6ba0d !important;}
			.news-familia .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-familia .bg-relation li {list-style-image:url(../img/listStyle-familia.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-familia .news-top{border-top: 1px solid #b6ba0d !important;}
			.news-familia .news-izq{border-top: 1px solid #b6ba0d !important;}
			.news-familia .news-dcha{border-top: 1px solid #b6ba0d !important;}
			.news-familia .news-dcha img{width: 100%;}
			/* Home DCHA: Familia */
				.news-secciones-familia{border-top: 1px solid #b6ba0d; background: #e6e6e6;}
				.news-secciones-familia .news-arrow{margin: -6px -5px 0 0!important;}
				.news-secciones-familia .seccion{color:#b6ba0d;}								
				.news-secciones-familia .comments{background: url(../img/contenido_commentsMostaza.png) no-repeat; }			
				.news-secciones-familia a:hover{color: #b6ba0d;}
				.news-secciones-familia .bg-relation a{color: #b6ba0d;}					
				.news-secciones-familia .bg-relation li{list-style-image:url(../img/listStyle-familia.png); }				
				.news-secciones-familia .line{border-bottom: 1px dotted #b6ba0d;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-familia .news-dark a{color: #b6ba0d !important;}
				.news-familia .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-familia .comments{background: url(../img/contenido_commentsMostaza.png) no-repeat !important;}
			.article-familia a{color: #b6ba0d;}
			.article-comments-img-familia {
				background: url(../img/dNot_barInf_comments_yellow.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-familia {
				color: #b6ba0d;
				border: none;
				background: none;
			}
			.article .relation-familia li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-familia.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}

	/* JOVEN */
		.news-joven{}
			.news-joven .seccion{display: none;}
			.news-joven .comments{background: url(../img/contenido_commentsVerdeFl.png) no-repeat !important; color: #2d2d2c;}
			.news-joven a:hover{color: #74da1b !important;}
			.news-joven a{color: #ffffff !important;}
			.news-joven p{color: #ffffff !important;}	
			.news-joven .bg-relation{background: transparent !important;}	
			.news-joven .bg-relation a{color: #74da1b !important;}
			.news-joven .bg-relation a:hover{color: #ffffff !important;}			
			.news-joven .bg-relation li{list-style-image:url(../img/listStyle-joven.png) !important;}
			.news-joven .mas a:hover{color: #74da1b;}
			
		/* Home Destacada, IZQ, DCHA */
			.news-joven .news-top{border-top: 1px solid #74da1b !important;}
			.news-joven .news-izq{border-top: 1px solid #74da1b !important;}
			.news-joven .news-dcha{border-top: 1px solid #74da1b !important;}
			.news-joven .news-dcha img{width: 100%;}

			/* Home DCHA: Imagen fondo oscuro */
				.news-joven .news-dark a{color: #74da1b !important;}
				.news-joven .news-dark .bg-relation a:hover{color: #ffffff !important;}
			/* ARTÍCULO */
			.article-joven .comments{background: url(../img/contenido_commentsVerdeFl.png) no-repeat !important; color: #2d2d2c;}
			.article-joven a{color: #74da1b;}
			.article-joven a:hover{color: #ffffff !important;}
			.article-joven h5{color: #ffffff;}
			.article-joven .lbl-joven{color: #ffffff;}
			.article-comments-img-joven {
				background: url(../img/dNot_barInf_comments_greenFl.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-joven {
				color: #74da1b;
				border: none;
				background: none;
			}
			.article .relation-joven li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-joven.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}		
			.article-joven .article-rrss{border-bottom: 1px solid #cccccc;}
			.article-joven .border-top{border-top: 1px solid #808991; padding-top: 5px; margin-top: 5px;}
			.article-joven .border-bottom{border-bottom: 1px solid #808991; padding-bottom: 5px; margin-bottom: 5px;}			
			.article-joven .border-left{border-left: 1px solid #808991}
			.article-joven .border-right{border-right: 1px solid #808991}
			.article-joven .comment-bar{color: #515151;}	
			.article-joven h1{color: #ffffff !important;}
			.article-joven span{color: #ffffff !important;}
			.article-joven {color: #ffffff !important;}
			.article-joven .comment-1 .comment-bar{color: #e6e6e6 !important;}
			.article-joven .comment-1 .dark-gray{color: #e6e6e6 !important;}
			.article-joven .comment-2 .comment-bar{color: #e6e6e6 !important;}
			.article-joven .comment-2 .dark-gray{color: #e6e6e6 !important;}
			.article-joven .comment-3 .comment-bar{color: #e6e6e6 !important;}
			.article-joven .comment-3 .dark-gray{color: #e6e6e6 !important;}

	/* AGENDA */
		.bg-agenda-box{
			background-color: rgb(228,224,229);
			height: 20px;
			padding: 10px 10px 10px 10px;
			width: 600px; 
		}
			.agenda-lbl{
				float: left;
				text-align: right;
				font-family: "Lava Bold 2";
				width: 100px;
			}
			.agenda-field{
				float: left;
				text-align: left;
				margin-left: 10px;
			}
		.bg-agenda-date{
			background-color: #4a2f47;
			color: #ffffff;		
			height: 50px;
			width: 50px;
			text-align: center;
			font-size: 24px;
			padding-top: 5px;
			float: left;
		}
		.bg-agenda-event{
			background-color: rgb(228,224,229);
			color: #515151;	
			margin-left: 55px;
			width: 555px;
			padding: 5px 5px 5px 5px;
		}
			.bg-agenda-event a{color: #00a5d4;}
			.bg-agenda-event h4{
				color: #4a2f47;
				border-bottom: 1px dotted rgb(184,171,180); margin-bottom: 5px;		
			}
			.bg-agenda-event h5{
				color: #4a2f47;
				font-weight: bold;
				border-bottom: 1px dotted rgb(184,171,180); margin-bottom: 5px;		
			}
		.bg-top{
			background-color: #f2b486;	
		}
			.bg-top a{color: #00a5d4;}		
			.bg-top h4{border-bottom: 1px dotted rgb(207,129,98); margin-bottom: 5px;}
			.bg-top h5{border-bottom: 1px dotted rgb(207,129,98); margin-bottom: 5px;}
			.img-top{
				float: right;
				margin-top: -50px;
				margin-right: -30px;
			}
			.lbl-top{
				float: right;
				margin-top: -32px;
				margin-right: -32px;
				font-size: 8px;
				color: #ffffff;
				width: 8px; 
				/* Chrome y Safari */
				-webkit-transform: rotate(+27deg);
				/* Firefox */
				-moz-transform: rotate(+27deg);
				/* Opera */
				-o-transform: rotate(+27deg);
				/* IE 9 */
				-ms-transform: rotate(+27deg);
				/* IE 8 */
				filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		
			}
		.bg-event-new{
			background: #f7f7f7;
			width: 610px;
			height: 900px;
			padding: 10px 10px 10px 10px;
		}
			.bg-event-new h5{
				color: #4a2f47;
				font-weight: bold;
				border-bottom: 1px dotted #4a2f47; margin-bottom: 10px; 				
			}

	/* TU BLOG */
		.normas{
			background: #000000;
			width: 615px;
			margin: 0 0 10px -5px;
			padding: 5px;
			color: #ffffff;
		}
		.news-tublog{}
			.news-tublog .seccion{color:#515151 !important; font-weight: normal !important;}
			.news-tublog .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.news-tublog .tag a{color: #515151 !important;}
			.news-tublog .tag {color: #515151 !important;}
			.news-tublog a{color: #fc9e1e !important;}
			.news-tublog a:hover{color: #515151 !important;}
			.news-tublog .bg-relation {background: #ffffff!important; margin: 5px 0 5px 0;}
			.news-tublog .bg-relation a{color: #fc9e1e !important;}
			.news-tublog .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-tublog .bg-relation li{list-style-image:url(../img/listStyle-tublog.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-tublog .news-top{border-top: 1px solid #515151 !important;}
			.news-tublog .news-izq{border-top: 1px solid #515151 !important;}
			.news-tublog .news-dcha{border-top: 1px solid #515151 !important;}
			.news-tublog .news-dcha img{max-width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-tublog .news-dark a{color: #fc9e1e !important;}
				.news-tublog .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-tublog .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.article-tublog a{color: #fc9e1e;}
			.article-comments-img-tublog {
				background: url(../img/dNot_barInf_comments_orange.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-tublog {
				color: #fc9e1e;
				border: none;
				background: none;
			}
			.article .relation-tublog li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-tublog.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}			

	/* EDITORIAL */
		/* ARTÍCULO */
			.article-editorial .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.article-editorial a{color: #00a099;}
			.article-comments-img-editorial {
				background: url(../img/dNot_barInf_comments_editorial.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-editorial {
				color: #00a099;
				border: none;
				background: none;
			}
			.article .relation-editorial li{
				font-size: 12px;
				list-style-image:url(../img/listStyle_editorial.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}				

	/* BLOGS */
		.news-blogs{}
			.news-blogs .seccion{color:#515151 !important; font-weight: bold !important; font-size: 12px !important;}
			.news-blogs .tag a{color: #515151 !important;}
			.news-blogs .tag {color: #515151 !important;}
			.news-blogs .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.news-blogs a{color: #719de8 !important;}
			.news-blogs a:hover{color: #515151 !important;}
			.news-blogs .bg-relation {background: #ffffff!important; margin: 5px 0 5px 0;}
			.news-blogs .bg-relation a{color: #719de8 !important;}
			.news-blogs .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-blogs .bg-relation li{list-style-image:url(../img/listStyle-blogs.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-blogs .news-top{border-top: 1px solid #515151 !important;}
			.news-blogs .news-izq{border-top: 1px solid #515151 !important;}
			.news-blogs .news-dcha{border-top: 1px solid #515151 !important;}
			.news-blogs .news-dcha img{max-width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-blogs .news-dark a{color: #719de8 !important;}
				.news-blogs .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-blogs .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.article-blogs a{color: #719de8;}
			.article-comments-img-blogs {
				background: url(../img/dNot_barInf_comments_lightBlue.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-blogs {
				color: #719de8;
				border: none;
				background: none;
			}
			.article .relation-blogs li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-blogs.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}			

	/* CULTURAL */
		.news-cultural{}
			.news-cultural .seccion{color:#515151 !important; font-weight: normal !important;}
			.news-cultural .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.news-cultural .tag a{color: #515151 !important;}
			.news-cultural .tag {color: #515151 !important;}
			.news-cultural a{color: #a80da0 !important;}
			.news-cultural a:hover{color: #515151 !important;}
			.news-cultural .bg-relation {background: #ffffff!important; margin: 5px 0 5px 0;}
			.news-cultural .bg-relation a{color: #a80da0 !important;}
			.news-cultural .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-cultural .bg-relation li{list-style-image:url(../img/listStyle-cultural.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-cultural .news-top{border-top: 1px solid #515151 !important;}
			.news-cultural .news-izq{border-top: 1px solid #515151 !important;}
			.news-cultural .news-dcha{border-top: 1px solid #515151 !important;}
			.news-cultural .news-dcha img{max-width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-cultural .news-dark a{color: #a80da0 !important;}
				.news-cultural .news-dark .bg-relation a:hover{color: #ffffff !important;}
		/* ARTÍCULO */
			.article-cultural .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.article-cultural a{color: #a80da0;}
			.article-comments-img-cultural {
				background: url(../img/dNot_barInf_comments_pink.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-cultural {
				color: #a80da0;
				border: none;
				background: none;
			}
			.article .relation-cultural li{
				font-size: 12px;
				list-style-image:url(../img/listStyle-cultural.png); 
				margin:0 0 0 15px; 
				padding: 2px 0 2px 0; 						
			}			
	
	/* AUTORES */
		.autores a{color: #cccccc; font-size: 30px; margin: 0 5px 0 5px;}
		.autores a:hover{color: #515151; text-decoration: none;}
		.autores-blogs h3 a{color: #719de8; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-blogs h3 a:hover{color: #515151; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-blogs h4 a{color: #515151;}
		.autores-blogs h4 a:hover{color: #2D2D2D;}
		.autores-cultural h3 a{color: #a80da0; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-cultural h3 a:hover{color: #515151; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-cultural h4 a{color: #515151; }
		.autores-cultural h4 a:hover{color: #2D2D2D;}
		.autores-magacin h3 a{color: #75c7b1; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-magacin h3 a:hover{color: #515151; font-family: "Lava Regular 2"; font-weight: bold;}
		.autores-magacin h4 a{color: #515151;}
		.autores-magacin h4 a:hover{color: #2D2D2D;}

	/* MAGACÍN */
		.news-magacin{}
			.news-magacin .seccion{color:#515151 !important; font-weight: bold !important; font-size: 12px !important;}
			.news-magacin .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.news-magacin a{color: #75c7b1 !important;}
			.news-magacin a:hover{color: #515151 !important;}
			.news-magacin .bg-relation {background: #ffffff!important; margin: 5px 0 5px 0;}
			.news-magacin .bg-relation a{color: #75c7b1 !important;}
			.news-magacin .bg-relation a:hover{color: #2d2d2c !important;}			
			.news-magacin .bg-relation li{list-style-image:url(../img/listStyle-magacin.png) !important;}
		/* Home Destacada, IZQ, DCHA */
			.news-magacin .news-top{border-top: 1px solid #515151 !important;}
			.news-magacin .news-izq{border-top: 1px solid #515151 !important;}
			.news-magacin .news-dcha{border-top: 1px solid #515151 !important;}
			.news-magacin .news-dcha img{max-width: 100%;}
			/* Home DCHA: Imagen fondo oscuro */
				.news-magacin .news-dark a{color: #75c7b1 !important;}
				.news-magacin .news-dark .bg-relation a:hover{color: #ffffff !important;}	
		.news-magacin-footer{border-top: 1px solid #515151; margin: 0 0 5px -5px; padding: 0 0 5px 0;}
			.news-magacin-footer .title{font-size: 22px !important;}		
			.news-magacin .blog-name{color:#515151; float: left; font-size: 11px; font-weight: bold !important;}
			.news-magacin .author{color:#515151; float: left; font-size: 11px; padding: 0 10px 0 10px;}			
			.news-magacin .tag a{color: #515151 !important;}
			.news-magacin .tag {color: #515151 !important;}
			.news-magacin-footer .author a{color: #515151 !important;}
		/* ARTÍCULO */
			.article-magacin .comments{background: url(../img/contenido_commentsNegro.png) no-repeat !important;}
			.article-magacin a{color: #75c7b1;}
			.article-comments-img-magacin {
				background: url(../img/dNot_barInf_comments_water.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-magacin {background: none; border: none; color: #75c7b1;}
			.article .relation-magacin li{font-size: 12px; list-style-image:url(../img/listStyle-magacin.png); margin-left: 15px; padding: 2px 0 2px 0;}			

	/* MULTIMEDIA */
		.icon-media{width: 100%; text-align: center;}
		.list-blue li{list-style-image:url(../img/listStyle-espana.png); margin:0 0 0 10px;}
		.icon-audio{margin-top: -10px;}
		/* NOTICIAS MULTIMEDIA*/
			.news-media{width: 300px; margin: 10px 0 10px 0;}
				.news-media .title-media{color: #00a5d4; font-weight: bold; font-size: 16px;}	
				.news-media .description{color: #ffffff; font-size: 11px; padding: 10px 0 0 0;}
				.news-media img{width: 100%;}
			/* Multimedia Grande */
				.news-media-big img{max-width: 100%; margin: -5px 0 5px 0;}
			/* Multimedia Listado */
				.news-media-left{background: #3d3d3d !important;}
				.news-media-left img{float: left; max-width: 50%; padding-right: 5px;}
				.news-media-right{background: #3d3d3d !important;}
				.news-media-right img{float: right; max-width: 50%; padding-left: 5px;}
			/* Multimedia Sin imagen */
				.news-media-noimg{background: #3d3d3d; padding: 2px 2px 2px 2px;}
				.news-media-noimg img{display: none;}
			/* SIN USO: Multimedia sin descripción 
				.news-media-short{margin: 5px 2px 5px 2px;}
				.news-media-short img{width: 145px; height: 85px;}
				.news-media-short .title{color: #ffffff; font-weight: bold;} */
		/* ARTÍCULO */
			.bg-multimedia .border-top{border-top: 1px solid #808991}
			.bg-multimedia .border-bottom{border-bottom: 1px solid #808991}
			.bg-multimedia .border-right{border-right: 1px solid #808991}
			.article-media a{color: #00a5d4;}
			.article-comments-img-media{
				background: url(../img/dNot_barInf_comments.png) no-repeat;
				width: 50px;
				height: 35px;
				margin-top: -30px;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
			}
			.button-a-media{border: none; color: #00a5d4; background: none;}
			.article-rrss .media{margin-top: 0;}
			.comment-1 .media{margin-top: 0;}
			.comment-2 .media{margin-top: 0;}
			.comment-3 .media{margin-top: 0;}
			.media .comment-1 .comment-bar{color: #f7f7f7;}
			.media .comment-2 .comment-bar{color: #f7f7f7;}
			.media .comment-3 .comment-bar{color: #f7f7f7;}
			.media .comment-1 .dark-gray{color: #f7f7f7;}
			.media .comment-2 .dark-gray{color: #f7f7f7;}
			.media .comment-3 .dark-gray{color: #f7f7f7;}					

	/* OPINION */
	.op-editorial{
		background: url(../img/banner-editorial.jpg) no-repeat;
		width: 620px;
		height: 145px;
		border-bottom: 10px solid #009f98;
	}
	.op-magacin{
		background: url(../img/banner-magacin.jpg) no-repeat;
		width: 620px;
		height: 145px;
		border-bottom: 10px solid #75c7b1;		
	}
	.op-blogs{
		background: url(../img/banner-blogs.jpg) no-repeat;
		width: 620px;
		height: 145px;
		border-bottom: 10px solid #779ad0;		
	}
	.op-cultural{
		background: url(../img/banner-cultural.jpg) no-repeat;
		width: 620px;
		height: 145px;
		border-bottom: 10px solid #93348a;		
	}
	.op-tublog{
		background: url(../img/banner-tublog.jpg) no-repeat;
		width: 620px;
		height: 145px;
		border-bottom: 10px solid #f49c26;		
	}
	.op-text{
		padding: 20px;
		color: #ffffff;
	}
	.op-text-1{
		font-size: 24px;
		padding-bottom: 4px;
	}
	.op-text-2{
		line-height: 1.4;
		font-size: 17px;
		font-family: HelveticaNeue-Light;	
	}

	#cookie
	{
	    position: fixed;
	    padding: 5px;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    min-height: 40px;
	    background: rgba(0,0,0,0.7);
	    color: white;
	    z-index: 1000000;
	    overflow: hidden;
	    text-align: center;
	}
	#cookie a { color: #e6e6e6; }
	#cookie a { color: #e6e6e6; }
	#cookie button { color: #000; }

