/* PARALLAX
-------------------------------------------------- */

.bgimgCabecera
{
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimgCabecera
{
  background-image: url("../imag/portal/carusel_parpalacio.jpg");
  min-height: 50%; 
}

.caption span.titulo
{
  font-family: 'Libre Baskerville', serif;
  background-color: #333;
  color: #fff;
  padding: 0px;
  font-size: 45px;
  letter-spacing: 10px;
}

.caption span.border
{
  font-family: 'Libre Baskerville', serif;
  background-color: #711;
  color: #fff;
  padding: 12px;
  font-size: 18px;
  letter-spacing: 8px;
}


.jumbotron p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}

p {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  font-weight: 400;
line-height: 32px;
}

h1 {
  font-family: 'Libre Baskerville', serif;
  color: #911;
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-family: 'Libre Baskerville', serif;
  color: #911;
  font-size: 28px;
  font-weight: 800;
line-height: 30px;
}

h3 {
  font-family: 'Libre Baskerville', serif;
  color: #911;
  font-size: 22px;
  font-weight: 800;
line-height: 28px;
}

b {
  color: #933;
  font-weight: 800;
}

a {
  color: #c33;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #d44;
  text-decoration: underline;
  font-weight: 400;
}

.footer {
    padding-right: 500px;
    padding-left: 500px;
  }

a.down {
  color: #555;
  font-weight: 800;
  font-family: 'Montserrat', serif;
  font-size: 8px;
  line-height: 6px;
}

/*Turn off parallax scrolling for tablets and phones*/

@media only screen and (max-device-width: 1024px)
{
.bgimgCabecera
{
background-attachment: scroll;
}
}
