/**** 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;
padding-bottom: 1em;
border-bottom: 1px solid #ccc;
}
#secundaria h3 {
margin-bottom: 1em;
color: #000;
text-align: center;
font-size: 1.2em;
font-weight: bold
}


#destacada ul {
font-size: 1.2em;
font-weight: bold;
list-style-type: disc;
list-style-position: inside
}
#destacada li {
margin: 0.3em 0;
}
#destacada ul li, 
#destacada ul a{
color:#000;
text-decoration: none;
}
#destacada ul a:hover{
text-decoration: underline;
}
#secundaria ul {
list-style-type: disc;
list-style-position: inside
}
#secundaria ul li, 
#secundaria ul a{
color:#666;
font-style: italic;
text-decoration: none;
}
#secundaria ul a:hover{
text-decoration: underline;
}
