html, body {
	padding: 0; 
	margin: 0;
	background: #FFFFFF;
	color: #4f4f4f;
	font-weight: 300; 
	font-family: "L&L Font", Futura, Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

img.noticias {
	margin-top: 20px;
}

video {
    background-size: cover;
    /*background-color: #dc931b;*/
    background: #dc931b;
	background: -moz-radial-gradient(center, ellipse cover, #dc931b 100%, #f7bd5e 0%);
	background: -webkit-gradient(radial, center center, 100px, center center, 50%, color-stop(100%, #dc931b), color-stop(0%, #f7bd5e));
	background: -webkit-radial-gradient(center, ellipse cover, #dc931b 100%, #f7bd5e 0%);
	background: -o-radial-gradient(center, ellipse cover, #dc931b 100%, #f7bd5e 0%);
	background: -ms-radial-gradient(center, ellipse cover, #dc931b 100%, #f7bd5e 0%);
	background: radial-gradient(ellipse at center, ##dc931b 100%, #f7bd5e 0%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bd5e', endColorstr='#f7bd5e', GradientType=1 );
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 70%;
    position: fixed;
    right: 0;
    width: 50%;
    z-index: -100;
}

a:link, a:visited {
	color:  red;
	text-decoration: none;
}

a:hover {
	color: #44cce4;
}

/* universal */

/* header */

header {
	background: transparent;
}

header .contact { 
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #000000;
}

.content h1
{
	color: #4f4f4f;
}

/*header hr {
	background: url(../img/hr_pattern.png);
	border: 0;
	height: 9px;
	margin: 6% 0;
}*/

header a:link, header a:visited {
	color: #5b5940;
}

header a:hover {
	color: #44cce4;
}

header nav {
	background: #db931a;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

header nav ul li {
	display: block;
	text-transform: uppercase; 
	font-size: 20px;
	overflow: hidden;
	font-weight: 200;
}

header nav ul li a {
	display: block;
	color: #db931a;
	text-decoration: none;
	
	width: 100%;
}

header nav ul li a:link, header nav ul li a:visited {
	color: #4f4f4f;
}

header nav ul li a:hover {
	color: #44cce4;
}

header nav ul li.current_page_item {
	color: #f1f1f1;	
}

header nav ul li.current_page_item a {
	background: #4a4a4a;
	color: #f1f1f1;		
}

header .contact, footer {
	line-height: 16px;
}

header .masthead img:first-child {
	width: 100%;
}

div#form-holder{
	float:left;
	margin-top:5px;
	margin-left: 60px;
	width:48%
}

div#contact form input.submit{
	background-color:#333;
	height:34px;
	color:#fffeff;
	text-transform:uppercase;
	font:12px "minion-pro-1",
	"minion-pro-2";
	padding-top:0;
	padding-bottom:0;
	width:160px;
	margin-top:10px;
	cursor:pointer;
	cursor:hand;
	clear:left
}

div#contact form label{
	text-transform:uppercase;
	font-size:12px;
	color: #4a4a4a;
	margin-bottom:8px
}

div#contact form label,div#contact form input,div#contact form textarea{
	float:left;
	margin-top: 5px;
	width:100%;
}

/* footer */

footer {
	background: none;
	padding: 4px 0 0 0 ;
	clear: both;
	position: relative;
	font-size: 12px;
	letter-spacing: 0.1em;
}


/*footer hr {
	height: 53px;
	border: 0;
	background: url(../img/hr_pattern_footer.png);
}*/

footer h3 {
	width: auto;
	font-size: 20px;
	color: #4f4f4f;
	font-weight: lighter;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}


footer .group {
	margin-bottom: .75em;
}


.bottom_rule {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dddddd;
}

footer section.first_section {
	background: none;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 780px) {

	footer section {
		display: block; 
		float: left;
		padding-right:20px;
	}
	footer section.copyright {
		position: absolute;
		right: -20px;
		text-align: right;
		left: 0;
		z-index: 0;
		
		pointer-events:none;
	}
	
	footer section.copyright .copyright_text {
		float:right;
		pointer-events: auto;
		margin-left: 410px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/


}


@media screen and (min-width: 1090px) {

	
	footer section.first_section {
		padding-left: 80px;
	}
	
	footer section.copyright {
		left: 166px;
	}

}

/* content area */

video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 70%;
    position: fixed;
    right: 0;
    width: 50%;
    z-index: -100;
}

/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
#content .homepage h1 {
	font-weight: 200;
	font-size: 46px;
	text-transform: uppercase;
	color: black;
}

h1, h2, h3, p {
	font-weight: 300;
}

h1, h2, h3 {
	color: #db931a;
}

figure {
	display: block;
	padding: 9px;
	margin: 0;
	text-indent: 0;
	background: #e4e4e4;
}

figure img {
	display: block;
	padding: 0;
	margin: 0;
}

hr {
	background: url(../img/hr_pattern_white.png);
	border: 0;
	height: 5px;
}


input.form_field {
	border: 1px solid #dddddd;
	padding: 3px;
	float: left;
	width: 150px;
	font-size: 18px; 
	font-weight: 200; 
	font-family: 'L&L Font', Futura, Helvetica, Arial, sans-serif; 
	color: #999999;
	
}

input.form_button {
	border: 0; 
	font-size: 18px; 
	font-weight: 200; 
	font-family: 'L&L Font', Futura, Helvetica, Arial, sans-serif; 
	background: none; 
	color: #f800a6;
	float:left;
	padding: 4px 12px;

}

input.form_button:hover {
	cursor: pointer;
	color: #44cce4;
}

.event_item {
	padding: 20px 0;	
}
 
.event_item .large_date {
	display: none;
}

.photo_gallery {
	margin: 12px 5px 0 5px;
}

.photo_item {
	float: left; 
	margin: 12px; 
	background: #e5e5e5; 
	overflow: hidden
}

.photo_item a.photo_item_link {
	display: block; 
	width: 175px; 
	height: 175px; 
	border: 8px solid #e5e5e5;
}

.photo_item a.photo_item_link:hover {
	border: 8px solid #44cce4;
}

@media screen and (min-width: 768px) {
	.event_info {
		min-height: 168px;
		margin-left: 200px;
	}
	.event_item .large_date {
		display: block;
		margin-left: 15px;
		position: absolute;
		color: #4a4a4a;
		display: inline-block;
		text-align: center;	
		width: 180px;
	}

	.event_item .large_date p {
		color: #db931a;

	}
	
	.event_item .large_date .day {
		margin: 0;
		font-size: 140px;
		line-height: 140px;
		letter-spacing: -10px;
	}
	
	.event_item .large_date .month {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		/*text-transform: uppercase;*/
	}
	
	.event_item .event_info {
		position: relative;
		min-height: 160px;
		
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/

}

.news_item {
}

.page_nav {
	padding: 20px 0;	
}

.page_nav .prev {
	float: left;
}

.page_nav .next {
	float: right;
}


.artist_item h2 {
	margin: 0;
	text-transform: uppercase; 
	color: #999999;
	font: 64px/64px;
}


/* layouts */

/* 1-col style */
@media screen and (max-width: 550px) {
	body {
		padding: 0;
		margin: 0;
		font-size: 15px;
		text-align: justify;
	}
	
	header {
		background: #db931a;
	}
	
	header .masthead {
		display: block;
		margin: auto;
		padding: 24px 0px;
		width: 264px;
		height: 112px;
		background: #db931a url(../img/logo_grande_horizontal.jpg) no-repeat 50%;
		background-size: 100%;
		overflow: hidden;
	}

	div#form-holder{
		float:none;margin-top:50px;margin-left:9%;margin-right:9%;width:auto
	}
	
	#content .homepage h1 {
		font-size: 36px;
	}
	
	#mastheadImage {
		display: none;
	}
	
	header .contact {
		display: none;
	}
	
	
	header nav ul li {
		border-top: 1px solid #dddddd;
	}
	
	header nav ul li:first-child {
		border-top: none;
	}
	
	header nav ul li a {
		text-align: center;
		line-height: 45px;
		padding-top: 3px;
	}
	
	header .social {
		display: none;
	}
	
	#content, footer {
		margin: 24px 20px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
	
	/*#content .homepage_background {
		display: none;
	}*/
	
	footer {
		display: block;
	}
	
	.photo_gallery {
		margin: 12px 8px 0 8px;
	}
}

/* 1+ col styles */
@media screen and (min-width: 551px) {
	
	header {
		position: absolute;
		z-index: 20;
		background: #db931a;
	}
	
	header #masthead, header nav {
	}
	
	header nav ul li.current_page_item:before {
		content: url(../img/nav_tip.png);
		position: absolute;
		left: 100%;
		padding: 0;
		margin: 0;
		background: none;	
		text-align: top;
		line-height: 1px;
	}
	
	header nav ul li a {
		line-height: 20px;
		text-indent: 20px;
		padding: 8.8% 0 6.7% 0;
	}
	
	footer {
		margin: 15px;
	}
	
	#content hr {
		margin: 0;
	}
	
	#content .homepage {
		position: relative; 
		z-index: 2
	}
	
	#content .homepage h1 {
		margin: 0;
		color: black;
		font-size: 46px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
	footer.on_homepage {
		display: none;
	}
	
}


