@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
main{
    min-width: 320px;
    margin: 0 3%;
   
}
body{
background-color: #fff3e6;
} 

nav ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu{ 
  margin-bottom: 0.5%;
  width: 100%;
  height: 35px;
  background-color: #ACC6D1;
}

.menu li a{
    display: block;
    padding: 5px 11px;
    color:#fff3e6;
    text-decoration: none;
    background-color: #ACC6D1;
    height: 25px;
}

.menu > li{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff3e6;
    font-size: 12px;
    float: right;
    margin-right: 1%;
    height: 30px;
    background-color: #ACC6D1;
}

.menu li a:hover{
    background-color: #fff3e6;
    color:#ACC6D1;
}

.menu li ul{
    display: none;
    position: absolute;
    min-width: 118px;
}

.menu li:hover > ul{
    display: block;
}
    

.primero{
  background: url(imagenes/riachuelonuevonaranja.jpg) center no-repeat;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  float: left;
  background-size: cover;
}
.segundo{
    width: 49%;
    height: auto;
    float: right;
    margin-top: 256px;
 
}

.tercero{
    margin-right: 0%;
    margin-top: 14%;
}
.anticipando{
    background: url(lineas/lineasanticipando-01.png);
    height: 54px;
}

.tercero h1 {
    font-size: 1.2em;
    font-family: "Open Sans", sans-serif;
    color:#fff3e6;
    text-align: center;
    background-color: #a9c0cb;
    margin: 0 4% 10 5%;
}

.tercero p{
      text-align: center;
     font-family: "Open Sans", sans-serif;
     color: #fff3e6;
     font-size: 0.7em;
    background-color: #a9c0cb;
}

.secciones{
    width:100%;
    height: auto;
    float: left;
}
.rectangulo {
    background-color:#f2b975;
  margin-top: 1%;
  background-repeat: no-repeat;
  width: 40%;
  margin-right: 1%;
  height: 115px;
  float: left;
  text-align: center;
  padding: 5%;
}
.rectangulo a {
 
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color:#fff3e6;
  text-decoration: none;
  font-weight: 700;
}

.rectangulo-2 {
  background-image: url(lineas/lineas-02-01.png) ;
  margin-top: 1%;
  background-repeat: no-repeat;
  width: 39%;
  height: 115px;
  float: right;
  text-align: center;
  padding: 5%;
}
.rectangulo-2 a {
  /* padding: 23px 45px; */
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff3e6;
  text-decoration: none;
  font-weight: 700;
     background-color: #ad616e;
}

.rectangulo-3 {
  background-image: url(imagenes/actividadesgrande.jpg);
  margin-top: 0.9%;
  background-repeat: no-repeat;
  width: 90%;
  margin-right: 1%;
  height: 115px;
  float: left;
  text-align: center;
  padding: 5%;
  background-size: cover;
}
.rectangulo-3 a {
  /* padding: 23px 45px; */
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #fff3e6;
  text-decoration: none;
  font-weight: 700;
  margin-top: 10%;
    
}
.rectangulo-4 {
  background-image: url(lineas/lineas-04-01.png) ;
  margin-top: 1%;
  background-repeat: no-repeat;
  width: 39%;
  height: 115px;
  float: left;
  text-align: center;
  padding: 5%;
}
.rectangulo-4 a {
  /* padding: 23px 45px; */
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff3e6;
  text-decoration: none;
  font-weight: 700;
    background-color: #63839e;
}
.rectangulo-5 {
  background-color: #e07777;
  margin-top: 1%;
  background-repeat: no-repeat;
  width: 40%;

  height: 115px;
  float: right;
  text-align: center;
  padding: 5%;
}
.rectangulo-5 a {
  /* padding: 23px 45px; */
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff3e6;
  text-decoration: none;
  font-weight: 700;
     
}
.rectangulo-6 {
  background:#7f6687;
  margin-top: 0.9%;
  background-repeat: no-repeat;
  width: 90%;
  height: 49px;
  float: left;
  text-align: center;
  padding: 5%;
}

.rectagunlo-6 a {
margin-top: 2%;
float:right;

}

a {
text-decoration: none;}

.rectangulo a:hover{
    background-color: #fff3e6;
    color: #f2b975;
    
}
.rectangulo-2 a:hover{
    color: #ad616e;
    background: #fff3e6;
    
}

.rectangulo-3:hover{
    
   
	transition: opacity 0.2s linear;
    background-image: url(imagenes/actividadesgrandevioleta.jpg);
    }

.rectangulo-3 a:hover{
    
   
   
}
.rectangulo-4 a:hover{
    background-color: #fff3e6;
    color: #63839e;
    }
.rectangulo-5 a:hover{
    background-color: #fff3e6;
    color: #e07777;
    }


footer {
    background-color: #ACC6D1;
  margin-top: 1%;
  background-repeat: no-repeat;
  width: 100%;
  height: 12%;
  float: left;
}



