/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color:#333;
	margin: 0;
	background:url(../img/catedral.jpg) no-repeat center;
	background-attachment: fixed;
	background-size:cover;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Vollkorn', serif;
	color: darkred;
	margin:30px 0 20px;
}
h4, h5 {
	margin:20px 0 10px;
}
h1 {
	color:white;
	text-shadow: black 2px 2px 2px;
}
h5 {
	font-size: 16px;
}
strong {
	font-weight:600;
	color: #CC7A00;
}
label {
	font-weight:600;
	color: darkred;
}
a {
	color: firebrick;
}
a:hover, a:focus {
	color: darkred;
	text-decoration: none;
}
hr {
	border-top: 1px solid sienna;
}
thead, tbody, th, tr, td, dt, dl {
}
dl {
	margin-top: 20px;
	margin-bottom: 10px;
}
dt {
	font-family: 'Alegreya', sans-serif;
	font-style: italic;
	font-weight: 400;
	color: indigo;
}
dd {
	font-family: 'Alegreya', sans-serif;
}
.bg {
/*	background: linen;
	background: linear-gradient(-45deg, #FFAD33, linen);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);*/
	padding: 30px;
	margin:120px 0 80px;
}
/* MENU CELULARES */
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 25px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 8px;
}
.navbar-inverse .navbar-toggle {
  border-color: gray;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: lightgray;
}
.navbar-header a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #FFAD33;
	font-size: 16px;
}
.navbar-header button {
	color: #FFAD33;
	font-size: 18px;
	border: 1px solid #FFAD33;
}
.gris {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 350px;
	z-index: 4;
	background-color: rgba(0,0,0,0.5);
}
.zc {
	z-index: 20;
}
.boxshadow {
	visibility: hidden;
	z-index: 7;
}
.footer {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: white;
}
.btn, .label {
	text-align: left;
	white-space: normal;
}
.shadow {
	-moz-box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.5);
}
.gap {
	margin: 0 10px;
}
.gap-right {
	margin: 0 10px 10px 0;
}
.gap-left {
	margin: 0 0 10px 10px;
}
.img-max {
	max-height: 350px;
}
.menupie {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	color: darkred;
	border-bottom: 1px solid darkred;
	margin-bottom: 20px;
	padding: 15px 0;
}
.btn-fb-pie {
	font-size: 14px;
	text-align: left;
}
.color-success {
	color: #0C9C14;
}
.color-warning {
	color: #FF9500;
}
.color-danger {
	color: #FF3B30;
}
.btn-block {
	text-align:center;
}
.btn-ecba {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #FFAD33;
	background-color: #CC7A00;
}
.btn-ecba:hover, .btn-ecba:focus, .btn-ecba:active, .btn-ecba.active, .open > .btn-ecba.dropdown-toggle {
	border-color: #FFAD33;
	background-color: #FFAD33;
	color: #FFFFFF;
}
.btn-warning {
	color: #FFFFFF;
	border-color: #FFAD33;
	background-color: #CC7A00;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	border-color: #FFAD33;
	background-color: #FFAD33;
	color: #FFFFFF;
}
.read-more-state {
	display: none;
}
.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
	content: '+ Leer más';
}
.read-more-state:checked ~ .read-more-trigger:before {
	content: '- Ocultar';
}
.read-more-trigger {
	display: inline-block;
}
.plus a:after {
  font-family: FontAwesome;
  content: "\f0fe";
  text-align:right;
  float:right;
}
.minus a:after {
  font-family: FontAwesome;
  content: "\f146";
  text-align:right;
  float:right;
}
.pplus a:before {
	font-family: FontAwesome;
	content: "\f0fe";
	text-align: right;
	float: left;
  color:#CC7A00;
}
.mminus a:before {
  font-family: FontAwesome;
  content: "\f146";
  text-align:right;
  float:left;
  color:#CC7A00;
}

.nav-ecba {
  border-bottom: 1px solid #FFAD33;
}
.nav-ecba > li {
  float: left;
}
.nav-ecba > li > a {
	padding:12px;
  margin-right: 8px;
    margin-bottom: 5px;
  line-height: 0.8;
  text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
  color: white;
  background-color: #CC7A00;
  border: 1px solid #FFAD33;
  border-radius: 4px;
}
.nav-ecba > li + li {
  margin-left: 2px;
}
.nav-ecba > li.active > a,
.nav-ecba > li.active > a:hover,
.nav-ecba > li.active > a:focus {
  color: darkred;
  cursor: default;
  background-color: #fff;
  border: 1px solid #FFAD33;
  border-bottom-color: transparent;
}

@media (min-width: 668px) {
.nav-ecba {
  border-bottom: 1px solid #FFAD33;
    padding-bottom: 0;
}
.nav-ecba > li {
  float: left;
  margin-bottom: -1px;
}
.nav-ecba > li > a {
	padding:12px;
  margin-right: 8px;
    margin-bottom: 0;
  line-height: 0.8;
  text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
  color: white;
  background-color: #CC7A00;
  border: 1px solid #FFAD33;
  border-radius: 4px 4px 0 0;
}
.nav-ecba > li > a:hover {
  background-color: #FFAD33;
  border-color: #FFAD33;
  border-bottom-color: #FFAD33;
}
.nav-ecba > li.active > a,
.nav-ecba > li.active > a:hover,
.nav-ecba > li.active > a:focus {
  color: darkred;
  cursor: default;
  background-color: #fff;
  border: 1px solid #FFAD33;
  border-bottom-color: transparent;
}    
}

.pagination > li > a {
  color: white;
  background-color: #CC7A00;
  border: 1px solid #FFAD33;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color:white;
  background-color: #FFAD33;
  border-color: #FFAD33;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: darkred;
  cursor: default;
  background-color: #fff;
  border: 1px solid #FFAD33;
}

.ficha {
  padding: 20px;
  background:white;
  border: 1px solid #FFAD33;
  border-top-color: transparent;
}
.programa {
	height: 200px;
	background: url(../img/catedral.jpg) no-repeat center;
	background-size:cover;
	margin-bottom: 10px;
	padding: 150px 10px 10px;
}
.well {
  border: 1px solid #FFAD33;
  background:linen;
}
.well h3, .well h4 {
	margin: 10px 0 5px;
}

.repertorio td {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.repertorio p {
	margin:0;
}
.titulo {
	font-weight:bold;
}
.autor {
	font-family: 'Vollkorn', serif;
	color: darkred;
	font-size:18px;
}
.autor td {
	border-bottom:1px darkred solid;
	padding:5px 0;
}
.texto {
	font-style:italic;
}
.obra table {
	width:90%;
	padding-top:20px;
	margin-left:20px;
}
.repertorio th {
	font-weight:normal;
	text-align:left;
}
.obra th {
	border-bottom:1px #CCC solid;
}
.obra .fecha {
	font-size:12px;
	text-align:center;
	width:90px;
}
.nsh {
	display:none;
}

@media (min-width: 668px) {
  .navbar .container {
      width: auto;
      padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    width: 900px;
  }
}