body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
#header{
	background:#000;
	color:#fff
}
.top{
	padding:10px 0px;
	background:#fbb200;
	color:#000;
	font-weight:600;
}
.top a{
	color:#000
}
#pie{
	color:#fff;
	padding:10px 0px;
	background:#85441c;
}
#pie a{
	color:#fff;
	text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
	color:#fbb727;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase
}
.navbar-toggler {
  border-color: #fbb200;
  background: #fbb200
} 
.bloque{
	padding:5% 0px;
}
.dark{
	background:#000;
	color:#fff;
}
.titulo{
	font-size:35px;
	line-height:45px;
	margin-bottom:10px;
}
.subtitulo{
	font-size:25px;
	line-height:35px;
	margin-bottom:25px
}
.searchform{
	max-width:550px;
	margin: 10px auto;
}
.navbar .navbar-brand{
	max-width: 200px
}
.navbar .searchform{
	margin: 0px;
}
.searchform .form-control{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.searchform .btn{
	background:#fbb200;
	color:#000;
	font-weight: bold;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.titulo{
	position: relative;
	color:#000;
	font-weight: bold;
	text-align:center;
	margin: 10px 0px 25px 0px;
	padding: 10px 10px 20px 10px;
	text-transform: uppercase;
}
.titulo:after{
	position: absolute;
	content:"";
	width: 150px;
	border:2px solid #ffb200;
	left:0px;
	right: 0px;
	bottom:0px;
	margin: 10px auto;
}
.dark .titulo{
	color:#ffb200;
}
.dark .titulo:after{
	border:2px solid #85441c;
}
.grupo-musical{
	position:relative;
	background: #fff; 
	padding-bottom:80.66% !important;
	box-shadow: 0px 10px 15px 2px rgba(1,1,1,.05);
	-webkit-box-shadow: 0px 10px 15px 2px rgba(1,1,1,.05);
	-moz-box-shadow: 0px 10px 15px 2px rgba(1,1,1,.05);
	margin:10px 0px
}
.grupo-musical .i-grupo img{
}
.grupo-musical>a{
	color:#85441c;
	text-decoration:none;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.grupo-musical .i-grupo{
	display:block;
	overflow: hidden;
	max-height:calc(100% - 10px);
}
.grupo-musical span{
	position:absolute;
	right:-5px;
	color: #85441c;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 4px 4px 2px rgba(255,255,255,0.6);
	background: #fff;
	max-height: 25px;
	text-align: center;
	max-width: 210px;
	font-size: 11px;
	top: -5px;
	padding:0px 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.grupo-musical h3{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	padding: 10px 10px 0px 10px; 
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	min-height: 50px;
	background: #fff;
	color:#85441c;
}
.grupo-musical h3>a{
	color: #000;
	text-decoration:none
}
.bg-yellow{
	background: #fbb200;
	color:#000;
}
.datos{
	margin: 10px 0px
}
.datos li{
	list-style: none
}
.datos li, .datos li a{
	color:#000;
	text-decoration: none;
}

#cookies {
	font-size:14px; 
	line-height:18px; 
	background:#85441c;z-index:16000161; 
	box-shadow:0 -1px 5px rgba(0,0,0,0.75);
	color:#fff;
	position:fixed;
	bottom:0;left:0;right:0;
	text-align:left;
	padding:.5em 10em 20px .5em;
	display:none;
	font-weight:bold
}  
#cookies a {color:#fff;transition:all .2s ease;} 
#cookies a:hover {color:#6AD4FF;}
#cookies .accept {border:1px solid #fff;padding:.25em .75em;position:absolute;right:.5em;top:.75em;}
#cookies .accept:hover {border-color:#fff;color:#fff;}
.form-control{
	border:1px solid #ffb200;
	margin:5px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
@media screen and (max-width:768px) {
	#cookies {padding:.5em .5em 3em;text-align:justify;}
	#cookies .accept {top:auto;bottom:.5em;right:50%;transform:translateX(50%);}
}

@media (max-width: 767px) {
	body{
		font-size: 14px;
		line-height: 16px;
	}
	.titulo {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.subtitulo {
		font-size: 18px;
		line-height: 20px;
	}
	.grupo-musical h3{
		font-size: 18px;
		line-height: 20px
	}
}