/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Aca termina el reset */
/* Aca termina el reset */
/* Aca termina el reset */

@font-face {
    font-family: 'bold';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'regular';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'medium';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'light';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'extralight';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-ExtraLight.ttf") format("truetype");
}

body {
  background-color: #7EA7FF
}

.contenedor {
  /*background-color: red;*/
  height: 60px;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  margin-bottom: 1%;
  margin-top: 3%;
}

div nav a {
  font-family: 'medium';
  font-size:17px;
  margin-right: 1%;
  margin-left: 1%;
  float:left;
  color: white;
  text-decoration: none;
}

div nav a img {
  position: absolute;
  top: 55px;
  left: 115px;
}

#menu1 {
  position: absolute;
  top: 70px;
  right: 385px;
  opacity: 0.5;
}

#menu2 {
  position: absolute;
  top: 70px;
  right: 230px;
  opacity: 0.5;
}

#menu3 {
  position: absolute;
  top: 70px;
  right: 100px;
  opacity: 0.5;
}

#menu4 {
  position: absolute;
  top: 70px;
  right: 355px;
  opacity: 0.5;
}

#menu5 {
  position: absolute;
  top: 70px;
  right: 380px;
  opacity: 0.5;
}

#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover{
  top: 60px;
  transition-duration: 0.2s;
  opacity: 1;
}



.cuerpo .titulo {
  /*background-color: blue;*/
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  margin-bottom: 10%;
  margin-top: 12%;

}

.cuerpo .texto{
  /*background-color: green;*/
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  margin-bottom: 8%;

}

h1 {
  font-family: 'bold'; font-size:80px;
  text-align: center;
  color: white;
  margin-bottom: 1%;
}

h2 {
  font-family: 'light';
  font-size:20px;
  text-align: center;
  color: white;
}

h3 {
  font-family: 'extralight';
  font-size:20px;
  text-align: center;
  color: white;
}

h4 {
  margin-left:30px;
  font-family: 'extralight';
  font-size:22px;
  color: white;
}



p {
  font-family: 'light';
  font-size:25px;
  text-align: justify;
  line-height: 1.6;
  color: white;
  margin-bottom:30px;
}

#texto1 {
  font-family: 'light';
  font-size:20px;
  text-align: justify;
  line-height: 1.6;
  color: white;
  margin-left:30px;
}

#img1 {
  width: 500px;
  height: 300px;
}

#img2 {
  width: 200px;
  height: 450px;
}

#img3 {
  width: 350px;
  height: 450px;
}

details summary {
  font-family: 'regular';
  font-size:22px;
  color: white;
  margin-bottom:30px;
}

summary:hover {
  margin-left: 20px;
  transition-duration: 0.2s;
  color: #496EBE;
  font-weight: bold;
}

.cuerpo .galeria {
  widows: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cuerpo .galeria li{
  margin: 5px;
  color: white;
}

.cuerpo .galeria li img{
  width: 300px;
  height: 300px;
  border-radius: 20px 20px 20px 20px;
}
