html,body {
	margin:0;
	padding:0;
}
ol,ul,li {
	list-style:none;
}




.footer {
	position: absolute;
	width:100%;
	height:40px;
	margin:0;
	background-color:#ffffff;
	padding-top:15px;
	bottom:0;
	text-align:center;
}




.logo{
	position: absolute;
	margin:0;
	padding:0;
	top:8%;
	right:0;
	z-index:2;
}


.menu-nos{
	position: absolute;
	top:5%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_nos.gif);
	width:108px;
	height:93px;
}



.menu-shop{
	position: absolute;
	top:41%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_shop.png);
	width:114px;
	height:34px;
	
}
.menu-shop:hover{
	background-image:url(../images/bt_shop_o.png);
}

.menu-contacto{
	position: absolute;
	top:33%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_contato.png);
	width:114px;
	height:34px;
}
.menu-contacto:hover{
	background-image:url(../images/bt_contato_o.png);

}
.menu-son{
	position: absolute;
	top:50%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_son.png);
	width:114px;
	height:34px;
}

.menu-son:hover{
	background-image:url(../images/bt_son_o.png);
}

.menu-vva{
	position: absolute;
	top:59%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_vva.png);
	width:114px;
	height:34px;
}

.menu-vva:hover{
	background-image:url(../images/bt_vva_o.png);
}

.menu-euro{
	position: absolute;
	top:68%;
	left:0;
	z-index:2;
	background-image:url(../images/bt_euros.png);
	width:114px;
	height:34px;
}

.menu-euro:hover{
	background-image:url(../images/bt_euros_o.png);
}
.logofooter{
	position: absolute;
	margin:0;
	padding:0;
	bottom:3px;
	margin-left:03%;
	z-index:2;
}

.btplayer{
	position: absolute;
	
	padding:0;
	bottom:6px;
	margin-left:85%;
	z-index:2;
	
}

.papel {
	position: absolute;
	margin:0;
	padding:0;
	bottom:10%;
	left:8%;
	z-index:2;
	
}

.luz{
	position: absolute;
	margin:0;
	padding:0;
	bottom:10%;
	right:8%;
	z-index:2;
}

.papel_texto {
	position: absolute;
	margin:0;
	padding:0;
	bottom:12%;
	left:20%;
	z-index:2;
	
}
.papel_imagen {
	position: absolute;
	margin:0;
	padding:0;
	bottom:12%;
	left:55%;
	z-index:2;
	
}

.luz_texto {
	position: absolute;
	margin:0;
	padding:0;
	bottom:12%;
	left:20%;
	z-index:2;
	
}
.luz_imagen {
	position: absolute;
	margin:0;
	padding:0;
	bottom:12%;
	left:55%;
	z-index:2;
	
}



.social, .social:link, .social:visited, .social:active  {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #46706b;
	text-decoration: none;
	
	padding-left:50px;
}

.image01{
	z-index:-7;
	position:absolute;
background-image: url(../images/1.jpg);
top:0;
right:0;
height:100%

}
.image02{
	z-index:-7;
	position:absolute;
background-image: url(../images/2.jpg);
top:0;
right:0;
height:100%

}
.image03{
	z-index:-7;
	position:absolute;
background-image: url(../images/3.jpg);
top:0;
right:0;
height:100%

}
.image04{
	z-index:-7;
	position:absolute;
background-image: url(../images/4.jpg);
top:0;
right:0;
height:100%


}
.image05{
	z-index:-7;
	position:absolute;
background-image: url(../images/5.jpg);
top:0;
right:0;
height:100%

}
.image06{
	z-index:-7;
	position:absolute;
background-image: url(../images/6.jpg);
top:0;
right:0;
height:100%

}
.image07{
	z-index:-7;
	position:absolute;
background-image: url(../images/7.jpg);
top:0;
right:0;
height:100%

}
.image08{
	z-index:-7;
	position:absolute;
background-image: url(../images/8.jpg);
top:0;
right:0;
height:100%

}

.image09{
	z-index:-7;
	position:absolute;
background-image: url(../images/9.jpg);
top:0;
right:0;
height:100%

}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
   25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
   25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Animation for the link */
@-webkit-keyframes linkAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes linkAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes linkAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
   25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes linkAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
   25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes linkAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span div a{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
