@charset "utf-8";

@font-face {
    font-family: 'Arial';
    src: url('/arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

.tabla-dot {
    font: 15px/1 'Inter', sans-serif;
    color: #212427;
	font-weight: bold;
}

h1 { font: 45px/1 'Arial'; color: #F58734; font-weight: bold; word-spacing: 2px; margin-top: 5px; margin-bottom: 5px; letter-spacing: -1px; }
h2 { font: 37px/1 'Arial'; color: #0090D3; font-weight: bold; word-spacing: 2px; margin-top: 2px; margin-bottom: 5px; letter-spacing: -1px; }
h3 { font: 30px/1.4 'Arial'; color: #0090D3; font-weight: bold; word-spacing: 2px; margin-top: 2px; margin-bottom: 2px; }
h4 { font: 30px/1.4 'Arial'; color: #F58734; font-weight: bold; word-spacing: 2px; margin-top: 2px; margin-bottom: 2px; }
h5 { font: 13px 'Arial'; font-weight: bold; color: #212427; margin-top: 10px; margin-bottom: 10px; }
h6 { font: 12px 'Arial'; font-weight: lighter;color: #212427; margin-top: 1px; margin-bottom: 5px; }
p  { font: 16px 'Arial'; color: #212427; line-height: 1.2; margin-bottom: 5px; }
li { font: 14px 'Arial'; color: #212427; line-height: 1.2; margin-bottom: 5px; }
footer { margin-top: -1px; }

.tabla-1 { font: 13px/1 'Arial'; color: #212427; }
.tabla-1 a:link    { color: #F58734; text-decoration: underline; font-weight: bold; }
.tabla-1 a:visited { color: #F58734; font-weight: bold; }
.tabla-1 a:hover   { color: #0090D3; text-decoration: none; font-weight: bold; }
.tabla-1 a:active  { color: #0090D3; font-weight: bold; }

.tabla-dot { font: 12px/1 'Inter'; color: #212427; }
.tabla-dot a:link    { color: #F58734; text-decoration: none; font-weight: none; }
.tabla-dot a:visited { color: #F58734; font-weight: none; }
.tabla-dot a:hover   { color: #0090D3; text-decoration: none; font-weight: none; }
.tabla-dot a:active  { color: #0090D3; font-weight: none; }

.titular { font: 30px/1 'Arial'; color: #0090D3; font-weight: bold; }
.bajada { font: 20px 'Arial'; color: #212427; font-weight: bold; }

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

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

header { margin-bottom: 20px; }

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