/*
  Hoja de Estilos CSS3
  Club - Paneuromean
  (cc) 3con14, Dic 2015
*/

@import url(https://fonts.googleapis.com/css?family=Courgette|Open+Sans:300);

 /* Modificaciones al Template */
 html {
    font: 100 1.1em/1.2em "Open Sans",Helvetica, sans-serif;
    text-shadow: 0 0 0.75px rgba(0,0,0,0.2);
 }
 body {
    background: #edede8;
}
.uk-navbar-toggle::after {
    color: steelblue;
    font-size: 2em;
}
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav {
    background: rgba(0, 64, 128, 0.3);
}
/*.uk-navbar-nav > li > a[href="#"]*/
.uk-navbar-nav > li > a {
    font-size: 1.5em;
    cursor: pointer;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a::before {
    width: 30px;
}

.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li.uk-active > a {
    font-size: 1.6em;
    font-weight: 600;
}
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li.uk-active > a::before {
    background: #fff;
    height: 2px;
    width: 50px;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin: 0 0.5em;
    width: 14px;
}
.tm-sidebar-wrapper .tm-sidebar-menu-container .tm-sidebar-nav .uk-navbar-nav > li > a {
    border-color: -moz-use-text-color -moz-use-text-color rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
/*.tm-navbar, .tm-toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0,0,0,0.5);
    padding: 0;
}*/
.dp-container .page-header {
    border-bottom: 10px solid #eee;
    font-size: 1.5em;
}
.dp-container h2 {
    font-size: 1.2em;
}
.dpcal-event-header {
    border-bottom: 2px solid #eee;
}
/* ---------------------------------------
   Nuevas Reglas
-----------------------------------------*/
.logo {
    background: rgba(255,255,255,0.8);
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.logo-mobile {
/*    background: rgba(0, 0, 100, 0.1);
    border-radius: 50%;
    max-width: 85%;*/
    position: relative;
    top: -60px;
}
.bg-b {
  padding: 0.1em 0;
  margin-bottom: 0.5em !important;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
.txt-manu {
    font-family: "Courgette",georgia, serif;
}
.txt-tam2 {
    font-size: 1.2em;
    line-height: 1.3em;
}
.visitorcounter {
    line-height: 0;
    font-size: 0.8em;
}