h1,
h2 {
  color: rgb(0, 0, 0);
  font-weight: lighter;
  text-decoration: solid;
  text-align: center;
  font-size: large;
  font-family: Arial;
}

/* h2 {
  font-style: italic;
} */

@font-face {
  font-family: "Marzo";
  src: url("webjuanlacomba/fuentes/marzo.woff2");
}



h1 {
  font-family: "Marzo", light;
  font-size: 375%;
}

img.capilla {
  max-width: 100%;
  height: auto;
  padding-top: 60px;
}

div p a.foter {
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 100%;
  font-family: arial;
}

div a.aqui {
  text-decoration: none;
  color: black;
  font-size: 120%;
  text-align: center;
  font-family: Arial;
}

div.portada {
  text-align: center;
}

a:hover {
  color: rgb(112, 112, 112);
}

ul {
  list-style: none;
  padding: 5px 5px;
  margin: 2px;
  font-family: Arial;
}

.pp {
  text-decoration: none;
  color: rgb(36, 35, 35);
}

li a.menu {
  text-decoration: none;
  color: rgb(207, 206, 206);
  /* display: block; */
}

li a {
  text-decoration: none;
  color: black;
  /* display: block; */
}


nav {
  text-align: center;
}
nav li {
  margin: 10px;
  display: inline-block;
  justify-content: normal;
  padding: 5px 2px 5px 20px;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgb(0, 0, 0);
}

li:first-of-type {
  border-left: none;
}
div.footer {
  position: bottom;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
  font-size: 75%;
  font-family: arial;
  margin-top: 250px;
}

div.div_contenedor img {
  display: inline;
  width: 300px;
  height: auto;
  padding-top: 60px;
}

div.div_contenedor {

  text-align: center;
}

div.parrafo {
  font-weight: lighter;
  padding: 0px 80px;
  font-family: sans-serif;
}

h2.aviso {
  font-style: normal;
  text-align: left;
  padding: 30px 80px;
  font-family: sans-serif;
}

h2.page-header {
  font-size: 25px;
  font-style: normal;
  font-family: Helvetica;
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

div.form-group {
  font-family: Helvetica;
  font-size: 14px;
}
div.col-md6 {
  text-align: left;
  font-family: Helvetica;
  font-size: 14px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

label {
  display: inline;
}

img.rotuloexpo {
  
  padding-top: 10px;
  text-align: center;
  max-width: 100%;
  height: auto;
}

img.rotulo {
  padding-top: 10px;
  text-align: center;
  max-width: 100%;
  height: auto;

}

div.bio img{
  
  padding-left: 10%;
  padding-right: 4%;
  float: left;;
  max-width: 75%;
  height: auto;
  display: inline;
  
}
div.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


p.bios {

  margin-top: 60px;
  font-weight: lighter;
  padding: 0% 5% 0% 10%;
  font-family: sans-serif;
  line-height: 160%;
   
}

p.bios2 {

  margin-top: 20px;
  font-weight: lighter;
  padding: 1% 5% 0% 10%;
  font-family: sans-serif;
  line-height: 160%;
   
}

a:link {
  color: black;
}

div.col-sm-10 {
  min-width: 768px;
  width: 83.33%;
}

.col-sm-10 {
  width: 83.3333%;
  float: left;
}
div.aqui  {
  padding-top: 40px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 120%;
  text-align: center;
  font-family: Arial;
}

div.youtube {
  padding-top: 60px;
  text-align: center;
}


div.columna1 {

  display: inline-block;
  padding: 1% 5% 0% 10%; 

}

div.columna2 {

  display: inline-block;
  padding: 1% 5% 0% 10%; 
}

div.columna1 li::before {
  content: "\2022";
  padding-right: 8px;
  color: rgb(12, 12, 97)
}

div.columna2 li::before {
  content: "\2022";
  padding-right: 8px;
  color: rgb(12, 12, 97);
}

div.columna1 li {
  font-weight: lighter;
  font-family: sans-serif;
  line-height: 160%;
}

div.columna2 li {
  font-weight: lighter;
  font-family: sans-serif;
  line-height: 160%;
}


h2.museo {
text-align: center;
  padding: 2% 5% 0% 10%;
}


/* Estilo de la galeria */
.galeria {

  width: 90%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.galeria img {

  width: 450px;
  padding: 20px;

}


/* Estilo del modal */

.modal {

  display: none;
}


.modal:target {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imagen {

  width: 100%;
  /* height: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.imagen a {

  color: #fff;
  font-size: 40px;
  text-decoration: none;
  margin: 0 10px;

}

.imagen a:nth-child(2) {

  margin: 0;
  /* height: 100%; */
  flex-shrink: 2;
}

.imagen img {

  width: 900px;
  max-width: 100%;
  border: 7px solid #fff;
  box-sizing: border-box;

}

.cerrar {

  display: block;
  background: #fff;
  width: 25px;
  height: 25px;
  margin: 15px auto;
  /* margin-top: 300px; */
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  color: black;
  padding: 5px;
  border-radius: 50%;
  line-height: 25px;

}

img.iconos {
  display: inline;
  width: 40px;
  height: auto;
  padding-top: 60px;
  padding-right: 20px;
}

div.redes {

  text-align: center;
}

.galeriap {

  width: 95%;
  margin: auto;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.galeriap img {

  width: 300px;
  padding: 20px;

}