#listado_menu a span,
.header-content-2 li a {
    background-position: center 35% !important;
    background-repeat: no-repeat !important;
    color: #ffffff;
    padding: 60px 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
}


/*
 * Menu lateral izquierdo
 */

#listado_menu {
    position: relative;
    margin: 0;
    width: 88px;
}

#listado_menu a {
    cursor: pointer;
    font-size: 12px;
    height: 82px;
    position: absolute;
    left: -84px;
    width: 82px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#menu_wheel, #menu_wheel_actual, #menu_wheel_deshab { top: 20px; }
#menu_wheel span { background: url('../img/menu-lat/btn_menu_01_b.png') no-repeat top left; }
#menu_wheel span:hover { background: url('../img/menu-lat/btn_menu_01_a.png') no-repeat top left; }
#menu_wheel_actual span, #menu_wheel_deshab span { background: url('../img/menu-lat/btn_menu_01_b.png') no-repeat top left; }
