
/* ------------------------------------------
  DEMO PAGE'S STYLES
--------------------------------------------- */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup 
{
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face{
    font-family: "Lato-Light";
    src:url(../ttf/Lato-Light.ttf);
  }
body 
{
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:#fff;
  font-family: "Lato-Light";
}
#canvas{
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 10px 0 0 20px;
  background-color: rgba(250,250,250,0.3);
  border-radius: 4em;
  border:solid 1px #ced8df;
  box-shadow:         -1px 0px 20px 0px rgba(255, 255, 255, 0.9);

/*animacion*/
  transition:all 0.9s linear;
  -webkit-transition:all 0.9s linear;
  -moz-transition:all 0.9s linear;
  -o-transition:all 0.9s linear;
  -ms-transition:all 0.9s linear;
  -wap-transition:all 0.9s linear;
  animation:bola 49s;

  -webkit-animation:bola 49s;
  -moz-animation:bola 49s;
  -o-animation:bola 49s;
  -ms-animation:bola 49s;

  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
}

@keyframes bola{
  0%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  100{-webkit-transform: rotate(-360deg);transform: rotate(-360deg);}
}

@-webkit-keyframes bola{
  0%{-webkit-transform: rotate(360deg);}
  100{-webkit-transform: rotate(-360deg);}
}

header
{
  background-color: rgba(250,250,250,0.7);
  position: fixed;
  box-shadow: inset 0px 0px 8px #cacaca;
  width: 100%;
  max-width: 1920px;
  height: 62px;
  z-index: 998;
}
#contenido{
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}
#fondo{
  width: 100%;
  height:850px;
  background-image: url(../images/fondoarriba.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:100%;
  border:solid 1px rgba(250,250,250,0.1);
}

aside{
  margin:280px 0 0 0;
  text-align:left;
  padding: 10px 0;
}
.fb-like-box{
  background:rgba(250,250,250,0.6);
  border-radius: 5px;
}




.redes{
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  border-radius: 5px;
  margin: 3px;
    transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
  border: solid 1px rgba(0,0,0,0.3);
  background-color: rgba(250,250,250,0.9);
}
.redes:hover{
  background: rgba(215,0,0,0.9);
  border-radius: 4em;
    transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
.columna1, .columna2, .columna3{
  width: 32%;
  vertical-align: top;
  display: inline-block;
  text-align: justify;
  margin:0 auto;
  padding: 3px;
  box-sizing: border-box;
}
.columna1:hover{
  
  border-radius: 1em;
}

.article1,.article2,.article3{
    border-right: solid 1px #ced8df;
    padding: 5px;
}

.link-img{
 height: 200px;
 overflow: hidden;
}
/*.link-img:before{
  content: "hola mundo";
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  padding-top: 85px;
  width: 100%;
  height: 200px;
  z-index: 1000;
  color: aliceblue;
  font-size: 2em;
  text-shadow: 2px 2px 8px 5px rgba(13, 1, 1, 0.79);
  font-weight: 700;
}*/
.imagen{
  width:90%;
  height: auto;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  border-radius:0;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.5);
  transition: all 0.2s linear;
  

}
.imagen:hover{
  opacity: 0.8;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.8);
  width: 100%;
}

.caja{
  width: 95%;
  margin: 0 auto;
  display: block;
  padding: 20px 0 0 0;
}
#arriba{
  /*padding: 130px 0 100px 0;*/
}
/*botones*/
.botoncito{
  text-align: center;
  text-decoration: none;
  height: 60px !important;
}

.botonsillo {
background-color: rgba(250,0,0,0.8);
box-shadow: inset 0px 0px 5px #fff, 5px 5px 8px rgba(0,0,0,0.3);
border: solid 1px #F00;
padding: 10px 15px;
border-radius: 5px;
color: #fff;
font-size: 16px;
text-decoration: none;
}
.botonsillo:hover{
  background:#191919;
  border: solid 1px rgba(250,250,250,0.6);
}
.otrasGlerias{
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}