nav > ul > li:hover div{
    display: table;
}


    .galeria {
  width: 17%;
  height: 40%;
  background-color: #fff3e6;
  float: left;
  padding-top: 1%;
}

    .galeria a {
      font-size: 0.7em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
    
    .galeria a:hover{
    color: #ad616e;
    
    
}

    .noticias {
  width: 18%;
  height: 40%;
  background-color: #fff3e6;
  float: right;
  padding-top: 1%;
}

    .noticias a {
      font-size: 0.7em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
     .noticias a:hover{
    color:#89d4e8;
    
    
}
    
        footer a img {
  float: left;
  width: 20%;
  padding-top: 2.5%;
  padding-left: 0.5%;
}

    footer p {
 font-family: "Open Sans", sans-serif;
  font-size: 0.5em;
  margin-left: 23%;
  width: 75%;
}


@media only screen and (min-width:600px){
    .segundo {
      margin-top: 254px;
    }
    
    .menu > li{
    font-size: 13px;
    
}


.menu li ul{
    display: none;
    position: absolute;
    min-width: 120px;
}
    
    .galeria {
  width: 14%;
  height: 60%;
  background-color: #fff3e6;
  float: left;
  padding-top: 1%;
}

    .galeria a {
      font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
    
    .galeria a:hover{
    color: #ad616e;
    
    
}

    .noticias {
  width: 16%;
  height: 60%;
  background-color: #fff3e6;
  float: right;
  padding-top: 1%;
}

    .noticias a {
      font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
     .noticias a:hover{
    color:#89d4e8;
    
    
}
    
        footer a img {
  float: left;
  width: 10%;
  padding-top: 2.5%;
  padding-left: 0.5%;
}

    footer p {
 font-family: "Open Sans", sans-serif;
  font-size: 0.6em;
  margin-left: 12%;
  width: 86%;
}

    
    
}

@media only screen and (min-width:768px){
    .segundo {
      margin-top: 272px;
    }
    .tercero{
    margin-right: 0%;
    margin-top: 14%;
}
.anticipando{
    background: url(lineas/lineasanticipando-01.png);
    height: 27px;
}

.tercero h1 {
    font-size: 1.2em;
    font-family: "Open Sans", sans-serif;
    color:#fff3e6;
    text-align: center;
    background-color: #a9c0cb;
    margin: 0 4% 10 5%;
}

.tercero p{
      text-align: center;
     font-family: "Open Sans", sans-serif;
     color: #fff3e6;
     font-size: 0.7em;
    background-color: #a9c0cb;
}
    
        .menu > li{
    font-size: 14px;
    
}


.menu li ul{
    display: none;
    position: absolute;
    min-width: 135px;
}
    
    .galeria {
  width: 12%;
  height: 60%;
  background-color: #fff3e6;
  float: left;
  padding-top: 1%;
}

    .galeria a {
      font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
    
    .galeria a:hover{
    color: #ad616e;
    
    
}

    .noticias {
  width: 14%;
  height: 60%;
  background-color: #fff3e6;
  float: right;
  padding-top: 1%;
}

    .noticias a {
      font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
     .noticias a:hover{
    color:#89d4e8;
    
    
}
    
        footer a img {
  float: left;
  width: 10%;
  padding-top: 2.5%;
  padding-left: 0.5%;
}

    footer p {
 font-family: "Open Sans", sans-serif;
  font-size: 0.7em;
  margin-left: 12%;
  width: 86%;
}

    
    
}


@media only screen and (min-width:1024px){
    main{
        width: 1024px;
        margin: 0 auto;
    }
    .segundo {
    width: 49%;
    margin-top: 236px;
}
   .tercero{
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 14%;
}
.anticipando{
    background: url(lineas/lineasanticipando-01.png);
    height: 33px;
}

.tercero h1 {
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    color:#fff3e6;
    text-align: center;
    background-color: #a9c0cb;
    margin: 0 4% 10 5%;
}

.tercero p{
      text-align: center;
     font-family: "Open Sans", sans-serif;
     color: #fff3e6;
     font-size: 0.8em;
    background-color: #a9c0cb;
    }
    
    
    footer a img {
  float: left;
  width: 10%;
  padding-top: 0.5%;
  padding-left: 0.5%;
}

    footer p {
 font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  margin-left: 12%;
  width: 86%;
}

        .menu > li{
    font-size: 15px;
    
}


.menu li ul{
    display: none;
    position: absolute;
    min-width: 149px;
}

    .rectangulo:hover{
    
   
	transition: opacity 0.2s linear;
    background-image: url(imagenes/imagenquienes.png);
    }

    .rectangulo-2:hover{
    
   
	transition: opacity 0.2s linear;
    background-image: url(imagenes/imagenproyecto-01-01.png);
    }
 .rectangulo-4:hover{
    
   
	transition: opacity 0.2s linear;
    background-image: url(imagenes/imagenzonas-01-01.png);
    }
.rectangulo-5:hover{
    
   
	transition: opacity 0.2s linear;
    background-image: url(imagenes/imagencontacto-01.png);
    }



.galeria {
  width: 12%;
  height: 70%;
  background-color: #fff3e6;
  float: left;
  padding-top: 1%;
}

    .galeria a {
      font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
    
    .galeria a:hover{
    color: #ad616e;
    
    
}

    .noticias {
  width: 12%;
  height: 70%;
  background-color: #fff3e6;
  float: right;
  padding-top: 1%;
}

    .noticias a {
      font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
  color: #5a3c66;
  text-align: center;
  font-weight: 700;
    }
    
     .noticias a:hover{
    color:#89d4e8;
    
    
}
    
}
    