div.blog-section , .normal-text, div.blog-section p {
  color: #615e5e !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 1.875rem;
}


.info p.normal-text{
  color:white !important;
}

.blog-section-title, div.blog-section h2 {
  color: #615e5e !important;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem ;
}

.blog-section, div.blog-section ul {
  padding-bottom: 1rem;
  list-style-type: square;
  padding-left: 2em !important;
}

.blog-section, div.blog-section li {
  padding-bottom: 1em !important;
}

.blog-section, div.blog-section li a {
  color:#435ea6;
}

.blog-section, div.blog-section h1 {
  color:#435ea6 !important;
  padding-top:1rem;
  font-size: 130%;
  padding-bottom: 1rem;
}

.blog-section, div.blog-section h3 {
  color:#435ea6 !important;
  padding-top:1rem;
  font-size: 110%;
  padding-bottom: 1rem;
}

img.borde {
  border: 1px solid #ccc;
}

img.alignright, div.blog-section {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}

img.aligncenter, div.blog-section {
    clear: both;
    display: block;
    margin: 0.375em auto 1.75em;
}

img.alignleft, div.blog-section {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
