.menu-principal span{
  color: #000;
  font-size: 0.9rem;
}

.menu-principal li{
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
}

.menu-centrado{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.titulo-menu h2{
  font-weight: bold;
  border-bottom: solid 3px #b33033;
}

.titulo h2{
  border-bottom: solid 3px #b33033;
}

.imagen-full{
  width:100%;
}

.imagen-full img{
  width:100%;
}

.margen-superior{
  margin-top: 20px;
}

.margen-superior-social{
  margin-top: -135px;
}

.centrado{
  display: flex;
  justify-content: center;
  align-items: center;
}

.centrado-normal{
  display: flex;
  justify-content: left;
  align-items: center;
}

.borde-redondo{
  border-radius: 7px;
  border-top: solid 10px #e51937;
}

.borde-superior{
  border-top: solid 3px #fff;
}

.menu-footer{
  border-left: 3px solid #fff;
  align-self: center;
  text-align: left;
}

.menu-footer a{
  margin: 4px
}

.menu-footer ul{
  display: inline-grid;
}

.calendario a{
  font-weight: bold;
}

.tabla{
  border: solid 1px;
}

.tabla-ancho1{
  width: 50% !important;
}

.tabla-ancho{
  width: 80% !important;
}

.tabla-fondo{
  background-color: #b33033;
  color: #fff;
}

.contenido{
  line-height: 1.4rem;
}

.contenido p{
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.contenido ul{
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.linea{
  border-bottom: 1.5px solid #b33033 !important;
}

.planilla a{
  color: #b33033;
  font-style: italic;
  font-weight: bold;
}

.com-dpcalendar-blog .dp-event__title {
  font-size: 1.2rem !important;
}

.com-dpcalendar-event .dp-heading {
  font-size: 1.1rem !important;
}

@media (max-width: 30rem){
  .ocultar-mobile{
    display:none !important;
  }
  .fuente-slider{
    font-size: 10px;
  }
}

.polaroid{
  width: 98%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.mod-dpcalendar-upcoming-default__information .dp-link{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.mod-dpcalendar-upcoming-default__date{
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -15px;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 #b33033;
}

#g-header a {
    color: #fff;
}

.users-profile-custom-dpcalendar {
    visibility: hidden !important;
}

.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
    border-radius: 0.5rem !important;
}