@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@font-face{
	font-family: 'ValeriaBoldGrunge';
	src: url('fonts/valeria-bold-grunge/ValeriaBoldGrunge.ttf');
	src: local('?'), url('fonts/valeria-bold-grunge/ValeriaBoldGrunge.ttf') format('woff'), url('fonts/valeria-bold-grunge/ValeriaBoldGrunge.ttf') format('truetype'), url('fonts/valeria-bold-grunge/ValeriaBoldGrunge.ttf') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	
}
body{
	font-family: arial;
	background-color: #e9f0f0;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed', sans-serif;
}

/* RECURSOS */
.clear{
	clear:both;
}
.pintar{
	border: 1px solid red;
}
.sin-padding{
	padding: 0;
}
.sin-margin{
	margin: 0;
}
/**** GENERALES ****/

/**** TOP HEADER ****/
.topheader{
	background-color: #1492cc;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 9999;
}
.topheader-contenido{
	padding: 6px 0px;
}
.topheader-contenido-actualizacion{
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
/**** HEADER ****/
.header{
	overflow: auto;
}
.titulo{
	text-align: center;
	margin: 0px 12px 0px 0px;
}
.titulo h1{
	font-family: initial;
	font-size: 2.8em;
	text-shadow: 4px 4px 6px #14a2e4;
	color: #01435b;
	display: inline-block;
	text-transform: uppercase;
	margin: 8px 0px;
}
.titulo a{
	text-decoration: none;
}
/**** CONTENIDO ****/
.contenido{
	min-height: 70vh;
}
/**** FRANJA FUENTES ****/
.franja{
	text-align: center;
	border-top: 1px solid #01435b;
	border-bottom: 1px solid #01435b;
	line-height: 0;
	padding: 10px 0px;
	margin-right: 14px;
}
.franja-fuentes{
	display: inline-flex;
}
.franja-fuente{
	margin: 0px 6px;
}
.franja-fuente a{
	display: inline-block;
}
.franja-fuente img{
	height: 20px;
}
.franja-fuente-7 img{
	margin-top: -2px;
	height: 22px;
}
.franja-fuente span{
	/*position: absolute;
	top: -6px;
	right: -12px;
	background-color: #1b5c7a;
	z-index: 999;
	font-size: 0.8em;
	padding: 2px 5px;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.franja-fuente-individual img{
	height: 28px;
}
.franja-categorias{
	padding: 10px 0px;
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
}
.franja-categorias-individual{
	display: inline-block;
}
.franja-publicacion{
	padding: 10px 0px;
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
}
/**** SLOGAN ****/
.slogan{
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	color: #01435b;
	font-size: 1.2em;
	margin-top: 6px;
}
/**** NOTICIAS ****/
.noticias{
	margin-top: 18px;
	padding: 0px 4px;
}
.noticia{
	position: relative;
	/*padding: 2px 6px;*/
	margin: 0px 14px 14px 0px;
	/*border: 2px solid white;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 8px #000000;
	height: 280px;
}
/*.noticia:hover{
	box-shadow: 2px 2px 10px #000000;
}*/
.noticia:hover .noticia-imagen img{
	opacity: 0.7;
}
.noticia-titulo{
	/*margin-top: 1px;*/
	/*font-weight: bold;*/
	font-size: 0.94em;
	padding: 4px 7px 6px 7px;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(1, 67, 91, 0.7);
	width: 100%;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.noticia-titulo a{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 18px;
	display: block;
}
.noticia-titulo a:hover{
	color: #e0e0e0;
}
.noticia-imagen{
	text-align: center;
	/*margin-top: 6px;*/
	/*position: relative;*/
	/*z-index: 99999;*/
}
.noticia-imagen img{
	width: 100%;
	/*margin-top: 10px;*/
	/*max-height: 180px;*/
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 240px;
	opacity: 0.9;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	border-bottom: 1px solid #01435b;
}
.noticia-categorias{
	position: absolute;
	bottom: 37px;
	left: 0;
}
.noticia-categorias ul{
	list-style: none;
	margin: 0;
	padding: 0px 2px 10px 4px;
	width: 100%;
	text-align: left;
	z-index: 999;
}
.noticia-categorias ul li{
	margin: 7px 3px 0px 0px;
}
.noticia-categorias ul li a{
	background-color: #01435b;
	color: #e9f0f0;
	padding: 2px 6px 3px 6px;
	border-radius: 3px;
	font-size: 0.94em;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.noticia-categorias ul li a:hover{
	background-color: #e9f0f0;
	color: #01435b;
}
.noticia-pie{
	position: absolute;
	bottom: 2px;
	width: 100%;
	background-color: #FFFFFF;
	left: 0;
	padding: 0px 4px 0px 4px;
	margin: 0;
}
.noticia-pie-fecha{
	font-size: 0.8em;
	color: grey;
	float: left;
	line-height: 18px;
}
.noticia-pie-fuente{
	position: absolute;
	right: 4px;
	bottom: 0;
}
.noticia-pie-fuente-1 img, .publicacion-noticias-noticia-fuente-1 img{
	height: 16px;
}
.noticia-pie-fuente-2 img, .publicacion-noticias-noticia-fuente-2 img{
	height: 18px;
}
.noticia-pie-fuente-3 img, .publicacion-noticias-noticia-fuente-3 img{
	height: 14px;
}
.noticia-pie-fuente-4 img, .publicacion-noticias-noticia-fuente-4 img{
	height: 16px;
}
.noticia-pie-fuente-5 img, .publicacion-noticias-noticia-fuente-5 img{
	height: 16px;
}
.noticia-pie-fuente-6 img, .publicacion-noticias-noticia-fuente-6 img{
	height: 16px;
}
.noticia-pie-fuente-7 img, .publicacion-noticias-noticia-fuente-7 img{
	height: 28px;
}
.noticia-pie-fuente-8 img, .publicacion-noticias-noticia-fuente-8 img{
	height: 16px;
}
.noticia-pie-fuente-9 img, .publicacion-noticias-noticia-fuente-9 img{
	height: 14px;
}
/**** PUBLICACION ****/
.publicacion{
	margin: 20px 14px 0px 0px;
}
.publicacion-contenido{
	
}
.publicacion-contenido p{
	line-height: 1.26em;
	font-size: 0.98em;
	text-align: justify;
}
.publicacion-contenido img{
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}
.publicacion-noticias{
	margin-top: 18px;
	padding: 0px 4px;
}
.publicacion-noticias-total{
	
}
.publicacion-noticias-noticia{
	position: relative;
	padding: 8px 10px;
	margin: 0px 0px 14px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 8px #000000;
	height: 220px;
}
.publicacion-noticias-noticia:hover{
	box-shadow: 2px 2px 4px #000000;
}
.publicacion-noticias-noticia-imagen{
	
}
.publicacion-noticias-noticia-imagen img{
	width: 100%;
	height: 205px;
	object-fit: cover;
}
.publicacion-noticias-noticia-titulo{
	font-size: 0.94em;
	padding: 4px 7px 6px 7px;
	background: rgba(1, 67, 91, 0.7);
	border-top-right-radius: 2px;
}
.publicacion-noticias-noticia-titulo a{
	text-decoration: none;
	color: #FFFFFF;
}
.publicacion-noticias-noticia-titulo a:hover{
	color: #e0e0e0;
}
.publicacion-noticias-noticia-fecha{
	margin-top: 4px;
	text-align: right;
	font-size: 0.9em;
	text-transform: lowercase;
}
.publicacion-noticias-noticia-contenido{
	display: block;
	height: 102px;
}
.publicacion-noticias-noticia-contenido p{
	font-size: 0.98em;
	text-align: justify;
	line-height: 1.24em;
}
.publicacion-noticias-noticia-categorias{
	
}
.publicacion-noticias-noticia-categorias ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.publicacion-noticias-noticia-categorias ul li{
	display: inline-block;
	margin-right: 8px;
}
.publicacion-noticias-noticia-categorias ul li a{
	background-color: #005878;
	color: #e9f0f0;
	padding: 3px 8px 4px 8px;
	border-radius: 3px;
	font-size: 0.94em;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.publicacion-noticias-noticia-categorias ul li a:hover{
	background-color: #e9f0f0;
	color: #01435b;
}
.publicacion-noticias-noticia-fuente{
	position: absolute;
	right: 6px;
	bottom: 2px;
}
/**** RELEVANTE ****/
.relevante{
	position: relative;
	padding: 2px 6px;
	margin: 0px 14px 14px 0px;
	border: 2px solid white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 8px #000000;
	height: 280px;
}
.relevante-titulo{
	
}
.relevante-titulo img{
	float: left;
	margin-right: 8px;
}
.relevante-titulo h1{
	color: #01435b;
	padding: 0;
	margin: 10px 0px 0px 0px;
	font-size: 1.8em;
}
.relevante-contenido{
	line-height: 19px;
	text-align: justify;
}
/**** FILTROS ****/
.filtros{
	
}
/**** CARGAR MAS ****/
.cargar-mas{
	margin: 20px 10px 20px 0px;
}
.cargar-mas a{
	background-color: #e9f2f0;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 2px solid #01435b;
	padding: 8px 0px;
	display: block;
	color: #01435b;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cargar-mas a:hover{
	background-color: #01435b;
	color: #97d7dc;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/**** FOOTER SUPERIOR ****/
.topfooter_superior{
	
}
.footer_superior{
	
}
/**** FOOTER ****/
.topfooter{
	background-color: #1492cc;
	margin-top: 10px;
}
.footer{
	display: block;
	overflow: auto;
	padding: 20px 0px;
	font-size: 0.9em;
}
.footer-derechos{
	float: left;
	color: #FFFFFF;
}
.footer-enlaces{
	float: right;
}
.footer-enlaces ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-enlaces ul li{
	float: left;
	border-right: 1px solid #01435b;
	margin-right: 5px;
	padding-right: 5px;
}
.footer-enlaces ul li:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}
.footer-enlaces ul li a{
	color: #FFFFFF;
}
/**** BARRA COOKIE ****/
.barra-cookie{
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
	background: #A0A0A0;
    color: #FFF;
    z-index: 99999 !important;
	font-size: 14px;
	padding: 10px 0px;
	box-shadow: 0 -5px 5px -5px #666666;
}
.barra-cookie a{
	text-decoration: none;
}
.barra-cookie a.ok {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	background: #222;
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-left: 6px;
}

::-webkit-scrollbar{
    width: 12px;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}