/* 2-col style */
@media screen and (min-width: 551px) and (max-width: 1000px) {
	
	body {
		border-left: 180px solid #f1f1f1; /*192px solid #f1f1f1;*/
		max-height: 600px;
		/*height: 100%;*/
		/*padding: 20px 30px;*/
		font-size: 16px;
		/*text-align: justify;*/
	}
		
	header {
		position: absolute;
		width: 180px; /*192px;*/
		background: #f1f1f1;
		top: 0;
		left: 0;
		bottom: 0;
		height: 80%;
		min-height: 607px;
		z-index: 100;
	}
		
	header .contact {
		display: none;
	}
	
	header .masthead {
		position: static;
		width: 140px; /*152px;*/
		left: 0;
		top: 0;
		padding: 20px;
		background: #db931a;
	}
	
	header nav {
		width: 100%;
		position: static;
		top: 0;
		padding-top: 20px;
		background: none;
	}
	
	header nav ul li {
		margin: 1px 0;
	}
	header .social {
		z-index: 100;
		padding: 24px 10px;
		width: 170px;
	}
	
	header .social a {
		display: inline-block; 
		width: 36px;
		height: 36px;
		
	}
	
	header .social a.facebook {
		background: url(../img/redes_sociales/facebook_r.png) no-repeat;
	}

	header .social a.facebook:hover {
		background: url(../img/redes_sociales/facebook_c.png) no-repeat;
	}
	
	header .social a.twitter {
		background: url(../img/redes_sociales/twitter_r.png) no-repeat;
	}

	header .social a.twitter:hover {
		background: url(../img/redes_sociales/twitter_c.png) no-repeat;
	}

	header .social a.instagram {
		background: url(../img/redes_sociales/instagram_r.png) no-repeat;
	}

	header .social a.instagram:hover {
		background: url(../img/redes_sociales/instagram_c.png) no-repeat;
	}

	header .social a.youtube {
		background: url(../img/redes_sociales/youtube_r.png) no-repeat;
	}

	header .social a.youtube:hover {
		background: url(../img/redes_sociales/youtube_c.png) no-repeat;
	}
	
	
	#content {
		margin: 0 0;
		max-width: 950px;
		height: 0px;
	}

	video {
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 80%;
    position: fixed;
    right: 0;
    width: 50%;
    z-index: -100;
	}
	
	/*#content .homepage {
		margin-left: -20px;
	}*/
	
	/*#content .homepage_background {
		left: 180px;
	}*/

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
	
	h1, h2, h3, p, figure, .artist_item, .page_nav {
		margin: 18px 0;
	}
}


