

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: EstiloScript;
	font-weight: normal;
	font-style: normal;
	color: #E91867;
	font-size: 1.1em;
	background-color: #ED6879;


}

.container {
    background-color: #fff;
    border: 4px solid #E7285F;
    border-right: 4px solid #E7285F;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin: 0;  
    font-family: 'Noto Serif', sans-serif;
    font-size: 0.8em;
    line-height: 1.6em;
}

p.estilo {
    font-family: EstiloScript;
	font-size: 1.1em;
	line-height: 0.5em;
}

dt, dd {
    line-height: 1.8em;
}

dd.noto {
    line-height: 0.8em;
}

.noto {
    font-family: 'Noto Serif', sans-serif;
    font-size: 0.8em; 
}

label {
    font-size: 0.9em;
}

#foto {
    background: url('../img/genr.jpg') -50px -60px;
    height: 440px;
    border-radius: 5px;
}

.script {
    font-family: P22DearestScript;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

.large {
    font-size: 4.0em;
    margin-top: 35px;
    margin-bottom: 5px;
}

.hero-unit {
    background: #fff;
    margin-top: -50px;
    font-size: 1.1em;
    margin-bottom: -10px;
}

a.btn {
    font-family: sans-serif;
}

a.centered {
    display: block;
    text-align: right;
}

.colored {
    background-color: #fee;
    border-radius: 5px;
}

.colored div.text {
    padding: 0 8px 16px 8px;
}

h2.smaller {
    font-size: 1.4em;
}


footer p {
    margin: 8px auto 10px auto;
    text-align: center;
    color: #888;
    font-size: 0.8em;
}

footer p a {
    color: #aaa;
}

dl.dl-horizontal dd {
    padding-bottom: 10px;
}

dl.dl-horizontal dd b {
    font-size: 1.1em;
}




.site-sidenav {
  width: 150px;
  margin: 30px 0 0 40px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.site-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}


.site-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.site-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.site-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.site-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.site-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.site-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.site-sidenav .active .icon-chevron-right,
.site-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.site-sidenav.affix {
  top: 40px;
}
.site-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.nav-list>.active>a {
    background-color: #ED6879;
}