.cursivitas{
  font-size:12px;
  color:#545454;
  font-style: italic;
  margin: 5px 0 0 0;
  font-family: helvetica;
}
.linkOn{
  color: #fff;
}
#actual{
color: #fff;
border-top: solid 3px #F00;
border-bottom: solid 1px #F00;
background: rgba(250,0,0,0.9);
}
footer
{
  background-color:#727272;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1em 0em;
  box-shadow: inset 0px 0px 25px #fff;
}
strong{
  color:rgba(0, 0, 0, 0.7);
  font-style: italic;
  font-family: arial;
}
/*Titulos*/
h1
{
  color: #fff;
  width: 180px;
  margin:110px 0 40px 0;
  font-size:18px;
  text-align:left;
  background-color: rgba(250,0,0,0.9);
  border-radius: 5px;
  box-shadow: inset 0px 0px 8px rgba(250,250,250,0.7), 5px 5px 12px rgba(0,0,0,0.4);
  padding: 10px;
 text-align: center;

}
h2{
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: center;
 background: rgba(214, 214, 214, 0.78);
 color:#070707 !important;
 line-height: 1.5em;
 box-shadow: inset 0px 0px 10px 1px rgba(227, 227, 227, 0.73);
}
h2 strong{
 color: #363636;
}
h3
{
border-bottom:solid 1px#7a7777;
color: #373737;
width: 600px;
margin: 0 0 20px 0;
}
h4
{
border-bottom:solid 1px #ced8df;
color: #fff;
width: 140px;
display: inherit;
margin: 0 auto;
}

h5{
  font-size: 16px;
  color: #fff;
}


/* ------------------------------------------
  botonera de navegacion responsiva NAV
--------------------------------------------- */
.nav-collapse li {
  width: 60px;
  display: inline;
}

    #nav, ul, li, a
    {
      display: inline-block;
      vertical-align: middle;
    }



.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}


@media screen and (min-width: 0em)and (min-width: 40em){
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  max-width: 600px;
  float: right;
  margin:0;
}
#nav ul a:hover
{
  color: #F00;
  border-top:solid 3px #F00;
  border-bottom: solid 1px #F00;
  background: rgba(250,250,250,0.5);
}
#nav ul li a
{
  font-size: 16px;
  font-weight:bold;
}




@media screen and (min-width:0px)and(max-width: 640px) {
  .nav-collapse li {
    width: 80px;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }

 

}

.nav-collapse a {
  color: #000;
  text-decoration: none;
  padding: 0.5em 0.5em 0.2em 0.5em;
  float: left;
  height: 30px;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
  .nav-collapse a {
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    background-color: rgba(250,250,250,0.8);

  }


  .nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%; 
  max-width: none;
  float: left;
  margin: 0;
}


.nav-collapse ul ul a {
  padding-left: 1.5em;
}


  .nav-collapse ul ul a {
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/menu2.png") no-repeat 50% 33%;
  background-color: rgba(250,250,250,0.0);

  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}
#nav-toggle:hover{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/menu2.png") no-repeat 50% 33%;
  background-color: rgba(250,250,250,0.0);

  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  -wap-transition:all 0.2s linear;
}


/*----------------------
contenedor de imagenes
------------------------*/

 
/*medias*/
@media (min-width:1201px) and (max-width:1600px){
  #fondo{
    height: 650px;
  }

}
@media (min-width:1001px) and (max-width:1200px){
  #fondo{
    height: 550px;
  }
  aside{
    margin-top: 250px;
  }

}

@media (min-width: 768px)and (max-width: 1000px){

  #arriba{
  }
  #fondo{
    height: 350px;
    padding-top: 100px;
  }
  aside{
    margin-top: 140px;
  }
  h1{
    margin-top: 20px;
  }
  .txt-lado{
  /*background-color: #1d00ff !important;*/
  width: 43% !important;
  font-size: 1.3rem;
  text-align: center !important;
}
  .img-new{
    width: 100% !important;
  }

}
@media (min-width: 481px)and (max-width: 767px) {

header{
  height: 40px;
  background-color: rgba(250,250,250,0.4);
  border: solid 0px rgba(250,250,250,0);
  box-shadow: inset 0px 0px 0px rgba(250,250,250,0);
}

#arriba{
  }
  #fondo{
    height: 450px;
    background-image: url(../images/fondoarriba767.jpg);
    background-repeat: no-repeat;
  }
  aside{
    margin-top: 180px;
  }
  h1{
    margin-top: 85px;
    background: rgba(250,0,0,0.9);
    width: 150px;
    font-size: 16px;
  }

  .columna1, .columna2{
    width: 49%;
  }
  .columna3{
    width: 100%;
    margin: 20px 0 0 0;
  }

#nav ul li a{
      font-size: 14px;
    }
    #nav ul li a:hover{
      border-top:solid 1px #F00;
    }
    .botoncito{
      height: 40px !important;
    }
