@font-face {
        font-family: 'gothic';
        src: url('./gothic.eot');
        src: local('gothic'), url('./gothic.woff') format('woff'), url('./gothic.ttf') format('truetype');
}

.gothicfont {
        font-family: 'gothic' !important;
}

html, body{
  height: 100%;
}
body { 
                        background-image: url(https://globaldecoracion.com/globaldecoracion.jpg) ;
                        background-position: center center;
                        background-repeat:  no-repeat;
                        background-attachment: fixed;
                        background-size:  cover;
                        background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: exo, sans-serif;
  
}
.wrapper {
  height: 100%; 
  width: 100%; 
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:7% !important;
  width: 100%; 
  height:35%;
  bottom: 0; 
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.5em;
}

h1 p{
  margin:0;
  font-family: 'gothic' !important;
}

.titulo{
  font-size:48px;
  text-align: right;
}

.subtitulo{
  font-size:16px;
  text-align: right;
}

.nombre{
  font-size: 15px;
  padding-left:0px;
  text-align: right;
  color: #aec0e2;
  margin:0;
}

.nostyle{
  text-decoration:none;
  color:#FFF;
}

.cabecera{
  margin-bottom: 4px;
}

.lefted {
  float:left;
}

.righted {
  margin-left:14px;
  float:left;
}

.facebook {
  height:86px;
}
