:root {
  --fbvmblue1: #003f5f;
/*  rgb(0, 63, 95)*/

  --fbvmblue2: #176cab;
/*  rgb(23, 108, 171)*/
}

  --fbvgreen: #6baa06;
/*	rgb(107, 170, 6)*/












/* /////////////fonts */


@font-face {
 	font-family: Akzidenz;
	src: url(Akzidenz/AkzidenzGroteskBQ-BdCnd.ttf);
	font-weight: 200;
}
@font-face {
 	font-family: Akzidenz;
	src: url(Akzidenz/AkzidenzGroteskBQ-Cnd.ttf);
	font-stretch: condensed;
}

@font-face {
 	font-family: MyriadPro;
	src: url(Akzidenz/MyriadPro-Regular.otf);
	font-stretch: condensed;
}











/* /////////////whole */

* {
	font-family: Akzidenz;
	color: var(--fbvmblue1);
	font-stretch: condensed;
	letter-spacing: 2pt;
	font-size: 19pt;
}
p {
	line-height: 25px;
}








/* /////////////content */

.programacion {
	background-color: var(--fbvmblue1);
	color: white;
	padding: 20px !important;
	border-radius: 15px;
	display: inline-block;
	margin: 55px 40px;
	letter-spacing: 2pt;
}
.programacion a:link {
	letter-spacing: 5pt;
	color: white;
	text-decoration: 0 !important;
	font-weight: bold;
	font-size: 19pt;
}
.programacion a:visited {
	letter-spacing: 5pt;
	color: white;
	text-decoration: 0 !important;
	font-weight: bold;
	font-size: 19pt;
}
.programacion a:hover {
	letter-spacing: 5pt;
	color: white;
	text-decoration: 0 !important;
	font-weight: bold;
	font-size: 19pt;
}
.programacion a:active {
	letter-spacing: 5pt;
	color: white;
	text-decoration: 0 !important;
	font-weight: bold;
	font-size: 19pt;
}
#fbvcontent {
	text-align: center;
}
div {
	padding: 20px 0;
}
.galeria, .concurso, .banner {
	display: block;
}
.galeriaresp, .concursoresp, .bannerresp {
	display: none;
}
.finaldescription {
	margin: 20px 40px;
	padding: 0 150px;
}
.barraminigaleria img {
	width:33.33%;
	display: inline-block;
}
@media screen and (max-width: 690px) {
	.galeria, .concurso, .banner {
		display: none;
	}
	.galeriaresp, .concursoresp, .bannerresp {
		display: block;
	}
	.finaldescription {
		margin: 20px 40px;
		padding: 0;
		letter-spacing: 0;
	}
	.barraminigaleria img {
		width:100%;
		display: block;
	}
	.programacion a:link {
		font-size: 13pt;
	}
	.programacion a:visited {
		font-size: 13pt;
	}
	.programacion a:hover {
		font-size: 13pt;
	}
	.programacion a:active {
		font-size: 13pt;
	}
}







/* /////////////footer */


#fbvfooter {
	display: block;
}
#fbvfooterresp {
	display: none;
}

#fbvfooter, #fbvfooterresp {
	background-color: var(--fbvmblue1);
	padding: 2.66%;
	color: white;
	text-decoration: none;
	margin-top: 40px;
}
#fbvfooter p, #fbvfooterresp p {
	color: white;
	text-decoration: none;
	font-size: 12pt !important;
	letter-spacing: 0 !important;
	font-family: MyriadPro !important;
	line-height: 15px;
}
#fbvfooter p a, #fbvfooterresp p a {
	color: white;
	text-decoration: none;
	text-decoration: 0;
	font-size: 12pt !important;
	letter-spacing: 0 !important;
	font-family: MyriadPro !important;
	line-height: 15px;
}
#fbvfootercol1 {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
#fbvfootercol2 {
	width: 30%;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}
#fbvfootercol2 p a img {
	height: 20px;
	padding-right: 20px;
}
#fbvfootercol3 {
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
}
#fbvfootercol4 {
	width: 100%;
	text-align: center;
}
#fbvfootercol4 p a img {
	height: 20px;
	padding-right: 20px;
}


@media screen and (max-width: 690px) {
	#fbvfooter {
		display: none;
	}
	#fbvfooterresp {
		display: block;
	}
}

