
body{

}

h1 {
  font-size: 45px;
}
h2{
  font-size: 35px;
  font-weight: 700;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 22px;
  font-weight: 700;
}

/* Color del menu superior*/
#top-menu li.current-menu-item > a{
  color: #209e99 !important;
}

/*
#top-header #et-info {
  float: right;
}

.et-social-linkedin a.icon:before { content: '\e09d'; }

*/

/* Ajuste boton "Replay" comentarios */
span.reply-container {
  position: relative;
  float: right;
  padding: 20px;
}

/* Color de la seleccion de texto */
::-moz-selection {
  background-color: #209e99;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #209e99;
  color: #fff;
  text-shadow: none;
}

/* Quita la barra gris del header */

#main-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}