/**************** HOJA DE ESTILOS HECHA EN SADCO POR CRMM *******************/

@font-face {
    font-family: Lucida;
    src: url(../fonts/lucidasans.ttf);
}

body {
/*    width: 100%;*/
    height: auto;
    top: 0px;
    left: 0px;
    font-family: Lucida, Arial, sans-serif;
    overflow: hidden;
    background-color: rgba(30,78,121,1.0)

}

/*
.cookies {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 800px;
    max-width: 1920px;
    height: 25px;
    background-color: rgba(5,50,110,1.0);
    border-bottom: 1px solid white;
    z-index: 1001;
}


.cookies p {
    font-size: 10px;
    text-align: center;
    color: white;
}
*/

header {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    min-width: 800px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background-color: rgba(5,50,110,1.0);
    border-bottom: 1px solid white;
}

header .logo {
    float: left;
    padding: 10px 0px 0px 40px

}

header .logo #logo {
    width: 110px;
    height: auto;

}

.menus {
    float: right;
    height: 100px;

}

.menus a {
    text-decoration: none;

}

.menus ul{
/*    margin-top: 0px;*/
}

.menus ul li{
    display: inline-flex;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    text-align: center;
}


.menus span {
    display: block;
    text-align: center;
    color: white;
}

.menus span:hover {
    text-align: center;
    color: orangered;
    font-size: 12pt;
    transition-duration: 1s;

}

.background {
    position: fixed;
    top: 100px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(30,78,121,1.0);
    background: transparent url(../images/pattern.png) repeat top left;
    overflow: auto;
}

#background {
    position: fixed;
    top: 100px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/fondo.jpg) repeat top left;
    background-image: transparent  url(../images/1.jpg) no-repeat top left cover;
    background-size: cover;
    overflow: auto;
}

.background1 {
    position: fixed;
    top: 100px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(30,78,121,1.0);
    background: transparent url(../images/pattern.png) repeat top left;
    overflow: auto;
}


#background1 {
    position: fixed;
    top: 100px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: url(../images/fondo1.jpg) repeat top left;
    background-image: transparent  url(../images/19.jpg) no-repeat top left cover;
    background-size: cover;
    overflow: auto;
}

.vertical-align {
    position: absolute;
    top: 35%;
    left: 55%;
    height: 50%;
    width: 50%;
    margin: -15% 0 0 -25%;


}

#contacto {
    position: absolute;
    top: 60px;
    right: 20px;
}

