
/* ------------------------------------------
  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 
{
  background:url("../images/fondo-fixed.jpg") no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: repeat;
  font-family: "Lato-Light";
}
.nuevo-premio{
  margin: 0 auto;
  display: table;
  text-align: center;
  color: rgba(29, 29, 29, 0.65);
  font-weight:bold; 
  font-size: 20px;
  box-shadow: 0px 0px 3px rgba(105, 105, 105, 0.99), inset 0px 0px 3px #000000;
  border-radius: 1em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nuevo-premio:hover{
  text-decoration: underline;
  color: rgb(29, 29, 29);
}
.nuevo-premio span{
  background-color: rgba(165, 165, 165, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img-tex{
}
#btn_pago{
  box-shadow: inset 0px 0px 0px 2px #0031ff;
  padding: 0;
  width: 130px;
  text-align: center;
  color: rgba(0, 0, 0, 0.71);
  font-weight: 700;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  font-size:16px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.33);
  position: absolute;
  right:39%;
}
#btn_pago:hover{
  background-color: #0027ff;
  color: aliceblue;
  border-radius: 0.5em;
  font-size:1em;
  text-shadow: 5px 5px 5px #000;
}
#pago{
  background-color: #0027ff;
  width: 130px;
}
#contenido, #contenido2{
  max-width: 1920px;
  min-height:900px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
#face-busca{
  width: 100%;
  margin: auto;
  max-width: 1920px;
  display: block;
}
#caja_busca{
width:25%;
height: auto;
margin: 0 0 0 75%;
}
#buscador{
width: 100%;
position: relative;
right: 0;
}


#pa_face{
  text-align: center;
  margin: 0 auto;
}

#inicial{
width: 95%;
height: auto;
margin: 0 auto;
display: block;
/*padding-bottom: 120px;*/
}
#primero{
  text-align: justify;
  border-bottom:solid 1px #ced8df;
  font-size: 20px;
}
#primera{
  max-width: 800px;
  width: 100%;
  text-align: justify;
  font-size: 1em; 
  padding-bottom: 2em;
}

#subgrupo{
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cajas{
  width: 30%;
  vertical-align: top;
  display: inline-block;
  padding: 0 5px;
  max-width: 400px;
 background: #e5e5e5;
}
.fotoCaja{
  width: 100%;
  max-width:400px;
  border:solid 1px rgba(0,0,0,0.4);
  border-radius: 5px;
  box-shadow: 5px 5px 8px rgba(0,0,0,0.4);
  box-sizing: border-box;
}
.parracaja{
  text-align: justify;
  font-size: 16px;
  margin-top: 5px;
 min-height: 150px;
 position: relative;
}

.mas{
  background: red;
  padding: 3px 5px;
  margin: 1em 0 0 0;
  bottom: 0;
  box-shadow:3px 3px 5px rgba(0,0,0,0.8);
 position:absolute;
}
.mas:hover{
  background: #000;
}

.contenedorvideo {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.contenedorvideo iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

#parravideo{
  margin-top:35px;
}


.botoncito{
  text-align: center;
  text-decoration: none;
  height: 60px !important;
}

.cursivitas{
  font-size:12px;
  color:rgba(74, 74, 74, 1);
  font-style: italic;
  margin: 5px 0 0 0;
  font-family: helvetica;
}
#actual{
color: #fff;
border-top: solid 3px #F00;
border-bottom: solid 1px #F00;
background: rgba(250,0,0,0.9);
}
#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;
  -webkit-box-shadow: -1px 0px 20px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow:    -1px 0px 20px 0px rgba(255, 255, 255, 0.9);
  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%{transform: rotate(360deg);}
  100{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;
}
aside{
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.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: #fff;
}
.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;
}


footer
{
  background-color:#727272;
  margin:200px 0 0 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 1em 0em 2em 0;
}

/*Titulos*/
strong{
  color: rgba(0,0,0,0.7);
  font-style: italic;
  font-family: arial;
}

.texto_cajas{
  font-size: 1em;
  min-height: 55px;
}

h1
{
  font-size: 26px;
  text-align:center;
  border:solid 1px rgba(141, 141, 141, 0.7);
  width: 220px;
  padding: 0.2em;
  background-color:#F00;
  color: #fff;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px rgba(250,250,250,0.7), 5px 5px 8px rgba(0,0,0,0.4);

}
h2
{
  font-size: 20px;
  margin-bottom: 1em;
 line-height: 2em;
 box-shadow: inset 0px 0px 0px 2px rgb(255, 255, 255), inset 0px 0px 15px 5px #ffffff;
}
h3
{
}



