@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}



body {
   background-color:withe;
}

.contenedor {
    margin:0 auto;
    width:100%;
    max-width:1250px;
    background-color:#FFFFFF;

}

#lista ul li:hover {
margin-left: 5%;
}



.centro {
      margin-left:5%;
}


#cartel {
    width:100%;
    background-color:#000000;
    float:left;

}

#lista {
width:23%;
margin-top:4%;
margin-left:2%;
font-family: 'Fjalla One', sans-serif;
background-color:#FFFFFF;
float:left;

}

#lista1 {
   display: none;
}

#lista, ul, li {
list-style:none;
}

#contenido {
margin-top:2%;
width:71%;
height:100%;
padding-left: 2%;
padding-right: 2%;
font-family: 'Roboto Condensed', sans-serif;
color:#6e6e6e;
background-color:#;
float:left;

}

#p0 {

display: none;
}

.centradotxt {
margin-top:2%;
    padding-left: 2%;
    padding-right: 2%;
}

.fondotexto {
   width: 100%;
   background-image: url(../imagenes/infogeneral.png);
   background-repeat: no-repeat;
    background-position: center;

}
 .foto {
   width: 100%;
   font-family: 'Roboto Condensed', sans-serif;
   background-image: url(../imagenes/camara1.png);
   background-repeat: no-repeat;
}

.foto p {

margin-left:5%;
}

.aumento {
    padding-left: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;
}

.aumento: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);
}



.video {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
   background-image: url(../imagenes/play1.png);
   background-repeat: repeat;

}

.video ul li {
width:100%;
float:left;
}

.video iframe{
margin-left:5%;
    height: 100%;
    position: absolute;
    top:0%;
    width: 90%;

}


#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: 570px) {
    #caja1 {
        width:100%;

    }
}

@media (max-width: 452px) {

   #info {
    font-size:0.8rem;
    }

    #lista {
    display:none;
    }
     #contenido {
    width:100%;
    }


    #lista1 {
   display:inline;
   width:100%;
   font-family: 'Fjalla One', sans-serif;
background-color:#FFFFFF;
float:left;
   }

    #lista1 ul a li:hover {
background-color:#CCCCCC;
   }


}
