/* Site.css - diseño labaguaseindustrias.com.ar */

/* DEFAULTS */
body {
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: left;
    margin-left: 2px;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    font-weight: 700;
    margin-bottom: 0;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 7px;
}

h3 {
    font-size: 1.2em;
}

/* PRIMARY LAYOUT */
.page {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    margin: 20px auto 0 auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    background: #4b6c9e;
    width: 100%;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header h1 {
    border: none;
    margin: 0;
    padding: 0 0 0 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.clear {
    clear: both;
}

.footer {
    color: #4e5766;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
    height: 27px;
}

/* TAB MENU - diseño sitio original */
div.hideSkiplink {
    background-color: #3a4f63;
    padding: 4px 20px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

div.menu ul li {
    display: inline-block;
}

div.menu ul li a,
div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a.active,
div.menu ul li a.active:visited {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
