
/* ------------------------------------------
  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;
}

.banner{
 height: auto;
 min-height: 250px;
 width:30%;
 max-width: 400px;
 max-height: 300px;
 box-sizing: border-box;
 overflow:hidden;
 position: relative;
 padding:0 2em;
  border-radius:5px;
  box-shadow: inset 0px 0px 0px 1px rgba(56, 56, 56, 0.24), 0px 0px 25px 10px rgba(255, 255, 255, 0.38)inset;
 border:solid 1ps red;
 z-index:1;
}
#pa_face{
 text-align: center;
}
.img-banner{
 background-image: url(../images/banner-blog.jpg);
 background-repeat: no-repeat;
 width:1400px;
 height:100%;
 min-height: 300px;
 position:relative;
 box-sizing: border-box;
 
         animation-name: MiAnimacion;
 
 -webkit-animation-name: MiAnimacion;
 
  -webkit-animation:MiAnimacion  infinite linear alternate 35s;

}

@-webkit-keyframes MiAnimacion {
    to {-webkit-transform: translateX(0px);transform: translateX(0px);}
    from {-webkit-transform: translateX(-1000px);transform: translateX(-1000px);}

}


.img-banner p{
 color: #fff;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 text-align: center;
}
#texto,.banner{
 display:inline-block;
 vertical-align: top;
 margin: 0 auto;
}

#sectionArriba{
}



#oculto{
display: none;
 z-index: 9999;
 background-image: url(../images/logo_letras2.jpg);
 text-align: center;
}

#mostrar{
text-align: left;
 display:block;
 margin: 1em  auto;

}

#muestrame{
 height: 40px;
 width: 40px;
 background-image: url(../images/facebook-notifications.jpg);
 background-size: cover;
 cursor: pointer;
 border-radius: 3px;
 margin: 0 auto;
 position: relative;
 box-shadow: inset 0px 0px 1px 0px #4b4b4b;
}
#muestrame span{
 color: #fff;
 position: absolute;
 right: 5px;
 top: 5px;
 padding: 0 4px;
 background: red;
 border-radius: 2px;
 font-size: 12px;
 
}

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { -webkit-transform: scale(1); transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); transform: scale(1); } 
} 
.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}







a{
  text-decoration: none;
}
@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;
  background-repeat: repeat;
  font-family: "Lato-Light";
}
.botoncito{
  text-align: center;
  text-decoration: none;
  height: 60px;
}

.cursivitas{
  font-size:12px;
  color:#545454;
  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);
}
#btnActual{
  color: #fff;
}
#btnActual:hover{
  color: #000;
}

#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 cajas del blog*/
#contenido{
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding:0 0.5em 0 0.5em;
}
.contBlog{
  margin: 0 2em 2em 2em;
  padding: 0 0 50px 0;
  text-align: justify;
}
aside{
  max-width: 300px;
  width: 22%;
  height: auto;
  position: relative;
  border-radius: 0.5em;
  text-align: center;
  padding: 50px 0 0 0;
}
.btn_ante{
  margin: 5px 0 0 0;
}

.blog{
  padding: 5px;
}
.arriba{
  padding: 150px 0 50px 0;
}
.desEntrada{
  margin: 10px 0 0 0;
  max-width: 1000px;
}
/*nuevos arreglos---------------------------------*/
.video-unico{
 max-width: 450px;
 margin: auto;
 background: #c6c6c6;
}
.entrada{

  width:23%;
  padding:0.5em;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: rgba(0,0,0,0.8);
  background: rgba(0,0,0,0.1);
  min-height: 400px;
  box-shadow: inset 0px 0px 20px rgba(250,250,250,0.7)
}

.columna1{
  margin:0 auto;
  text-align: center;
}
#texto{
 width: 60%;
  font-size: 1.2em;
 padding: 0.5em;
 box-sizing: border-box;
}
.barra{
  width: 100%;
  height: 1px;
  margin: 1em 0;
  background:rgba(0,0,0,0.4);
  display: block;
}
strong{
    color: rgba(0,0,0,0.7);
  font-style: italic;
  font-family: arial;
}
.navegacion{
  display: block;
  width: 100%;
  text-align: center;
}

/*nuevos arreglos fin-------------------------------*/

