/* CSS Document */

.contenedor_noticias_eventos{
	margin-top:50px;	
	margin-bottom:100px;
}

.contenedor_noticias_eventos h3{
	margin: 0;
	margin-bottom:-40px;
}


.contenedor_noticias_eventos >.radio{
  display:none;
}


.contenedor_noticias_eventos >.tabs{
	text-align:right;		
}

.contenedor_noticias_eventos >.tabs .tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#FFF;
  display:inline-block;
  color:grey;
  border-radius:3px 3px 0px 0px;
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
  border: 1px solid lightgrey;
  border-bottom:none;
}

.contenedor_noticias_eventos >.tabs .tab.titulo{
	float:left; 
	border:none;
	padding-left:0;
}

.contenedor_noticias_eventos >.tabs .tab.titulo > h3{
	margin:0;	
}

.contenedor_noticias_eventos >.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid lightgrey;
}




.contenedor_noticias_eventos >.panels >.panel{
  display:none;
  animation: fadein .8s;
}



@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

#noticias_cultura:checked ~ .panels #noticias_cultura-panel,
#noticias_deporte:checked ~ .panels #noticias_deporte-panel,
#eventos_cultura:checked ~ .panels #eventos_cultura-panel,
#eventos_deporte:checked ~ .panels #eventos_deporte-panel{
  display:block
}
#noticias_cultura:checked ~ .tabs #noticias_cultura-tab,
#noticias_deporte:checked ~ .tabs #noticias_deporte-tab,
#eventos_cultura:checked ~ .tabs #eventos_cultura-tab,
#eventos_deporte:checked ~ .tabs #eventos_deporte-tab{
  background:#FFF;
  color:#C00;
  border-top: 3px solid #C00;
}


.noticias a{
	text-decoration:none;	
}


.noticias .noticia{
	margin-top:20px;
	margin-bottom:50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;	
}



.noticias .noticia .imagen{
   	max-height: 250px;
    overflow: hidden;
}


.noticias .noticia .imagen img{
	border:1px solid grey;
	border-radius:5px;
	width:100%;

}
.noticias .noticia .contenido .fecha{
	font-size:0.9em;
	color:#999;
}
.noticias .noticia .contenido .titulo a{
	color:#c00;
	font-size:1.1em;
}

.noticias .noticia .contenido .titulo:hover{
	font-weight:bold;
}

.noticias .noticia .contenido .subtitulo{
	font-size:0.9em;
	font-weight:bold;
	color:#000;
}
.noticias .noticia .contenido .articulo{
	font-size:0.9em;
	color:#000;	
}

.noticias .noticia .pie{
	margin-top:10px;
}


.noticias .noticia .pie.leer_mas{
	text-align:right;
	margin-top:20px;	
}


@media (max-width: 576px) {
	.contenedor_noticias_eventos h3{
		margin:10px;
	}

	.noticias .noticia{
		font-size:0.9em;	
	}

}


@media (max-width: 767px) {
	.noticias .noticia .contenido .articulo{
		display:none;	
	}
}

@media (max-width: 991px) {
	.noticias .noticia .imagen {
    	max-height: 350px;
	}
}



@media screen and (min-width:1200px){
	.noticias .noticia .pie{
		margin-top:-10px;
	}

.noticias .noticia .pie.bloque_iconos_ods{
	padding-left:30px;	
}

}


@media screen and (min-width:1600px){
.noticias .noticia .imagen img{
/* 	min-width:300px; */
/*	max-width:300px; */
}
}





.btn-leermas{
	border-color:#C00;
	color:#C00;	
}
.btn-leermas:hover{
	border-color:#C00;
	background-color:#C00;
	color:#FFF !important;	
}

div.ver_todo{
	padding-bottom:5px;
	border-bottom:3px solid #CCC;	
}

.btn-vertodo{
	color:#999;	
}

.btn-vertodo:hover{
	border-color:#C00;
	color:#C00 !important;	
}


.btn-blanco_rojo{
	background-color:white;
	border-color:white;
	color:#C00;
}

.btn-blanco_rojo:hover{
	background-color:#C00;
	border-color:#C00;
	color:white;	
}

.btn-sombra{
	font-weight:bold;
    box-shadow: 3px 3px 10px 0px black;
}



/*  Relacionadas con noticias con ODS */
.icono_ods{
	background-image: url(/img/logos/ods/rueda_colores.png);
	height: 32px;
    width: 32px;
    background-size: 32px 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 0px;
    position: absolute;
    top: 0;
    right: 20px;
}

.bloque_iconos_ods
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: auto;
	align-content: start
}

.bloque_iconos_ods a
{
	flex: 0 0 auto;
}

.bloque_iconos_ods a img{
	margin-right: 10px;
	width: 3rem;
	border-radius:4px;
	transition: transform .2s; /* Animation */	
}

.bloque_iconos_ods a img:hover{
	transform: scale(1.3); 
}





/* Estilos para mostrar las noticias individuales cuando son llamadas desde un menú (izdo. o gral.)*/
#contenido div.noticia_detalle h5 {
	font-size: 1.4em;
	padding-bottom:10px;
	font-weight:bold;
	color:#c00;
}

/*.noticias p { border-bottom: dotted 1px #FD0; }*/
#contenido div.noticia_detalle .separador_noticia1 {
	border-bottom: 1px solid #ccc;
}


#contenido div.noticia_detalle .separador_noticia2 {
	border-bottom: dotted 1px #ccc;
}