/* 3-col style */ /*1086+ originally*/
@media screen and (min-width: 1001px) {
	
	body {
		margin-left: 30%;
		/*padding: 2% 30px;*/
		font-size: 16px;
		text-align: justify;
	}
	
	header {
		width: 100%;
		position: absolute;
		z-index: 20;
		left: 0;
		top: 0;
		background:transparent;
		pointer-events: none;
	}

	header > * {
		pointer-events: auto;
	}

	header:before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 18%;
		background: #db931a;
		z-index: -100;
	}
	
	header nav {	
		position: absolute;		
		width: 12%;
		right: 0;
		top: 0;
		left: 18%;		
		height: 100%;
		background: transparent;
	}
	 
	header nav:before {	
		content: "";
		position: fixed;
		width: 12%;
		top: 0;
		left: 18%;
		height: 100%;
		background: #f1f1f1;
		z-index: -10;
	}
	
	header nav ul {
		top: 0;
		padding-top: 2%;
		width: 100%;
	}
	
	header nav ul li {
		margin: 6% 0;
	}

	header .contact {
		margin: 2%;
		width: 14%;
	}
	
	header .social {
		z-index: 100;
		padding: 24px 2%;
		width: 190px;
	}
	
	header .social a {
		display: inline-block; 
		width: 36px;
		height: 36px;
		
	}
	
	header .social a.facebook {
		background: url(../img/redes_sociales/facebook_r.png) no-repeat;
	}

	header .social a.facebook:hover {
		background: url(../img/redes_sociales/facebook_c.png) no-repeat;
	}
	
	header .social a.twitter {
		background: url(../img/redes_sociales/twitter_r.png) no-repeat;
	}

	header .social a.twitter:hover {
		background: url(../img/redes_sociales/twitter_c.png) no-repeat;
	}

	header .social a.instagram {
		background: url(../img/redes_sociales/instagram_r.png) no-repeat;
	}

	header .social a.instagram:hover {
		background: url(../img/redes_sociales/instagram_c.png) no-repeat;
	}

	header .social a.youtube {
		background: url(../img/redes_sociales/youtube_r.png) no-repeat;
	}

	header .social a.youtube:hover {
		background: url(../img/redes_sociales/youtube_c.png) no-repeat;
	}
	
	header .masthead {
		width: 14%;
		margin-top: 2%;
		padding: 2%;
		background: #db931a;
	}
	
	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
	/*#content .homepage_background {
		left: 30%;
	}*/
}