.linkNovios{
  color:#000;
  font-size: 20px;
}
.linkNovios:hover{
  color:#F00;
}
aside .linkNovios2{
  color:#000;
  font-size: 20px;
  border-bottom:solid  1px #ced8df;
  width: 100%;
  margin-bottom: 10px;
}
.linkNovios2:hover{
  color:#F00;
}
#anteriores{
  background: #F00;
  color:#fff;
  margin-top: 20px;
  border-radius: 0.5em;
  padding: 10px 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5), inset 0px 0px 20px rgba(250,250,250,0.5);
}
#anteriores:hover{
  background: #000;
  color:#fff;
}
.letrasBlog{
  font-size: 20px;
}
.sinfoto{
width: 100%;
height: auto;
box-shadow: 5px 5px 10px #ced8df;
display: block;
border:solid 1px #000;
border-radius: 1em;
}
/*color para lineas #ced8df*/
/*videos responsing*/
.media{
  max-width: 1000px;
  height: auto;
  box-shadow: 5px 5px 8px #7a7777;
}

.recientes{
  width: 200px;
}
.contenedorvideo {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

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


footer
{
  background-color:#727272;
  margin: 0 auto;
  width: 100%;
  height: 70px; 
  text-align: center;
  box-shadow: inset 0px 0px 25px rgba(250,250,250,0.5);
}
#derechos{
  color: #fff;
}
.navAbajo{
  width: 100%;
  margin: 0 0 50px 0;
  text-align: center;
}
.botonsillos{
  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;
}
.botonsillos:hover{
  background-color: rgba(250,0,0,1);
  box-shadow: 5px 5px 8px rgba(0,0,0,0.7);
}
.botonsilloactual{
  background-color:#FFF;
  color: #F00;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}
.botonsilloactual:hover{
 color:#fff;
}
#botonsilloactual1{
  background-color:#FFF;
  color: #F00;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.7);
}
/*Titulos*/
h1
{
  color: #fff;
  margin: 0 0 40px 0;
  font-size: 24px;
  background: #F00;
  padding: 5px;
  display: inherit;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(250,250,250,0.7), 5px 5px 8px rgba(0,0,0,0.4);
 text-align: center;
 line-height: 1.5em;

}
h2
{
  margin-bottom: 10px;
  font-size: 16px;
  border:solid 1px #ced8df;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  background: #F00;
  color: rgba(250,250,250,0.9);
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
h3
{
border-bottom:solid 1px#7a7777;
color: #373737;
width: 600px;
margin: 0 0 20px 0;
}
h4
{
border-bottom:solid 1px#7a7777;
color: #373737;
margin-bottom: 20px;
}

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;
  width: 100%;
  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;
}


@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: 93%; 
  max-width: none;
  float: left;
  margin: 0;
}
.nav-collapse ul{
  border:solid 1px #ced8df;
  box-shadow: inset 0px 0px 20px #000;
}


.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: 768px)and (max-width: 1000px){
  #contenido{

  }
  .entrada{
    width: 40%;
    text-align: left;
  }
  aside{
    width: 20%;
  }

}
@media (min-width: 481px)and (max-width: 767px) {
     #contenido{
  } 
  .entrada{
    text-align: left;
    width: 45%;
  }
   #canvas{
    z-index: 20;
    margin: 5px 0 0 5px;
  }
  header{
    height: 40px;
  }
  aside{
    width: 100%;
    max-width: 100%;
  }
  #nav ul li a{
      font-size: 14px;
    }
    #nav ul li a:hover{
      border-top:solid 1px #F00;
    }
    .botoncito{
      height: 32px !important;
    }
  .arriba{
    padding: 110px 0 50px 0;
  }
  .contBlog{
    width: 98%;
    margin: 0 auto;
    padding: 2px;
  }
  #bloque1{
    width: 45%;
  }
  #bloque2{
    width: 45%;
  }
  #bloque1,#bloque2{
    display: inline-block;
    vertical-align: top;
  }
  .cursivitas{
    display: none;
  }
  .banner{
  display: block;
  width: 100%;
  max-width: none;
  margin: 1em auto;
 }
 #texto{
  display: block;
  width: 100%;
 }
}

@media (min-width:0px) and (max-width: 480px) {
 .banner{
  display: block;
  width: 100%;
  max-width: none;
  margin: 1em auto;
 }
 #texto{
  display: block;
  width: 100%;
 }
  #contenido{
    width: 95%;
    margin: 0 auto;
    background: #fff;
  }
  .entrada{
    width: 95% !important;
    text-align: left;
    margin: 0.5em 0;
  }
  #canvas{
    z-index: 1;

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

  aside{
    width: 100%;
    max-width: 100%;
  }
  .arriba{
    padding: 70px 0 50px 0;
  }
  .contBlog{
    width: 98%;
    margin: 0 auto;
    padding: 2px;
  }
  #bloque1{
    width: 90%;
  }
  #bloque2{
    width: 90%;
  }
  #bloque1,#bloque2{
    display: inline-block;
    vertical-align: top;
  } 
  .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: 32px !important;
    }
    #btn_ante2{
  margin: 5px 0 0 0;
}
}

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