@charset "utf-8";

body { padding-left: 30px; background-image: url('https://www.marambio.aq/images/fondoaq2017.jpg'); background-color: #FFFFFF; background-attachment: fixed; background-repeat: repeat-y; font-family: 'Inter', Arial, sans-serif; }

@font-face {
    font-family: 'Inter';
    src: url('/inter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 { font-size: 2.8rem; line-height: 1; color: #F58734; font-weight: bold; word-spacing: 2px; margin-top: 5px; margin-bottom: 5px; letter-spacing: -1px; }
h2 { font-size: 2.3rem; line-height: 1; color: #0090D3; font-weight: bold; word-spacing: 2px; margin-top: 2px; margin-bottom: 5px; letter-spacing: -1px; }
h3 { font-size: 1.9rem; line-height: 1.4; color: #0090D3; font-weight: bold; margin-top: 2px; margin-bottom: 2px; }
h4 { font-size: 1.9rem; line-height: 1.4; color: #F58734; font-weight: bold; margin-top: 2px; margin-bottom: 2px; }
h5 { font-size: 0.9rem; font-weight: bold; color: #212427; margin-top: 10px; margin-bottom: 10px; }
h6 { font-size: 0.8rem; font-weight: lighter; color: #212427; margin-top: 1px; margin-bottom: 5px; }

p  { font-size: 1rem; color: #212427; line-height: 1.2; margin-bottom: 5px; }
li { font-size: 0.9rem; color: #212427; line-height: 1.2; margin-bottom: 5px; }

p a:link,
p a:visited { color: #F58734; font-weight: bold; text-decoration: none; }

p a:hover,
p a:active { color: #0090D3; font-weight: bold; text-decoration: none; }

header { margin-bottom: 20px; }
footer { margin-top: -1px; }
footer img { max-width: 100%; height: auto; display: block; }

img { max-width: 100%; height: auto; }

.logo   { margin-top: 2px; margin-bottom: 2px; }
.imagen { background-color: #F2F2F2; padding: 5px; margin-top: 10px; margin-bottom: 10px; }
.foot   { margin-bottom: 2px; }

.tabla-1 { font-size: 0.8rem; color: #212427; }
.tabla-1 a { color: #F58734; font-weight: bold; }

.tabla-dot { font-size: 0.75rem; color: #212427; font-weight: bold; }
.tabla-dot a { color: #F58734; text-decoration: none; }
.tabla-dot a:hover { color: #0090D3; }