/* ------------------------------------------
  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 * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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.8);
}
#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;
}

/*final botonera responsiva*/


/*----------------------
contenedor de imagenes 
------------------------*/
/*contenido de slider cajas*/

/*fondo slider*/
.callbacks #fondo1{
      background-image:url("../images/uno.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
.callbacks #fondo2{
      background-image:url("../images/dos.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

      .callbacks #fondo3{
      background-image:url("../images/tres.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo4{
      background-image:url("../images/cuatro.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo5{
      background-image:url("../images/cinco.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
   .callbacks #fondo6{
      background-image:url("../images/seis.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

#cont1{
  width: 100%;
  height: 80%;
  max-height: 800px;
  display: block;
  bottom: 8%;
  position: absolute;
}
#cont2{
  width: 100%;
  height: 70%;
  max-height: 350px;
  display: block;
  bottom: 5%;
  position: absolute;
}
#cont3{
  width: 100%;
  height: 100%;
  display: block;
  bottom: 28%;
}
#mapper{
 max-width: 250px;
  max-height: 49px;
  border:solid 2px rgba(250,250,250,0.9);
  border-radius: 1em;
  background: rgba(250,250,250,0.5);
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#mapper:hover{
  background: rgba(250,250,250,0.9);
}
#mapper_txt{
text-align: justify;
font-size: 1em;
}
#mapper_strong{
  color:#fff;
}
#mapper_link{
  width: 250px;
  max-height:400px;
  bottom:5%; 
  left: 5%;
   padding:0.5em;
   margin: 0;
   position: absolute;
   border-radius: 1em;
}
#mapper_link:hover{
  background: rgba(0,0,0,0.8);
}
/*imagenes extras slider*/
#recomendacion{
  width: 115px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 0%;
  left:65px;

  transition:all 0.5s linear;
  -webkit-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
  -ms-transition:all 0.5s linear;

  background-color: rgba(250,250,250,0.5);
  -webkit-box-shadow:inset -1px 0px 5px 0px rgba(255, 255, 255, 0.9), 5px 5px 8px #FFF;
  -moz-box-shadow: -1px 0px 5px 0px rgba(255, 255, 255, 0.9);
    box-shadow: -1px 0px 5px 0px rgba(255, 255, 255, 0.9);
  border:solid 1px rgba(255, 255, 255, 0.5);

  animation-name: floating;
  -webkit-animation-name: floating;
  -moz-animation-name: floating;
  -o-animation-name: floating;

  animation-duration: 1.5s; 
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;

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

}

@keyframes floating {
  0% {transform: translateY(0%);}
  50% {transform: translateY(8%);} 
  100% {transform: translateY(0%);}     
}

@-webkit-keyframes floating {
  0% {-webkit-transform: translateY(0%);}
  50% {-webkit-transform: translateY(8%);} 
  100% {-webkit-transform: translateY(0%);}     
}
@-moz-keyframes floating {
  0% {-moz-transform: translateY(0%);}
  50% {-moz-transform: translateY(8%);} 
  100% {-moz-transform: translateY(0%);}     
}
@-o-keyframes floating {
  0% {-o-transform: translateY(0%);}
  50% {-o-transform: translateY(8%);} 
  100% {-o-transform: translateY(0%);}     
}

#recomendacion:hover{
  background: rgba(250,250,250,0.9);
  border-radius: 1.5em 0 1.5em 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;
}
#personal{
  width: 70px;
  height: 70px;
  border-radius: 4em;
  border:solid 1px rgba(250,250,250,0.5);
  position: absolute;
  left: 70px;
  bottom:0;
   box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
   cursor: pointer;
}
#asociacion{
  width: 70px;
  height: 70px;
  position: absolute;
  left: 155px;
  bottom:0;
  border:solid 1px rgba(250,250,250,0.5);
  border-radius: 5px;
  box-shadow: -5px 5px 10px rgba(0,0,0,0.5);
}
#texto_Cont1{
  position: absolute;
  width: 20%;
  height: auto;
  top: 39%;
  left: 70px;
  color: #fff;
  text-align: justify;
  background: rgba(0,0,0,0.7);
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: inset 0px 0px 30px rgba(250,250,250,0.3);
  border:solid 1px rgba(250,250,250,0.5);
}
#miembro{
  display: block;
  border:solid 1px rgba(250,250,250,0.5);
  width: 70px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 0;
  position: absolute;
  bottom: 0%;
  left: 240px;
  font-size: 12px;
}
#miembro a{
  width: 70px;
  padding: 7px 0;
  border-radius: 5px;
}
#miembro a:hover{
  background: rgba(255,83,13,0.3);
  color: rgba(250,250,250,0.7);
}
#texto_Cont2{
  position: absolute;
  bottom: 10%;
  left: 59px;
  padding: 5px 5px;
  font-size: 16px;
  border:solid 1px rgba(250,250,250,0.5);
  background-color:  rgba(0,0,0,0.7);
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(250,250,250,0.5)

  animation-name: floating;
  -webkit-animation-name: floating;
  -moz-animation-name: floating;
  -o-animation-name: floating;

  animation-duration: 1.5s; 
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}
#tono{
  font-style:italic;
  float: right;
  margin: 1em  0 0 0;
}
#sello{
  width: 32px;
  height: 32px;
  opacity: 0.3;
  float: right;
  font-size: 20px;
}


 
/*medias*/

