body {
  font-family: "Open Sans";
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
p a {
  text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #404040;
}
a:hover,
a:focus {
  color: #0085a1;
}
a img:hover,
a img:focus {
  cursor: zoom-in;
}
blockquote {
  color: #808080;
  font-style: italic;
}
hr.small {
  max-width: 500px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}



/* MENU PRINCIPAL */

.color1{
  color: #ffffff !important;
}
.navbar {
      padding-top: 15px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 10;
      margin-bottom: 0;
      font-size: 20px;
      color:#000;
  }
 .navbar-nav  li a:hover {
      color:#fff !important;
      background-color: #9CD !important;
  }



/* SECCION ENCABEZADO */

.intro-header {
  background: no-repeat center center;
  /*background-attachment: fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
  /*margin-bottom: 80px;*/
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 120px 0 80px;
  color: #ffffff;
}



/* TITULOS INICIALES */

.titulo1{
  font-size: 45px !important;
  font-weight: 800;
  margin-top: 20px;
}
.titulo2{
  font-size: 40px !important;
}

.colortitcont{
  color: #fff !important;
}
.parrafos{
  font-size: 20px !important;
}




/* VINCULOS Y HOVER EN LOS POST */

.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085a1;
}
.post-preview > a > .post-title {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #808080;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085a1;
  text-decoration: underline;
}





/* PIE DE PAGINA */

footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}




/* BOTON */

.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085a1;
  border: 1px solid #0085a1;
  color: white;
}