.cursivitas{
    display: none;
  }
  #canvas{
    width: 80px;
    height: 80px;

  }
      
}

@media (min-width:0px) and (max-width: 480px) {
header{
  height: 40px;
  background-color: rgba(250,250,250,0);
  border: solid 0px rgba(250,250,250,0);
  box-shadow: inset 0px 0px 0px rgba(250,250,250,0);
}

#fondo{
    height:70%;
    background-image: url(../images/fondoarriba480.jpg);
    background-repeat: no-repeat;
  }
  h1{
    margin:60% 0 0 0 !important;
    background-color: rgba(250,0,0,0.9);
    font-size: 16px;
    margin-top: 20px;
    width: 150px;
    padding: 5px;

  }
  aside{
    margin-top:13px;
  }
.cursivitas{
    display: none;
  }
  .nav-collapse a{
    background-color: rgba(250,250,250,0.9);
  }
    #nav ul li a{
      font-size: 14px;
    }
  #nav ul a:hover{
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.5);
    background-color: #fff;
    border-top: 0px;
    border-bottom: 0px;
    border:solid 1px #ced8df;
    font-size: 14px;
    color: #000;
  }
  .cursivitas{
    display: none;
  }
  .botoncito{
    height: 40px !important;
  }
  #arriba{
  }
  .columna1,.columna2,.columna3{
    width: 100%;
    margin: 0 0 20px 0;
  }
  #canvas{
    width: 65px;
    height: 65px;
  }
}






/*ventanas modales arregladas*/

/*ventanas modales estardar*/

.gallery {
      list-style: none;
      overflow: hidden;
      padding: 0;
      margin: 0 auto;
      text-align: center;
    }
ul, .gallery
{
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align:center justify;
}
    .gallery li
     {
      display: inline-block;
     }



#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url("../images/modal/data.png");
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 999;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 1px solid #fe0000;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: url("../images/modal/loading.gif") center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0,0,0,0.7);
}

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-family: "Lato-Light";
  font-style: italic;
  font-weight:bold;
  font-size: 1em;
  line-height: 18px;
  text-shadow: 2px 2px 6px #ebebeb;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity:0.4;
  -webkit-transition: all 0.3s;
  transition:     all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  border: solid 1px #fff;
  box-shadow: inset 0px 0px 4px #fff;
  border-radius: 4em;
  background-image: url('../images/modal/close.png');
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../images/modal/next.png');
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../images/modal/previous.png');
}

/*comienzo footer nuevo*/
footer p{

}

h4
{
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  box-shadow: inset 0px -1px 0px rgba(253, 253, 253, 0.1);
}

.footer-cajas{
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: 380px;
}

#caja-footer1{

}

.links-footer, .links-redes{
  width: 90%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
  font-weight: 800;
  box-shadow: inset 0px 0px 0px rgba(255, 0, 0, 0.53);
  transition: 0.5s linear all;
  text-decoration: none;
  color: aliceblue;
}
.links-footer:hover{
  box-shadow: inset 1200px 0px 0px rgb(255, 0, 0);
  
}
.links-redes:hover{
   box-shadow: inset 1200px 0px 0px rgb(255, 0, 0);
}


#caja-footer2{

  overflow: hidden;
}
#caja-footer2 p{
  text-align: left;
  padding-left: 35px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}
#caja-footer3{

}

@media screen and (min-width:0px) and (max-width: 720px){
 .footer-cajas{
  width: 100%;
}
  .links-footer, .links-redes{
    text-align: center;
  }
  .txt-lado{
  
  width: 100% !important;
  font-size: 1.3rem;
  text-align: center !important;
}
}
/*final footer nuevo*/

/*nueva secion 15 años*/
.nuevo{
  background-color: rgb(255, 255, 255);
  padding: 1em 1.5em;
}
.img-new{
  width: 100%;
  max-width: 359px;
  margin: 0 1em 0 0;
  
}
.txt-lado{
  
  width: 40%;
  font-size: 1.5rem;
  text-align: center !important;
  position: relative;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.82);
  padding: 1rem;
  box-sizing: border-box;
}
.txt-lado, .img-new{
  vertical-align: top;
  display: inline-block;
  margin: 0 auto;
}

.new-link {
  background-color: red;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 0.2em 0.3em;
  border-radius: 3px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.46);
  transition: linear 0.2s all;
  position: absolute;
  right: 0;
  font-size: 1.2rem !important;
}
.new-link:hover{
  background-color: #a20000;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.46);
}