/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #020;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  color: #fff;
}

.nav > li > a {
  text-decoration: none;
  color: #aaa;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #232;
  color: #fff;
}




/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

img {
    max-width: 100% !important;
}

a {
  color: #5d5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f77;
}

.text-muted {
  color: #999;
}

h1,
.h1,
h2,
.h2 {
  font-family: inherit;
  font-weight: 800;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  }

h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: inherit;
  font-weight: 400;
  color: #fda;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  }

h6,
.h6 {
  font-family: inherit;
  font-weight: 800;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  }

.jumbotron {
  padding: 30px 30px;
  text-align: center;
  background-color: transparent;
  border-color: #4cae4c;
}
.jumbotron p {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.jumbotron .btn {
  padding: 5px 24px;
}
.btn-success {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  color: #fff;
  background-color: #030;
  border-color: #090;
  width: 100%;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #070;
  border-color: #398439;
}

.btn-primary {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  color: #fff;
  background-color: #030;
  border-color: #090;
  width: 100%;
}

.btn-primary:hover {
  background-color: #070;
}

.btn-default {
  color: #fff;
  font-weight: 800;
  background-color: #090;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #0f0;
  border-color: #adadad;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}


.annos {
	font-family: Verdana, Tahoma, Helvetica, Arial; sans-serif;
	font-size: 25px;
	color: #bb3333;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

.meses {
	font-family: Verdana, Tahoma, Helvetica, Arial; sans-serif;
	font-size: 18px;
	color: #bb3333;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

.titulo {
	font-family: Verdana, Tahoma, Helvetica, Arial; sans-serif;
	font-size: 28px;
	color: #ffddaa;
	text-decoration: none;
	font-weight: 400;
	font-variant: small-caps;
}