@media (min-width: 768px)and (max-width: 1000px){
    #caja_busca{
width:50%;
height: auto;
margin: 0 auto;
}
.texto_cajas{
  min-height: 100px;
}
#contenido{
  min-height: 325px;
}
#mapper_link{
  bottom:10%; 
  left: 5%;
}
#subgrupo{
}
#cont1{
    width: 100%;
    height: 70%;
    bottom:0;
  }
  #cont2{
  width: 100%;
  height: 50%;
  max-height: 300px;
  display: block;
  bottom: 8%;
  position: absolute;
}
#texto_Cont2{
  left: 20px;
  font-size: 12px;
}

    #recomendacion{
  display: block;
  position: absolute;
  bottom: 5%;
  left:25px;
  }  


  #personal{
  left: 40px;
}
#asociacion{
  width: 70px;
  height: 70px;
  position: absolute;
  left: 120px;
  border:solid 2px #000;
}
#miembro{
  left: 200px;
}
#texto_Cont1{
  width: 48%;
  left: 0px;
  padding: 15px 5px;
  font-size: 16px;
}
#tono{
  color: rgba(250,250,250,0.8);
}
.callbacks #fondo1{
      background-image:url("../images/uno.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
.callbacks #fondo2{
      background-image:url("../images/dos.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
    .callbacks #fondo3{
      background-image:url("../images/tres.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo4{
      background-image:url("../images/cuatro.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo5{
      background-image:url("../images/cinco.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
   .callbacks #fondo6{
      background-image:url("../images/seis.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

}



@media (min-width: 481px)and (max-width: 767px) {
    #caja_busca{
width:80%;
height: auto;
margin: 0 auto;
}
  .texto_cajas{
    min-height: 100px;
  }
#mapper_link{
  bottom:5%; 
  left: 10%;
}
#oculta_txt{
  display: none;
}
#contenido{
  min-height: 300px;
}

#caja1,#caja2{
  width: 45%;
  margin-bottom: 30px;
}
#caja3{
  width: 97%;
}
#cont1{
    width: 100%;
    height: 50%;
    max-height: 300px;
    display: block;
    bottom:0;
  }
  #cont2{
  width: 100%;
  height: 50%;
  max-height: 300px;
  display: block;
  bottom: 8%;
  position: absolute;
}
#texto_Cont2{
  left: 15px;
  font-size: 16px;
  margin-bottom: 1em;
}
 #recomendacion{
  width: 160px;
  height: 29px;
  display: block;
  position: absolute;
  bottom: 3%;
  left: 24px;
  }


#personal{
  left: 15px;
  bottom: 5%;
  width: 50px;
  height: 50px;
}
#asociacion{
  width: 50px;
  height: 50px;
  position: absolute;
  left: 75px;
  bottom: 5%;
  border:solid 2px #000;
}
#texto_Cont1{
  width: 98%;
  top: 50%;
  left: 0px;
  padding: 4px 4px 0px 4px;
  font-size: 13px;
}
#miembro{
display: block;
color: #fff;
padding: 0px;
position: absolute;
left: 140px;
bottom: 5%;
font-size: 16px;
background-color:rgba(0,0,0,0.5);
border:solid 1px #000;
border-radius: 5px;
}
#tono{
  color: rgba(250,250,250,0.8);
  font-size: 12px;
}
#sello{
  width: 20px;
  height: 20px;
}

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);
}
#canvas{
  width:60px;
  height:60px;
  margin: 5px;
}
#nav ul li a{
  font-size: 14px;
}
 #nav ul li a:hover{
  border-top:solid 1px #F00;
}
.botoncito{
  height: 40px !important;
}
.cursivitas{
  display: none;
}
.callbacks #fondo1{
      background-image:url("../images/uno-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
.callbacks #fondo2{
      background-image:url("../images/dos-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

  .callbacks #fondo3{
      background-image:url("../images/tres-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo4{
      background-image:url("../images/cuatro-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo5{
      background-image:url("../images/cinco-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
   .callbacks #fondo6{
      background-image:url("../images/seis-767.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
      
}

@media (min-width:0px) and (max-width: 480px) {
  #caja_busca{
width:80%;
height: auto;
margin: 0 auto;
}
  .texto_cajas{
  }
#mapper_link{
  padding: 0;
  width: 200px;
  bottom: 5px;
  border: solid 1px rgba(250,250,250,0);
}
#mapper_txt{
  display: none;
}
#mapper{
  width: 200px;
}
#contenido{
  min-height: 150px;
}
#caja1{
  width: 97%;
  margin-bottom: 30px;
}
#caja2{
  width: 97%;
   margin-bottom: 30px;
}
#caja3{
  width: 97%;
}


