body{
	background-color:#111111;
	background-image: url(../img/lucesdevigo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	color:#222;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width: 994px){
	body{
		background-color:#111111;
		background-image: url(../img/lucesdevigo.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 120%;
	}
}

.menu-bts{
	position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    text-align: center;
    z-index: 999;
    /* background: rgba(255, 255, 255, 0.8);
	    -webkit-border-radius: .5em;
	    -moz-border-radius: .5em;
	    border-radius: .5em;
	    -webkit-box-shadow: 4px 8px 7px rgba(0,0,0,0.6);
	    -moz-box-shadow: 4px 8px 7px rgba(0,0,0,0.6);
	    box-shadow: 4px 8px 7px rgba(0,0,0,0.6);*/
}


.menu-bts-inner .btn-danger{
	display:block;
	font-size:1.8em;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px rgba(0,0,0,1);
}
@media (max-width: 480px){
	.menu-bts{
	    width: 90%;
	}
}
@media (max-width: 480px){
	.menu-bts{
	    width: 90%;
	}
	.menu-bts-inner .btn-danger{
		font-size:1.4em;
	}
}


.aviso-legal{
	position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 998;    
}
.btn-dark {
    color: #dadada;
    background-color: #111;
    border-color: #111;
    font-size:.6em;
    font-weight:300;
    margin-right:.5em;
}

.list-group-item{
	font-size:.8em;
	font-weight:300;
}
.list-group-item.active{
	font-size:1.1em;
}