.panelizq {
    position: absolute;
    left: 0px;
    top: 100px;
    bottom: 0px;
    width: 650px;
/*    height: 150%;*/
    text-shadow: 1px 1px 2px black;
    color: orangered;
    z-index: 999;
    background: rgba(20,20,20,1);
    background: -moz-linear-gradient(left, rgba(20,20,20,1) 16%, rgba(20,20,20,0.9) 37%, rgba(49,49,49,0.76) 57%, rgba(56,56,56,0.65) 62%, rgba(56,56,56,0.36) 76%, rgba(56,56,56,0.24) 83%, rgba(56,56,56,0.03) 95%, rgba(56,56,56,0) 97%);
    background: -webkit-gradient(left top, right top, color-stop(16%, rgba(20,20,20,1)), color-stop(37%, rgba(20,20,20,0.9)), color-stop(57%, rgba(49,49,49,0.76)), color-stop(62%, rgba(56,56,56,0.65)), color-stop(76%, rgba(56,56,56,0.36)), color-stop(83%, rgba(56,56,56,0.24)), color-stop(95%, rgba(56,56,56,0.03)), color-stop(97%, rgba(56,56,56,0)));
    background: -webkit-linear-gradient(left, rgba(20,20,20,1) 16%, rgba(20,20,20,0.9) 37%, rgba(49,49,49,0.76) 57%, rgba(56,56,56,0.65) 62%, rgba(56,56,56,0.36) 76%, rgba(56,56,56,0.24) 83%, rgba(56,56,56,0.03) 95%, rgba(56,56,56,0) 97%);
    background: -o-linear-gradient(left, rgba(20,20,20,1) 16%, rgba(20,20,20,0.9) 37%, rgba(49,49,49,0.76) 57%, rgba(56,56,56,0.65) 62%, rgba(56,56,56,0.36) 76%, rgba(56,56,56,0.24) 83%, rgba(56,56,56,0.03) 95%, rgba(56,56,56,0) 97%);
    background: -ms-linear-gradient(left, rgba(20,20,20,1) 16%, rgba(20,20,20,0.9) 37%, rgba(49,49,49,0.76) 57%, rgba(56,56,56,0.65) 62%, rgba(56,56,56,0.36) 76%, rgba(56,56,56,0.24) 83%, rgba(56,56,56,0.03) 95%, rgba(56,56,56,0) 97%);
    background: linear-gradient(to right, rgba(20,20,20,1) 16%, rgba(20,20,20,0.9) 37%, rgba(49,49,49,0.76) 57%, rgba(56,56,56,0.65) 62%, rgba(56,56,56,0.36) 76%, rgba(56,56,56,0.24) 83%, rgba(56,56,56,0.03) 95%, rgba(56,56,56,0) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#383838', GradientType=1 );

}

h1 {
    text-align: center;
    font-size: 25pt;
    color: white;

}

.texto {
    position: absolute;
    left: 25px;
    top: 5px;
    width: 600px;
    padding: 10px;
    z-index: 1001;
}


.texto h1 {
    text-align: center;
    font-size: 18pt;
    color: orangered;
}
.texto h2 {
    text-align: center;
    font-size: 16pt;
    color: orangered;
}
.texto h3 {
    text-align: center;
    font-size: 14pt;
    color: orangered;
}

.texto p {
    text-align: left;
    font-size: 11pt;
    color: white;
}

/*
.texto ol a:hover {
    margin: 10px;
    padding: 5px;
    font-size: 22pt;
    color: black;
}
*/


.texto li {
    margin: 10px;
    padding: 5px;
    font-size: 11pt;
    color: white;
/*    text-align: center;*/
}

.texto ul {
    margin: 10px;
    padding: 5px;
    font-size: 11pt;
    color: white;
}

.texto ol {
    margin: 10px;
    padding: 5px;
    font-size: 20pt;
    color: white;
    border: solid white;
    border-width: 0 0 1px 0;
    width: 450px;
}

.texto a{
    text-decoration: none;
    color: white;
}

.texto a:hover {
    color: blue;
    transition-duration: 1s;
}


#direccion {
/*    width: 600px;*/
    padding: 50px;
    height: auto;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black;
    float: left;
}

#direccion h1 {
    text-decoration: none;
    color: darkblue;
    text-shadow: 1px 1px 2px black;
    font-size:22pt;

}

#direccion a {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px black;
}

#direccion h2 {
    color: orange;
}

#direccion h3 {
    color: lightslategrey;
}

.testimonios td {
  display: inline-block;
  vertical-align: top;
  padding: 30px
}

#direccion1 {
/*    width: 600px;*/
    padding: 50px;
    height: auto;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black;
    float: left;
}

#direccion1 h1 {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size:22pt;

}

#direccion1 a {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px black;
}

#direccion1 h3 {
    color: white;
}

#mapa {
    width: 554px;
    height: 175px;
    float: center;
    border: 0px solid white;
/*    border-radius: 15px;
*/
}

#tienda {
    padding: 40px;
    height: auto;
    float: center;
}

.ubica td {
    display: inline-block;
    vertical-align: top;
    padding: 30px
}

#promocion {
    position: absolute;
    bottom: 15px;
    left: 50px;
    width: 600px;
    text-align: center;
    font-size: 26pt;
    color: white;
    text-shadow: 2px 2px 5px black;
}

#promo > img {
    left: 50px;
    margin-left: 50px;

}

.free a{
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    text-shadow: 0px 0px 8px white;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);

}

.free a:hover{
    text-decoration: none;
    color: rgba(255,255,255,1.0);
    text-shadow: 0px 0px 5px gray;
    transition-duration: 1s;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    -moz-filter: blur(0px);

}


/**********FINAL DE ANIMACION *********/

footer {
    position: fixed;
    height: 30px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(5,50,110,1.0);
    z-index: 101;
    display:none;
}

.socialmedia {
    position: relative;
    width: auto;
    float: right;
    right: 15px;
    display: none;

}

.socialmedia img {
    vertical-align: middle;

}
.socialmedia ul {
    display: inline-flex;
    top: 0px;
    margin-top: 0px;
}

.socialmedia ul li {
    display: inline-block;
    margin-left: 15px;

}

.socialmedia a {
    text-decoration: none;
}


.socialmedia a:link {
    text-decoration: none;
}

.socialmedia span {
    visibility: visible;
    line-height: 30px;
    color: white;
    font-size: 8pt;
}

