@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Crete+Round);



nav {
  margin-left: 10%;
  margin-right: 10%;
}


body {
  padding-top: 50px;
    width: 100%;
    background-color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;

    margin-top: 0px;
    }

#contenedor {
width: 80%;
margin-left: auto;
margin-right: auto;
background-color: white;
padding: 20px;
box-sizing: border-box;
}

#logo {
  width: 10%;
  margin-top: -30%;

  margin-left: 10%;

}

.textouno {
margin-top: 10%;
margin-left:18%;
width: 30%;
float: left;}


.textodos {
margin-top: 10%;
margin-right:18%;
width: 30%;
float: right;

}
.paqtexto {
  font-family: 'lato';
  color:#1B1C20;
}

.titulouno {
font-family: 'crete round';
color:#34B297;
}

.gifs {
margin-top: 1%;
margin-right: 20%;
width: 20%;}

.gifs-1 {
margin-top: 3%;
margin-left: 20%;
width: 18%;}

.gifs-3 {
  margin-top: 4%;
margin-left: 5%;
width: 18%;}



#footer  {
     width: 100%;
     padding: 8px 15px;
    box-sizing: border-box;
    bottom: 0;
    clear:both;
    color:black;
    font-size: 10px;
    font-family: 'crete round';
    background-color: lightgrey;

     }
  #footer p {
      padding-left: 9%;
      width: 45%;
      margin-left: 20px;}

/* header menu */
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
}

ul.topnav li {
float:right;
}

ul.topnav li a {
font-family: 'lato';
display: inline-block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 14px;
}

ul.topnav li ul {
display: none;
}

ul.topnav li ul:hover {
display: block;
}
ul.topnav li a:hover {
background-color: #34B297;
}

ul.topnav li.icon {
display:none;
}



@media screen and (min-width:600px) {
#registro { display:block !important;
 }
#loginform {display:block !important; }}




/*aca abajo pantalla chica*/
@media screen and (max-width:600px) {
    ul.topnav li:not(:first-child)
        {display:none;}
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
        ul.topnav.responsive
            {position:relative;}
        ul.topnav.responsive li.icon {
            position:absolute;
            right: 0;
            top: 0;
        }
        ul.topnav.responsive li {
        float: none;
        display: inline;
        }
        ul.topnav.responsive li a {
        display: block;
        text-align: left;
        }

.gifs{ width: 80%;}
.gifs-1{
margin-left: 3%;
  width: 80%;
}
.gifs-3{
  width: 70%;
  margin-left: 1%;
}
.textouno{width: 80%;
margin-top:3%;
margin-left: 7%;}
.textodos{width: 80%;
  float:left;
margin-top:3%;
margin-left: 7%;}
#logo {
  margin-top: -15%;
  width: 30%;
}

  }
