/*
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*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#D0DFFF), to(#FFFFFF)) fixed;*/
  background: rgb(166,194,255);
  background: linear-gradient(180deg, rgba(166,194,255,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 100%);
}


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

      div nav a {

      }

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

      #menu1 {
        position: absolute;
        top: 70px;
        right: 410px;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
      }

      #menu2 {
        position: absolute;
        top: 70px;
        right: 250px;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
      }

      #menu3 {
        position: absolute;
        top: 60px;
        right: 100px;
        display: inline-block;
        border-radius:20px;
        background-color: #88ACFB;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
        }

      #menu1:hover, #menu2:hover {
        top: 60px;
        transition-duration: 0.2s;
        color: #798DD1;
      }


      #menu3:hover {
        top: 50px;
        transition-duration: 0.2s;
        color: #798DD1;
        display: inline-block;
        border-radius:20px;
        background-color: #88ACFB;
        padding: 10px;
        color: white;
        text-decoration: none;
      }

      #menuf:hover{
        transition-duration: 0.2s;
        opacity: 0.5;
        bottom: 20px;
      }

      #menuf{
        font-family: 'regular';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        color: white;
        text-decoration: none;
        text-align: center;
      }

/*titulo*/
      .cuerpo {
        /*background-color: blue;*/
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 5%;
        margin-top: 5%;
      }

      .cuerposn {
        /*background-color: blue;*/
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 15%;
        margin-top: 5%;
      }


.cuerpo .texto{
  /*background-color: green;*/
  margin-right: 16%;
  margin-left: 16%;
  margin-bottom: 20%;
  margin-top: 5%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.left {
  float: left;
}

.footer1 {
  padding: 60px;
  background-color: #41B69D;
  height: 150px;
  text-align-last: center;
}



h1 {
  font-family: 'bold';
  font-size:35px;
  text-align: center;
  color: #7A7A7A;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

h2 {
  font-family: 'extralight';
  font-size:20px;
  text-align: center;
  color: #7A7A7A;
  margin-top: 30px;
}

h2 {
  font-family: 'regular';
  font-size:20px;
  text-align: left;
  color: #7A7A7A;
  margin-top: 30px;
  margin-bottom: 30px;
}


p {
  font-family: 'light';
  font-size:18px;
  text-align: justify;
  line-height: 1.6;
  color: #7A7A7A;
  margin-bottom:30px;
}

summary {
    font-family: 'regular';
    font-size:20px;
    line-height: 2;
    color: #7A7A7A;;
}

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

ul {
  align:left;
    color: #7A7A7A;
}

li {
  font-family: 'light';
  margin-left: 6%;
  text-align: left;
  align: left;
  line-height: 1.6;
    color: #7A7A7A;
}

#logofooter{
margin-top: 60px;
margin-left: auto !important;
margin-right: 0 !important;

}

.galeria {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 2%;
  margin-top: 2%;
}

div.foto1, div.foto2{
  display: inline-block;
   vertical-align: top;
   width: 49.5%;
   text-align: center;
}

#foto{
  height: 200px;
  border-radius: 20px 20px 20px 20px;
  margin-left: auto;
  margin-right: auto;

}

#pfoto{
text-align: center;
margin-left: auto;
margin-right: auto;
}
