/* 
    Document   : styles
    Created on : 26/07/2014, 21:49:13
    Author     : Heiner
    Description:
        Purpose of the stylesheet follows.
*/

@media (max-width: 960px) {
    #logo img{ margin-left: auto; margin-right: auto; text-align: center; }
    #names_header { display: none; }
    #menus_footer { display: none; }
    #apoio_cultural { border-left: 1px solid #e5e5e5 }
    #mapa_google { border-left: 1px solid #e5e5e5 }
    #menu_navbar ul { margin-left: 0  }
}

@media (min-width: 960px) {
    #apoio_cultural { border-left: 1px solid #e5e5e5 }
    #mapa_google { border-left: 1px solid #e5e5e5 }
}

#menu_navbar li :hover{ background-color: #e7e7e7 }
#menus_footer li { margin-top: 10px }