

/* Hoja css de Sotiel */

.header-1 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/wallpaper.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header-2 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/wallpaper2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header-3 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/wallpaper3.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-primary {
  color: #fff;
  background-color: #190710;
}

.aviso-cookies {
  color: #fff;  
  opacity: 0.9;
  filter:  alpha(opacity=90);
  background-color: #000000;
}

.pie-web {
  color: #fff;
  opacity: 0.9;
  filter:  alpha(opacity=90);
  background-color: #000000;
}

.portada {
  margin-left: auto;
  margin-top: -20em;  
}

.text-primary {
  color: #FFFFFF;
}

#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    color: white;
    opacity: 0.9;
    background-color: #000000;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}