/* desktop style stop all resizing maximum extent */
@media screen and (min-width: 1501px) {
	
}




/* type point size stuff */

@media screen and (max-width: 550px) {

	h1, h2, h3, p, figure, .artist_item, .page_nav {
		margin: 15px 0;
	}
	
	h1 {
		font-size: 26px;
	}
	
	h2, h3 {
		font-size: 24px;
		color: #4a4a4a;
		text-transform: uppercase;
	}
	
	.large {
		font-size: 12px;
	}

}

@media screen and (min-width: 551px) and (max-width: 1000px) {

	h1 {
		font-size: 26px;
	}
	
	h2, h3 {
		font-size: 24px;
		color: #4a4a4a;
		text-transform: uppercase;
	}

	.large {
		font-size: 18px;
	}
	
	
	.artist_item h2 {
		font-size: 40px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
}

@media screen and (min-width: 820px) and (max-width: 1000px) {
	
	.artist_item h2 {
		font-size: 54px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 715px;
	height: 515px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
}


@media screen and (min-width: 1001px) {

	
	h1, h2, p, figure, .artist_item, .page_nav {
		margin: 15px 30px;
	}
		
	h1 {
		font-size: 24px;
		margin: 20px 30px;
	}
	
	h2, h3 {
		font-size: 24px;
		color: #4a4a4a;
		text-transform: uppercase;
	}

	h3 {
		margin: 15px 20px 15px 0px;
	}

	p {
		margin: 20px 30px ;
	}

	.large {
		font-size: 20px;
	}
		
	#content .homepage h1 {
		font-size: 56px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 840px;
	height: 905px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
	
	.artist_item h2 {
		font-size: 64px;
	}
	
	header nav ul li a {
		font-size: 18px;
		line-height: 1.4;
	}
}


@media screen and (min-width: 1080px) {

	#content .homepage h1 {
		font-size: 64px;
	}

	/*#content .homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: auto;
	height: auto;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/

}


@media screen and (min-width: 1280px) {
	header nav ul li a {
		font-size: 20px;
		line-height: 1.4;
	}

	/*#content {
		max-width: 950px;
		height: 0px;
	}


	.homepage_background {
	background-color: black; 
	position: absolute; 
	overflow: hidden;
	width: 900px;
	height: 700px;
	background-image: url(../img/portada_inicio2.jpg);
	background-position: 75% 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}*/
}



/* ---------------------------Estilos cookies CSS-------------------- */


@use postcss-cssnext;
/* helpers/fixed.css */

.fixed {
  position: fixed;
  z-index:100;
  will-change: transform;
}

.fixed--bottom {
  bottom:0;
  left: 0;
  right: 0;
}

/* layout/base.css */

:root {
  
  --bodyLineHeight: 1.5;
}



/* modules/anchor.css */

:root {
  --anchorColor: inherit;
}

a {
  color: var(--anchorColor);
}

/* modules/button.css */

:root {
  --buttonBorderWidth: 0.0625em;
  --buttonPaddingHorizontal: 1em;
  --buttonPaddingVertical: 0.5em;

  --buttonHoverBackgroundColor: #db931a;
}

button {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.button {
  border-style: solid;
  border-width: var(--buttonBorderWidth);
  padding: var(--buttonPaddingVertical) var(--buttonPaddingHorizontal);
  position: relative;
}

.button::after {
  background-color: var(--buttonHoverBackgroundColor);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  z-index: -1;
}

.button:focus::after,
.button:hover::after {
  opacity: 1;
}

/* modules/cookie-disclaimer.css */

:root {
  --cookieDisclaumerBackgroundColor: #f3f3f3;
  --cookieDisclaumerColor: #4f4f4f;
  --cookieDisclaumerFontSize: 0.75rem;
  --cookieDisclaumerPadding: 0.75rem;
}

.cookie-disclaimer {
  background-color: var(--cookieDisclaumerBackgroundColor);
  color: var(--cookieDisclaumerColor);
  font-size: var(--cookieDisclaumerFontSize);
  opacity: 0;
  padding: var(--cookieDisclaumerPadding);
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.5s;
}

.cookie-disclaimer.is-active {
  opacity: 1;
  transform: translateY(0);
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

/* modules/media.css */

:root {
  --mediaObjectMarginHorizontal: 1em;
}

.media {
  display: flex;
}

.media--center {
  align-items: center;
}

.media__object--left {
  margin-right: var(--mediaObjectMarginHorizontal);
}

.media__object--right {
  margin-left: var(--mediaObjectMarginHorizontal);
  order: 1;
}

.media__body {
  flex-grow: 1;
}

/* Fin de estilos cookies CSS */
