@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800');


body {
  margin: auto;
  color: #19282c;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}



a {
  font-weight: bold;
    color: #1471a6;

}

ul {
    list-style-image: url('img/punto-color.png');
}

#encabezado {
  background-image: url(img/portada.jpg);
  height: 500px;
  background-position: center;
}

#logo {
  margin: auto;
  text-align: center;
  margin-top: -180px;
}

#contenido {
  max-width: 1150px;
  margin: auto;
  display: block;
}


#contenido-1 {
  width:45%;
  padding:2.5%;
  float: left;
}

#contenido-2 {
  width:45%;
  padding:2.5%;
  float: right;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.block {
  margin-top: 20px;
  margin-bottom: 20px;
}
li {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-2 {
  color: #1471a6;
  font-weight: bold;
}

#pie {
  display: block;
  width: 100%;
  background-color: #1471a6;
  height: 80px;
  color: white;
  text-align: center;
  padding-top: 20px;
}

.fix {
  height: 178px;
}

#anios {
  position: absolute;
  margin-top: -37%;
  margin-left: 84%;
  width: 164px;
}
