@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

* {
    padding: 0; margin: 0; 
    font-family: 'Raleway', sans-serif;
    margin: 0; padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body { background-color: #FAFAFA; color: white; }

h1, h2, h3 { margin: auto; text-align: center; padding: 8px; }
h1 { font-size: 24px; }
h1.titulo_pag { border-bottom: 1px solid white; display: inline-table; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }

.link_h { cursor: pointer; }
.link_h:hover { background-color: #F2F2F2; color: black; }

p { text-align: justify; margin-bottom: 8px; line-height: 1.5; font-size: 16px; }

a { text-decoration: none; color:#0174DF; font-weight: bold; list-style: none; }

article { width: 98%; padding: 25px 10px 80px 10px; }
article img {max-width: 90%;}