@charset "UTF-8";

@import url("tipografias.css");

body {
    margin: 0 auto;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 10px;
    background: #eee;
}

p {
    font-size: 12px;
    color: #000000;
}

h1 {
    margin: 0;
    margin-bottom: 1.0E-4pt;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
  text-align: left;
}

.wrapper {
    background: white;
    width: 100%;
    padding: 20px;
}

.headerInfoleg
{
    background: #242C4F;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}