.socialmedia span:hover {
    color: orangered;

}


.socialmedia .musica {
    position: absolute;
    float: right;
    width: 20px;
    height: 100px;

}

/******* ANIMACION DE MENUS ***********/

.nombre img:hover {
  animation: animationFrames linear 0.8s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  translate(0px,0px)  ;
  }
  15% {
    transform:  translate(0px,-25px)  ;
  }
  30% {
    transform:  translate(0px,0px)  ;
  }
  45% {
    transform:  translate(0px,-15px)  ;
  }
  60% {
    transform:  translate(0px,0px)  ;
  }
  75% {
    transform:  translate(0px,-5px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  translate(0px,0px)  ;
  }
  15% {
    -moz-transform:  translate(0px,-25px)  ;
  }
  30% {
    -moz-transform:  translate(0px,0px)  ;
  }
  45% {
    -moz-transform:  translate(0px,-15px)  ;
  }
  60% {
    -moz-transform:  translate(0px,0px)  ;
  }
  75% {
    -moz-transform:  translate(0px,-5px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  15% {
    -webkit-transform:  translate(0px,-25px)  ;
  }
  30% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  45% {
    -webkit-transform:  translate(0px,-15px)  ;
  }
  60% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  75% {
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  translate(0px,0px)  ;
  }
  15% {
    -o-transform:  translate(0px,-25px)  ;
  }
  30% {
    -o-transform:  translate(0px,0px)  ;
  }
  45% {
    -o-transform:  translate(0px,-15px)  ;
  }
  60% {
    -o-transform:  translate(0px,0px)  ;
  }
  75% {
    -o-transform:  translate(0px,-5px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  translate(0px,0px)  ;
  }
  15% {
    -ms-transform:  translate(0px,-25px)  ;
  }
  30% {
    -ms-transform:  translate(0px,0px)  ;
  }
  45% {
    -ms-transform:  translate(0px,-15px)  ;
  }
  60% {
    -ms-transform:  translate(0px,0px)  ;
  }
  75% {
    -ms-transform:  translate(0px,-5px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

/**************** ANIMACION LOGO  *******************/

#logos {
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -moz-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -moz-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -moz-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -moz-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -webkit-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -webkit-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -webkit-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -o-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -o-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -o-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -o-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) scaleX(1.00) scaleY(1.00) ;
  }
  10% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  20% {
    -ms-transform:  rotate(-3deg) scaleX(0.80) scaleY(0.80) ;
  }
  30% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  40% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  50% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  60% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  70% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  80% {
    -ms-transform:  rotate(-3deg) scaleX(1.20) scaleY(1.20) ;
  }
  90% {
    -ms-transform:  rotate(3deg) scaleX(1.20) scaleY(1.20) ;
  }
  100% {
    -ms-transform:  rotate(0deg) scaleX(1.20) scaleY(1.20) ;
  }
}



/******** FORMULARIO ************/

label {
    display:block;
    margin-top: 15px;
    letter-spacing:1px;
}

#formulario {
	position: relative;
    display: block;
    padding: 25px;
    float: right;
    width: 380px;
    border-radius: 35px;
    color: white;
    text-shadow: 1px 1px 2px solid black;
    font-family: Lucida, Arial, sans-serif;
    background-color: rgba(5,50,110,1.0);
    text-align: left;

}

form {
    margin:0 auto;
    width: 360px;
}

input, textarea {
    width: 330px;
    height: 13px;
    background: #666666;
    border: 2px solid #f6f6f6;
    padding: 10px;
    margin-top: 0px;
    font-size: 11px;
    color: #ffffff;
	opacity: 0.75;
}

textarea {
    height: 35px;
}

#submit {
    width: 85px;
    height: 35px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}


/******* FIN  DE FORMULARIO *****************/

/******* ANIMACION FOOTER ******************/

footer .socialmedia img:hover{
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}

/********************* FIN DE ANIMACION ********************-

/**************** BANNER  *******************/

.banner {
    position: absolute;
    right: 0px;
    height: 50px;
    bottom: 60px;
    margin-bottom: 0px;
}

#container {
    max-width: 1920px;
    overflow: hidden;
    margin: 50px auto;
    background: rgba(100,100,100,0.5);
}

.photobanner {
    height: 233px;
    width: 11735px;
    margin-bottom: 80px;
    padding: 5px;
}

