@charset "UTF-8";
/* CSS Document */

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ee710");
  
@font-face {
  font-family: "Dossier-ThinItalic";
  src: url('/webFonts/DossierThinItalic/font.woff2') format('woff2'), url('/webFonts/DossierThinItalic/font.woff') format('woff');
}
@font-face {
  font-family: "Dossier-Thin";
  src: url('/webFonts/DossierThin/font.woff2') format('woff2'), url('/webFonts/DossierThin/font.woff') format('woff');
}

body {
    font-family: "Dossier-ThinItalic";
    font-size: .8em;
}

h1 {
    font-size: 1.5em;
}

.container {
    max-width: 1280px;
}

a {
    color: #000;
}
a:hover {
    color: #b2272d;
    text-decoration: none;
    
}

.nounderline {
    text-decoration: none;
}

.caja {
    border-top: thin;
    border-top-color: #b2272d;
    border-top-style: solid;
    padding-top: 5px;
}