@charset "UTF-8";
html {
  font-size: 1em; }

.container {
  min-height: 900px; }

/* cabecera de la p├ígina */
.titulo {
  color: red;
  font-family: Garamond;
  font-size: 3rem;
  vertical-align: middle; }
  .titulo > span > small {
    font-size: 2rem;
    color: #ce6969; }

/* Logo */
.logo {
  margin: auto;
  height: 195px;
  width: 150px;
  background: url(../images/logo3.png) no-repeat left; }

.logo:hover {
  margin: auto;
  height: 195px;
  width: 150px;
  background-position: right; }

.nav {
  background-color: lightgray;
  width: 100%; }

#MenuGrande {
  padding: 2% 0;
  font-family: Garamond;
  font-size: 1.5rem;
  font-weight: 800; }
  #MenuGrande li {
    width: 14%;
    text-align: center;
    border-right: 2px solid #fff; }
  #MenuGrande li:last-child {
    border-right: none; }

.migas {
  visibility: hidden; }

@media (max-width: 768px) {
  #MenuGrande li {
    width: 100% !important;
    border-right: none !important; }
    #MenuGrande li a {
      font-size: 1.3rem !important; }

  .migas {
    font-family: Garamond;
    font-size: 1.5rem;
    font-weight: 800;
    visibility: visible;
    text-align: center;
    vertical-align: bottom !important;
    color: #337ab7; } }
@media (max-width: 1000px) {
  #MenuGrande li {
    width: 14.2%; }
    #MenuGrande li a {
      font-size: 1rem;
      padding-left: 5px;
      text-align: center; } }
@media (max-width: 1200px) {
  #MenuGrande {
    font-size: 1.2rem; } }
/* panel tab */
.tab-pane {
  width: 100%;
  border: 1px solid #000;
  background: url(../images/background-1990111_1280.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 5%; }
  .tab-pane > p, .tab-pane div[class^='col-'] > p, .tab-pane blockquote, .tab-pane blockquote > footer {
    font-size: 20px;
    font-family: Helvetica;
    text-align: justify;
    text-indent: 5%;
    margin: 2%; }
    .tab-pane > p:first-letter, .tab-pane div[class^='col-'] > p:first-letter, .tab-pane blockquote:first-letter, .tab-pane blockquote > footer:first-letter {
      text-transform: uppercase; }
    .tab-pane > p span, .tab-pane div[class^='col-'] > p span, .tab-pane blockquote span, .tab-pane blockquote > footer span {
      text-decoration: underline; }

/* Ventana modal */
.bs-example {
  margin: 20px; }

.modal-content iframe {
  margin: 0 auto;
  display: block; }

/* video adaptativo */
iframe.ytb-embed {
  max-width: 96% !important;
  display: block;
  margin: 10px auto; }

/* slider cronologia */
#miSlider .dia1, #miSlider .dia2, #miSlider .dia3, #miSlider .dia4, #miSlider .dia5, #miSlider .dia6, #miSlider .dia7, #miSlider .dia8, #miSlider .dia9, #miSlider .dia10, #miSlider .dia11 {
  height: 250px;
  width: 100%; }

#miSlider .carousel-caption {
  padding-bottom: 0px; }
  #miSlider .carousel-caption > h3 {
    color: red;
    font-weight: 900; }
#miSlider .text {
  font-size: 25px;
  font-weight: 800;
  font-family: Helvetica;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: justify;
  padding: 5% 10%; }
#miSlider .dia1 {
  background: url(../images/fondo1.png) no-repeat center center; }
#miSlider .dia2 {
  background: url(../images/fondo2.png) no-repeat center center; }
#miSlider .dia3 {
  background: url(../images/fondo3.png) no-repeat center center; }
#miSlider .dia4 {
  background: url(../images/fondo4.png) no-repeat center center; }
#miSlider .dia5 {
  background: url(../images/fondo5.png) no-repeat center center; }
#miSlider .dia6 {
  background: url(../images/fondo6.png) no-repeat center center; }
#miSlider .dia7 {
  background: url(../images/fondo7.png) no-repeat center center; }
#miSlider .dia8 {
  background: url(../images/fondo8.png) no-repeat center center; }
#miSlider .dia9 {
  background: url(../images/fondo9.png) no-repeat center center; }
#miSlider .dia10 {
  background: url(../images/fondo10.png) no-repeat center center; }
#miSlider .dia11 {
  background: url(../images/fondo11.png) no-repeat center center; }

@media (max-width: 500px) {
  #miSlider .text {
    font-size: 22px !important; }

  .dia1 {
    height: 320px !important; }

  .dia2 {
    height: 320px !important; }

  .dia3 {
    height: 320px !important; }

  .dia4 {
    height: 320px !important; }

  .dia5 {
    height: 320px !important; }

  .dia6 {
    height: 320px !important; }

  .dia7 {
    height: 320px !important; }

  .dia8 {
    height: 320px !important; }

  .dia9 {
    height: 320px !important; }

  .dia10 {
    height: 320px !important; }

  .dia11 {
    height: 320px !important; } }
/* formato imagenes verticales */
@media (max-width: 900px) {
  .imgVer {
    max-width: 80%;
    min-width: 200px; } }
.imgVer {
  padding: 5px;
  width: 100%; }

.imgHor {
  padding: 15px;
  width: 100%; }

/*# sourceMappingURL=main.css.map */