.photobanner img {
    width: auto;
    height: 50px;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.photobanner img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.first {
    -webkit-animation: bannermove 30s linear infinite;
       -moz-animation: bannermove 30s linear infinite;
        -ms-animation: bannermove 30s linear infinite;
         -o-animation: bannermove 30s linear infinite;
            animation: bannermove 30s linear infinite;
}

/* Key Frame */


@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -5125px;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5125px;
 }

}

@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5125px;
 }

}

@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5125px;
 }

}

@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -5125px;
 }

}
 /* Key Frames End */

/*****************CB Slideshow ******************/

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 54s linear infinite 0s;
    -moz-animation: imageAnimation 54s linear infinite 0s;
    -o-animation: imageAnimation 54s linear infinite 0s;
    -ms-animation: imageAnimation 54s linear infinite 0s;
    animation: imageAnimation 54s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: -75px;
    right: -200px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 54s linear infinite 0s;
    -moz-animation: titleAnimation 54s linear infinite 0s;
    -o-animation: titleAnimation 54s linear infinite 0s;
    -ms-animation: titleAnimation 54s linear infinite 0s;
    animation: titleAnimation 54s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 80pt;
    padding: 35px 20px;
    line-height: 120px;
    color: rgba(255,255,255,0.8);
}

.cb-slideshow li:nth-child(1) span { background-image: url(../images/1.jpg) }

