@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

a:link {text-decoration:none; color:#000000;} /* Link no visitado*/
a:visited {text-decoration:none; color:#000000} /*Link visitado*/
a:active {text-decoration:none; color:#aeba00;} /*Link activo*/
a:hover {text-decoration:none; color:#aeba00;} /*Mause sobre el link*/

body {
   background-color:withe;
}

.contenedor {
    margin:0 auto;
    width:100%;
    max-width:1500px;
    background-color:#FFFFFF;

}



.centro {
      margin-left:5%;
}




#cartel1 {
    width:100%;
    height:auto;
    margin-top: -7px;
    background-image: url("../imagenes/fondo_iconos.jpg");
    float:left;

}

#lista {
width:23%;
padding-left: 2%;
padding-right: 2%;
font-family: 'Josefin Sans', sans-serif;
background-color:#E6E6E6;
float:left;


}
 #lista a {
  margin-top: 5%;
 font-family: 'Josefin Sans', sans-serif;
 font-size: 25px;
list-style:none;

}

#lista1 {
   display:none;
   width:100%;
   font-family: 'Josefin Sans', sans-serif;
background-color:#FFFFFF;
float:left;
list-style:none;
z-index: 1;
   }

#contenido {
width:73%;
margin-top:0px;
font-family: 'Josefin Sans', sans-serif;
color:#000;
background-color:#F2F2F2;
float:left;

}


.centradotxt {
    padding-left: 2%;
    padding-right: 2%;
}

.fondotexto {
   width: 100%;
   background-image: url(../imagenes/infogeneral.png);
   background-repeat: no-repeat;

}
 .foto {
   width: 100%;
   font-family: 'Josefin Sans', sans-serif;
   background-image: url(../imagenes/camara1.png);
   background-repeat: no-repeat;
}

.foto p {

margin-left:5%;
}


.mapa {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;

}

.mapa iframe{
margin-left:5%;
    height: 100%;
    position: absolute;
    top:0%;
    width: 90%;

}

.imagenes {
         padding-left: 2%;
         padding-bottom: 2%;
         float:left;
        -webkit-transition:-webkit-transform 0.5s ease-out;
        -moz-transition:-moz-transform 0.5s ease-out;
        -o-transition:-o-transform 0.5s ease-out;
        -ms-transition:-ms-transform 0.5s ease-out;
        transition:transform 0.5s ease-out;
}

.imagenes:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
}




#franjapie {
position:relative;
width:100%;
height:4em;
background-color:#848484;
float:left;

}

#info {
margin-top:1em;
margin-bottom:1em;
width:100%;
font-family: 'Fjalla One', sans-serif;
text-align:center;
color:#FFFFFF;
float:left;
}




#pie{
    width:100%;
    max-width:1500px;
    text-align:left;
    color:#000000;
    background-color:#CCC;
    float:left;


}



@font-face {
  font-family: 'chunk-webfont';
  src: url('../../includes/fonts/chunk-webfont.eot');
  src: url('../../includes/fonts/chunk-webfont.eot?#iefix') format('eot'),
  url('../../includes/fonts/chunk-webfont.woff') format('woff'),
  url('../../includes/fonts/chunk-webfont.ttf') format('truetype'),
  url('../../includes/fonts/chunk-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'chunk-webfont';
    src: url('../../includes/fonts/chunk-webfont.svg') format('svg');
  }
}

@media (max-width: 452px) {
    #lista{
    display: none;
   }

   #lista1 {
   display:inline;
   width:100%;
   font-family: 'Josefin Sans', sans-serif;
background-color:#ccc;
float:left;
z-index: 1;
   }
    #lista1 a {
  margin-top: 5%;
 font-family: 'Josefin Sans', sans-serif;
 font-size: 15px;
list-style:none;

}

    #contenido {
    width:100%;
    }

    #historico {
    display: none;
    }

    #info {
    font-size:0.8rem;

}

 #lista1 ul a li:hover {
background-color:#CCCCCC;
   }


}
}
