.mediotres{
    list-style:none;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0;
}

.mediotres li{
    display: inline-block;
    box-sizing:border-box;
	vertical-align: top;
    background-color: #fff;

    font: normal 13px ;
    text-align: left;

    margin: 10px;
    max-width: 360px;
}

/* Article photo */

.mediotres li > a{
    display: block;
    width: 100%;
    height: 155px;
    overflow: hidden;
	border-radius: 2%;
}

.mediotres li > a img{
    width: 100%;
	
}

.mediotres li div{
    padding: 20px 10px;
}

.mediotres li img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

/* Article title */

.mediotres li h2{
    font: bold 16px ;
    margin:0;
	text-align:center;
}

.mediotres li h2 a{
	color: #6B7453;
	text-decoration: none;
}

/* Article excerpt */

.mediotres li div p{
    line-height: 20px;
    color: #5d5d5d;

    margin: 20px 0;
}

/* Read more */

.mediotres li a.read-more{
  border: 0;
  color: #fff;
  height: 50px;
  line-height: 48px;
  font-size: 0.9rem;
  padding: 0 40px;
  background: #8ecf3f;
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.mediotres li a.activa{
  border: 0;
  color: #fff;
  height: 50px;
  line-height: 48px;
  font-size: 0.9rem;
  padding: 0 40px;
  background: #f05fa4;
  display: inline-block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.mediotres a.read-more:hover {
  opacity: 0.6;
}


@media (max-width: 790px){
	.mediotres li{
    display: inline-block;
    box-sizing:border-box;
	vertical-align: top;
    background-color: #fff;

    font: normal 13px ;
    text-align: left;

    margin: 10px;
    max-width: 560px;
}
	}
