article.post .entry-header h1.entry-title {
  font-size: 3rem;
}

.entry-content h1 {
  font-size: 3rem;
  margin-top: 0px;
}

.entry-content p {
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1.6;
}
.entry-content ul li {
  font-size: 1.7rem;
  font-weight: 100;
  line-height: 1.5;
  
}

.entry-content h3 {
  text-align: center;
}

.entry-content h2 {
  font-size: 2.4rem;
}

.entry-content ol li {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 100;
}
.widget_circleicon-widget .circle-icon-box p.text {
  font-size: 1.2rem;
}

.imagen_portada {
  display: block;
  margin: 20px auto;
}

#colophon #theme-attribution {
  color: #333131;
}

#colophon #theme-attribution a {
  color: #2e2e2e;
}

.panel-grid.panel-has-style>.panel-row-style {
  margin-top: 0px;
  padding-top: 0px;
}
.entry-content ol li {
  list-style-type: none;
}
h5 {
  font-size: 2rem;
  color: #0000cc;
  font-weight: bold;
  padding-bottom: 16px;
  text-shadow: 0.5px 0.5px 0.5px #F4E5E5;
}
address {
  font-size: 1.8rem;
  color: #8f8f8f !important;
  font-weight: 100;
  line-height: 1.5;
}
.main-navigation ul li a {
  font-size: 1.4rem;
  font-weight: 300;
}
.boton {
  padding: 10px;
  background-color: #EBB11A;
  color: #ffffff !important;
  font-weight: 400;
  border-radius: 10px;
}

.boton:hover {
  text-decoration: none;
  background-color: #003399 !important;
  color: #ffffff;
}
.boton2 {
  font-size: 3rem;
  padding: 10px;
  text-align: center;
  background-color: #EBB11A;
  color: #ffffff !important;
  font-weight: 400;
  border-radius: 10px;
  text-decoration: none;
}

.boton2:hover {
  text-decoration: none;
  background-color: #003399 !important;
  color: #fff;
}

.efecto img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.efecto img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*.borde-sup {
  width: 75%;
  height: 1px;
  margin: 16px auto;
  background-color: #ccc;
}*/

#lema {
  font-size: 3.5rem;
  font-weight: bold;
}

.color-lema {
  color: #EBB11A;
}

.tamaño-noticia {
  font-size: 2.5rem !important;
  font-weight: 300 !important;
  text-align: left !important;
}

.entry-content ul {
  margin-left: 0.5rem;
}
.hijo h4 a {
  color: #000000;
  font-weight: 400;
}

.hijo h4 a:hover {
  text-decoration: none;
  color: #000000;
}
h1{
  font-size:3rem !important;
}
#tituloprincipal{
  font-size:3rem !important;
}