body {
  font-family: 'Open Sans', sans-serif;
  background-color: #eee;
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Anton', sans-serif;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}

#contenido {
  background: none;
  box-shadow: none;
  max-width: none;
  margin: 0;
}

section {
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.inner-section {
  max-width: 800px;
  margin: auto;
  display: block;
  word-break: break-word;
  padding: 10px;
}

.dark-bg {
  background-color: #31353D;
  color: white;
}

.color-bg {
  background-color: #0066cc;
  color: white;
}

.lightcolor-bg {
  background-color: #A5E4FF;
}

.white-bg {
  background-color: #fff;
}

.h-banner {
  box-shadow: none;
}

.phasebar, .lean, .alignleft, .phasebar .inside {
  display: block;
  position: relative;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto -49px auto;
  box-shadow: none;
  text-align: center;
}

.phasebar .inside:before {
  display: none;
}

.pull-left {
float:left;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
max-width: 400px;
}

.pull-right {
float:right;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
max-width: 400px;
}