#colophon > div:nth-child(2) > div > div{display:none}
.main-navigation a {
    padding: 0px 10px;
}
/*
.current-menu-ancestor, .current-menu-item, .current_page_item {
background-color:#930b39;
}
*/

.site-header.main-navigation .current_page_item > a, .site-header .main-navigation .current-menu-item > a, .site-header .main-navigation .current_page_ancestor > a{
color:#930b39 !important;
font-weight: bold;
}
/*menu secundario*/
@media (min-width: 868px) {
#secondary{position:fixed;}
#main{min-height:500px}
}
#secondary .current-menu-item{
font-weight: bold;}

/*ocultar segundos botones de impresion*/
.pf-content  .pf-content div.printfriendly{
display:none;}

.printfriendly {display:none}

ul.enlacesPie {
    list-style: none;   
    margin: 0 0 0 0em;
}
ul.enlacesPie li{-webkit-padding-start: 0px;
}
footer h1.widget-title {
    text-transform: none;
}

/*menú secundario */
div#secondary {    background: white;}

@media handheld, only screen and (max-width: 867px) and (min-width: 466px){
body.push-body-toleft div#secondary {
    position: fixed;
    top: 100px;
    width: 228px;
    background: rgba(250, 230, 248, 0.92);
    padding: 10px;
    right: 239px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#secondary {
    position: fixed;
    top: 100px;
    width: 228px;
    background: rgba(250, 230, 248, 0.92);
    padding: 10px;
    right: -228px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
}
.social-bar{border-top: none}
