body {

margin: 0;
font-family: monospace;
z-index:1;
}

/* estilos de galeria */

h1 {
color: #fff;
text-align: center;
}
.galeria {
width: 90%;
max-width: 500px;
margin: auto;
list-style: none;
padding: 20px;
box-sizing: border-box;
background-color: #FFDB07;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
display: -webkit-flex;
justify-content: space-around;
-webkit-justify-content: space-around;
border-radius: 22px;
}
.galeria li {
margin: 5px;
}
.img1 {
width: 140px;
height: 100px;
border: 2px solid #fff;
}

.img2 {
width: 120px;
height: 120px;
border: 2px solid #fff;
}

/* estilos del morral */
/*
.morral {
visibility: hidden;
opacity: 0.5;
}
*/

.morral {
visibility: hidden;
opacity: 0;
height:0px;
width:0px;
overflow: hidden;
}

.morral:target {
visibility: visible;
opacity: 1;
transition: all 0.4s;
display: block;
position: fixed;
background: rgba(0,0,0,0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
}

.morral h3 {
color: #fff;
font-size: 30px;
text-align: center;
margin: 15px 0;
}

.imagen {
max-width: 100%;
height: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: auto;
margin-left: auto;
}

.imagen a {
color: #fff;
font-size: 40px;
text-decoration: none;
margin: 0 5px;
}

.imagen a:nth-child(2) {
margin: 0;
height: 100%;
flex-shrink: 2;
}

.imagenH {
max-width: 100%;
border: 7px solid #fff;
box-sizing: border-box;
}

.imagenV {
max-width: 100%;
border: 7px solid #fff;
box-sizing: border-box;
}

.cerrar {
display: block;
background: #fff;
width: 25px;
height: 25px;
margin: 15px auto;
text-align: center;
text-decoration: none;
font-size: 25px;
color: #000;
padding: 5px;
border-radius: 50%;
line-height: 25px;
}

a, a:hover, a:visited, a:active, a:link {
color:#000;
font-weight: bold;
text-decoration: none;
}

.contacto {
width: 90%; min-height: 50px; background-color: #FF99CC; margin-right: auto; margin-left: auto; font-size: 23px; text-align: center;
line-height: 27px;
border-radius: 22px;
}



#contactar {
margin-top:10px;
visibility: visible;
margin-right: auto; margin-left: auto;
opacity: 1;
height: auto;
width: 80%;
min-width: 150px;
background: #003044;
padding: 15px 0;
font-size: 27px;
border-radius: 22px;
color: #FFF;
}

.white{color: white; }

@media (max-width:786px){

#contactar {
margin-top:10px;
visibility: visible;
transition: none;
opacity: 1;
height: auto;
width: 33%;
min-width: 250px;
background: #003044;
padding: 15px 0;
font-size: 14px;
border-radius: 12px;
color: #FFF;
}

.img1 {
width: 75px;
height: 50px;
border: 2px solid #fff;
}

.img2 {
width: 34px;
height: 50px;
border: 2px solid #fff;
}

.morral:target {
visibility: visible;
opacity: 1;
transition: none;
display: block;
position: fixed;
background: rgba(0,0,0,1);
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index:5;
}

.morral h3 {
color: #fff;
font-size: 14px;
text-align: center;
margin: 5px 0;
}

}