.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(8) span {
    background-image: url(../images/8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow li:nth-child(9) span {
    background-image: url(../images/9.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow li:nth-child(10) span {
    background-image: url(../images/10.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow li:nth-child(8) div {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow li:nth-child(9) div {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow li:nth-child(10) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

/* Fotos de Proveedores */

.cb-slideshow1,
.cb-slideshow1:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.cb-slideshow1:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow1 li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 54s linear infinite 0s;
    -moz-animation: imageAnimation 54s linear infinite 0s;
    -o-animation: imageAnimation 54s linear infinite 0s;
    -ms-animation: imageAnimation 54s linear infinite 0s;
    animation: imageAnimation 54s linear infinite 0s;
}
.cb-slideshow1 li div {
    z-index: 1000;
    position: absolute;
    bottom: -75px;
    right: -200px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 54s linear infinite 0s;
    -moz-animation: titleAnimation 54s linear infinite 0s;
    -o-animation: titleAnimation 54s linear infinite 0s;
    -ms-animation: titleAnimation 54s linear infinite 0s;
    animation: titleAnimation 54s linear infinite 0s;
}
.cb-slideshow1 li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 80pt;
    padding: 35px 20px;
    line-height: 120px;
    color: rgba(255,255,255,0.8);
}

.cb-slideshow1 li:nth-child(1) span { background-image: url(../images/19.jpg) }

.cb-slideshow1 li:nth-child(2) span {
    background-image: url(../images/20.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow1 li:nth-child(3) span {
    background-image: url(../images/21.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow1 li:nth-child(4) span {
    background-image: url(../images/22.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow1 li:nth-child(5) span {
    background-image: url(../images/23.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow1 li:nth-child(6) span {
    background-image: url(../images/24.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow1 li:nth-child(7) span {
    background-image: url(../images/25.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow1 li:nth-child(8) span {
    background-image: url(../images/26.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow1 li:nth-child(9) span {
    background-image: url(../images/27.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow1 li:nth-child(10) span {
    background-image: url(../images/28.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow1 li:nth-child(11) span {
    background-image: url(../images/29.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

.cb-slideshow1 li:nth-child(12) span {
    background-image: url(../images/30.jpg);
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

.cb-slideshow1 li:nth-child(13) span {
    background-image: url(../images/31.jpg);
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}

.cb-slideshow1 li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow1 li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow1 li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow1 li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow1 li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow1 li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.cb-slideshow1 li:nth-child(8) div {
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}

.cb-slideshow1 li:nth-child(9) div {
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}

.cb-slideshow1 li:nth-child(10) div {
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.cb-slideshow1 li:nth-child(11) div {
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

.cb-slideshow1 li:nth-child(12) div {
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

.cb-slideshow1 li:nth-child(13) div {
    -webkit-animation-delay: 72s;
    -moz-animation-delay: 72s;
    -o-animation-delay: 72s;
    -ms-animation-delay: 72s;
    animation-delay: 72s;
}

@-webkit-keyframes imageAnimation {
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}

@-o-keyframes imageAnimation {
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}

@-ms-keyframes imageAnimation {
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}

@keyframes imageAnimation {
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    -transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}

@-webkit-keyframes titleAnimation {
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-moz-keyframes titleAnimation {
	0% {
	    opacity: 0;
	    -moz-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-o-keyframes titleAnimation {
	0% {
	    opacity: 0;
	    -o-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@-ms-keyframes titleAnimation {
	0% {
	    opacity: 0;
	    -ms-transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

@keyframes titleAnimation {
	0% {
	    opacity: 0;
	    transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1920px) {
	.cb-slideshow li div h3 { font-size: 50pt }
    .texto ol {margin: 10px; padding: 6px; font-size: 26pt; color: white; border: white; border-width: 0 0 1px 0; width: 500px; }
}

@media screen and (max-width: 1440px) {
	.cb-slideshow li div h3 { font-size: 35pt }
    .texto ol {margin: 10px; padding: 6px; font-size: 20pt; color: white; border: white; border-width: 0 0 1px 0; width: 430px; }
}

@media screen and (max-width: 1366px) {
	.cb-slideshow li div h3 { font-size: 35pt }
    .texto ol {margin: 10px; padding: 4px; font-size: 18pt; color: white; border: white; border-width: 0 0 1px 0; width: 420px; }
    .texto li {font-size: 10pt; margin-top: -7px}

}

@media screen and (max-width: 1280px) {
	.cb-slideshow li div h3 { font-size: 30pt }
    .texto ol {margin: 10px; padding: 4px; font-size: 18pt; color: white; border: white; border-width: 0 0 1px 0; width: 420px; }
}

@media screen and (max-width: 1024px) {
    .cb-slideshow li div h3 {font-size: 20pt }
    .texto ol {margin: 10px; padding: 4px; font-size: 18pt; color: white; border: white; border-width: 0 0 1px 0; width: 400px; }
}

@media screen and (max-height: 600px ) {
	.cb-slideshow li div h3 { display:none }
    .panelizq {width: 900px}
    .texto ol {margin: 10px; padding: 4px; font-size: 10pt; color: white; border: white; border-width: 0 0 1px 0; width: 900px;  overflow: auto;}
    .texto li {font-size: 8pt; margin-top: -15px}


    }

*/

/*
@media screen and (max-width 1024) {

    .direccion {
    position: absolute;
    width: 500px;
    top: 150px;
    left: 450px;
    text-align: center;
    color: orangered;
    text-shadow: 1px 1px 2px black; }

}
*/


/****************** GALLERY **********************/

.album {
    width: 900px;
    margin: 0 auto;
}

.album li{
	float: left;
	margin: 5px;
	position: relative;
    list-style-type: none;
}

.album li > a,
.album li > a img{
	display: block;
}

.album li > a{
	width: 200px; /*tamaño original 150px */
	height: 200px; /*tamaño original 150px */
	position: relative;
	padding: 5px;
	background: #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px #000, 1px 1px 2px rgba(5,50,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #000, 1px 1px 2px rgba(5,50,86,0.3) inset;
	box-shadow: 1px 1px 2px #000, 1px 1px 2px rgba(5,50,86,0.3) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.album li > a span{
	position: absolute;
	width: 200px; /* Tamaño original 150px */
	height: 200px; /* Tamaño original 150px */
	top: 5px;
	left: 5px;
	text-align: center;
    line-height: 200px;
    color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 16pt;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(30,78,121);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(30,78,121,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(30,78,121,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(30,78,121);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(30,78,121,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(30,78,121,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(30,78,121,1) 100%);
}

.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 600px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}

.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}

.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close {
    display: list-item;
	background: rgba(255,255,255,0.75);
	z-index: 1000;
	color: #696969;
	position: absolute;
	top: 120px;
	left: 80%;
	font-size: 18px;
/*	line-height: 26px;*/
	text-align: center;
    border-radius: 15px;
    text-decoration: none;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
/*Siguiente y Anterior */
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
/*	top: -32px;*/
	width: 50px;
	height: 50px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -90px;
	background: transparent url(../images/leftarrow.png) no-repeat top left;
}
.lb-next{
	margin-left: 40px;
	background: transparent url(../images/rightarrow.png) no-repeat top right;
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}

x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

.redes-flotantes {
position: fixed;
right: 8px;
top: 70%;
z-index: 20;
}
.redes-flotantes img {
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(1.0) ;
-webkit-transform: scale(1.0) ;
-o-transform: scale(1.0) ;
-ms-transform: scale(1.0) ;
transform: scale(1.0) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}

</style>