/*
#wrapper{
  padding: 43px 0 0 0;
}*/
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);
}
body{
  background: #FFF;
}
h1{
  background: yellow;
  width:90%;
  text-align: center;
  margin: 0 auto;
  color: #000;
  border:none;
  background:none;
  box-shadow: none;
  text-decoration: underline;
  font-size: 1.2em;
}
#canvas{
  width: 60px;
  height: 60px;
  margin: 2px;
}
.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;
  }
  /*contenido slider*/
   #cont1{
  width: 100%;
  height: 50%;
  max-height: 300px;
  bottom:0;
  }
  #cont2{
  width: 100%;
  height: 50%;
  max-height: 300px;
  display: block;
  bottom: 1%;
  position: absolute;
}

#texto_Cont2{
  bottom: 30%;
  left: 10px;
  font-size: 14px;
}


#recomendacion{
  width: 90px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 8%;
  left: 15px;
  }

  #personal{
  left: 10px;
  bottom: 10%;
  width: 40px;
  height: 40px;
}
#asociacion{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 60px;
  bottom: 10%;
  border:solid 2px #000;
}
#texto_Cont1{
  display: none;
}
#tono{
  display: none;
}
#sello{
  display: none;
}
#miembro{
  display: block;
  padding:0 5px;
  text-shadow: 3px 3px 5px #000;
  position: absolute;
  bottom: 10%;
  left: 120px;
  background-color:rgba(0,0,0,0.3);
  border:solid 1px #000;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
.callbacks #fondo1{
      background-image:url("../images/uno-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

.callbacks #fondo2{
      background-image:url("../images/dos-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo3{
      background-image:url("../images/tres-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo4{
      background-image:url("../images/cuatro-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
  .callbacks #fondo5{
      background-image:url("../images/cinco-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }
   .callbacks #fondo6{
      background-image:url("../images/seis-480.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

}


/*slider comienzo*/


#wrapper {
  padding: 0px;
  width: 100%;
  }

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }


#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 11px;
  }

/* Callback example */



.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding:0;
  margin: 0;
  max-width: none;
  height:100%;
  }
  
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.jpg") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
  }


/*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;
}
.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;
  }
}
/*final footer nuevo*/


.seccion-new{
  background-color: rgb(255, 255, 255);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100;
  margin: 0 auto;
  text-align: center;
}

.caja1-15 {
  /*background-color: yellow;*/
}
.txt-15{
  font-size: 1.5rem;
  color: #767676;
  font-weight: 0;
  text-align: center;
}
.caja1-15, .caja2-15{
  display: inline-block;
  vertical-align:top;
  width: 48%;
}
.caja2-15 {
  color: #fff;
  text-align: justify;
  padding: 1em 1em 1em 1em;
  box-sizing: border-box;
  position: relative;
  min-height: 400px;
  position: relative;
}



.img-100 {
  width: 100%;
}

#otro-titulo {
  text-align: center;
  padding: 0.3em 1em;
  background: red;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: aliceblue;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.1rem;
}
#tercer-title {
 
  
  text-align: center;
  display: block;
  margin: 0 auto;
  width: auto;
  background-color: none; 
   -webkit-box-shadow: none;
   box-shadow: none; 
  font-size: 1.4rem;
  background-color: rgba(52, 52, 52, 0.19);
  color: rgba(0, 0, 0, 0.73);
  font-weight: 700;
  padding: 0.5rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.33);
}
.mas15{
  background: red;
    padding: 3px 5px;
    margin: 1em 0 0 0;
    bottom: 0;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.8);
  display: table;
  margin: 0 auto;
  background-color: #ff0000;
  
}
.mas15:hover{
  background-color: #000;
}
@media screen and (min-width:0px) and (max-width: 720px){
  .caja1-15, .caja2-15{
    display: block;
    width: 100%;
  }
}