.latest-post-selection {
    clear: both;	background:#f7eced;
}

.latest-post-selection, .latest-post-selection * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	font-size: 13px;
}.latest-post-selection h2{	font-size: 15px;	color: #c85a5d !important;	padding-left: 25px !important;	text-align:left;}
.latest-post-selection p{		color:#000000;	    padding-left: 25px !important;		text-align:left;	}
.latest-post-selection article {
    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    background-color: #FFF;    box-sizing: border-box;        margin-bottom: 1%;    padding: 1%;    width: 49.5%;    float: left;		margin-top: 18px;}.latest-post-selection article:nth-child(2) {	        border-right: 3px solid #c85a5d;}.leer{	color:#c85a5d !important;	font-weight:bold !important;}
.latest-post-selection.two-columns article {
    float: left;
    height: 400px;
    margin-right: 1%;
    margin-bottom: 1%;
    max-height: 400px;
    overflow: hidden;
    width: 49.5%;
}

.latest-post-selection.two-columns article:nth-child(2n) {
    clear: right;
    background-color: #EEE;
    border: 1px solid #DDD;
    margin-right: 0px;
}

.latest-post-selection.three-columns article {
    float: left;
    height: 200px;
    max-height: 200px;
    margin-right: 1.1%;
    overflow: hidden;
    width: 32.6%;
}

.latest-post-selection.three-columns article:nth-child(3n+2) {
    background-color: #EEE;
    border: 1px solid #DDD;
}

.latest-post-selection.three-columns article:nth-child(3n) {
    clear: right;
    background-color: #DDD;
    border: 1px solid #CCC;
    margin-right: 0px;
}

.latest-post-selection article img {
    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    float: left;    margin: 0.5%;    margin-right: 1%;    max-width: 99%;    float: right;    height: 100%;    margin-left: 15px;    margin-right: 10px;    margin-top: 30px;
}

.latest-post-selection article h1 {
    font-size: 2em;
    line-height: 1em;
    margin: 0px;
    margin-bottom: 5px;
}

.latest-post-selection article .read-more {
    float: right;
}

.latest-post-selection article .read-more-wrap {
    text-decoration: none;
}

.latest-post-selection article .tags:before {
    content: "Tags: ";
}

.latest-post-selection.pages {
    clear: both;
    display: table-row;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.latest-post-selection.pages li {
    display: inline-block;
    float: left;
    list-style-type: none;
    position: relative;
    vertical-align: middle;
}

.latest-post-selection.pages li:first-child {
    margin: 1px;
    padding: 5px;
    padding-left: 0px;
}

.latest-post-selection.pages li a {
    display: block;
    line-height: 24px;
    margin: 1px;
    min-width: 24px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.latest-post-selection.pages li.current a {
    font-weight: bold;
}
