.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: #1b2c3e;
	text-decoration: none;
}

/* Article excerpt */

.mediotres li div p{
    line-height: 20px;
    color: #5d5d5d;

    margin: 20px 0;
}

/* Read more */

.mediotres li a.read-more{
    background-color: #87bcd7;
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 2px;
    margin: 20px 0;
    font-weight: bold;
}

@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;
}
	}
