ul{
margin:0;
}
li {list-style:none;}
#contenedor {float:none;}
.read-more {
  	font-size: 16px;
    font-weight: bold;
  	width:160px;
    background-color: #00b896;
    color: #094164;
    padding: 8px;
  	display:block;
}

a .attachment-post-thumbnail:hover {
opacity:0.6;

}
.read-more {
text-align:center;
text-transform: uppercase;
}
.read-more:hover {
background-color:#0a4167;
color:#fff;
}
.read-more:hover a{
color:#fff;
}

.noticia-post {
margin: 0 0 30px 0;
}
.categorias {
  margin: 15px 0;
}
.img_cat {
  width: 25px;
  height: 25px;
	}
.categorias li{
	list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:500;
  float: left;
  margin-right: 10px;
}
.cat-informes{
	list-style: none;
  font-size: 12px;
  margin-right:5px;
		margin-bottom:5px;
  }
.inf-btn{
margin-top: 15px;
}
.borde-round {
  border: 1px solid grey;
  display:inline-block;
  padding:3px 6px;
  border-radius: 25px;
	font-size:12px;
}
.borde-round:hover {
		border-color:#00b896;
}
.cat-informes-rectangular{
	border: 1px solid grey;
  display: block;
  margin:10px;
  padding: 5px;
}
.alinea-derecha {
	display:block;
	float:right;
	font-size:15px;
}
.img_cat_inf {
  width: 20px;
  height: 20px;
	}
.informes-fecha {
	font-size:12px;
  margin-bottom:10px;
}

.titulo {padding-top: 5px!important;}

.fecha {
	font-size:12px;
  color:#596d85;
}
/*ajusta tamaño de imagenes a box  ------------------------- */
.noticia-post .attachment-post-thumbnail {
	object-fit: cover;
	height:200px!important;
}
.informes-fit .attachment-post-thumbnail {
	object-fit: cover;
	height:250px!important;
  width: 200px!important;
	border:1px solid #ccc!important;

}

.informes-fit-big .attachment-post-thumbnail {
	object-fit: cover;
	height:250px!important;
  width: 200px!important;
}

.noticia-post-2 {
  list-style:none;
  float:left;
  width: 48%;
  margin-right:2%;
  margin-left:0;
  min-height:200px;
  margin-bottom:3%;
  padding:0;
  min-height:300px;

	}
.mod-izq{
  width:35%;
  margin-right:5%;
float:left;
}
.mod-izq-single{
  width:20%;
  margin-right:3%;
	float:left;
}
.mod-der {
  width:60%;
	float:left;
}

.noticia-post-3 {
  max-width: 29%;
  margin-left:2%;
  margin-right:2%;
  float:left;
  list-style:none;
  min-height:700px;
	}
.medios {
  min-height:600px;
	}
.medios a .attachment-post-thumbnail {border: 1px solid #ccc;}

@media (max-width: 960px) {
.noticia-post-3 {
  max-width: 100%;
  margin-right:5%;
  margin-left:5%;
  min-height:700px;
	}

.noticia-post-2 {
  list-style:none;
  float:left;
  width: 100%;
  margin-right:2%;
  margin-left:0;
  min-height:200px;
  margin-bottom:3%;
  padding:0;
	}
}

.noticia-post-3 .attachment-post-thumbnail {
	object-fit: cover;
	height:250px!important;
}

#btn-load {
		  clear:both;
}

.widget-title{
	font-family: 'Roboto', sans-serif;
  color: #596d85;
  border-bottom: 1px solid #596d85;
  padding-bottom:10px;
}


.beautiful-taxonomy-filters-tax {
		width: 25%!important;
		float: left!important;
		display:block!important;
		text-align: center;
}

.informes {
	width:50%;
  float:left;
  min-height:250px;
  margin-bottom:3%;
  padding:0;
}

.informes .wp-post-image {
	object-fit: cover;
	height:250px!important;
  width: 200px!important;
	border:1px solid #ccc!important;
}

.informes-img img {
		max-width: 100%;
		object-fit: cover;
		height: 100%
}

.form-news p {
		font-size: 14px!important;
		margin-top: 10px!important;
}

.mod-izq-info {
  width:35%;
  margin-right:5%;
	float:left;
}

	.mod-der-info {
  width:60%;
	float:left;
}

	#thumbnail-sm {
			display: none;
	}



@media (max-width: 1050px) {
	.mod-izq-info {
			width:90%;
			margin: auto;
			display: flex;
			justify-content: center;
	}
		#thumbnail-sm img {
				max-height: 300px;
				object-fit: contain;
		}
	#thumbnail-sm {
			margin: 35px auto;
			display: flex;
			justify-content: center;
	}
			#thumbnail-md {
			display: none;
	}
	.mod-der-info {
			width: 95%;
	}
}