/**** PORTADA ****/
#destacada, #secundaria {
float: left;
height: 100%;
}
#destacada {
width: 70%;
padding-right: 1em;
border-right: 1px solid #ccc;
overflow: hidden;
}
#destacada div.widget {
margin-bottom: 1.5em;
}

#secundaria {
padding-left: 1.5%;
width: 25%;
}
#secundaria div.widget {
margin: 1em 0em;
border-bottom: 1px solid #ccc;
}
#secundaria h3 {
margin-bottom: 1em;
color: #000;
text-align: center;
font-size: 1.2em;
font-weight: bold
}