@font-face {
  
  font-weight: normal;
}

body {  
  font-family: "Fira Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif;  
  color: #2e2e2e;  
  background-color: #5B4040;
}

h2, h3, h4, p {  
  margin-top: 1em;  
  margin-right: 1em;  
  margin-bottom: 1em;  
  margin-left: 1em;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;  
  font-size: 100%;  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

#titulo {   
  display: block;  
  color: #6B5F86;  
  text-align: center;  
  font-weight: bold;
}

#fecha {  
  font-family: Arial;  
  padding-top: 2px;  
  padding-right: 0px;  
  padding-bottom: 2px;  
  padding-left: 0px;  
  font-size: 0.8em;  
  color: #531519;  
  text-align: left;  
  margin-right: 50px;
}

#columna {  
  background-color: #54BA46;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  width: 70%;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  padding-top: 30px;  
  padding-right: 0px;  
  padding-bottom: 30px;  
  padding-left: 0px;  
  display: table;
}

.parrafo {  
  color: #333333;  
  text-align: justify;  
  font-weight: normal;  
  margin-left: 2em;  
  margin-right: 2em;
}