@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

/* body {
  font-family: "Courier New";
  margin: 5px;
}
 */

/* Style para bibliografia */
p.biblio {
 font-family: 'ralewayregular';
font-weight:normal;
font-style:normal;
 width: 600px;
 margin-right: 25px;
  margin-left: 25px;
}

p.texto {
  
  
  font-family: "ralewayregular";
  font-size: 20px;
 margin-right: 15px;
  margin-left: 15px;
}

/* Style the header */
.header {
    font-family: "Courier New";
    font-size: 30px;
    background-color: #f1f1f1;
    padding: 20px;
    text-align: left;
}

/* Style the top navigation bar */
.topnav {
font-family: "Courier New";   
    overflow: hidden;
    background-color: #333;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: green;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 15px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
    .column {
        width: 100%;
    }






}

