body{
    font-family: 'Poiret One', cursive;
    color: white;
/*    background-color: black;*/
}

p{
    margin-bottom: 0.5em;
}

.derecha{
    text-align: right;
}

#contenido{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#menu-superior{
    color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 4em;
    width: 95%;
    background-color: rgba(0,0,0,0.6);
    float: left;
    display: inline;
    vertical-align: top;
}

#menu-superior ul{
    height: 99%;
}

#menu-superior ul li{
    display: inline-block;
    width: 24%;
    text-align: center;
    height: 100%;
    margin-right: 1%;
}

#menu-superior ul li:last-child{
    margin-right: 0;
}

#menu-superior ul li:hover{
    font-style: oblique;
}

#menu-superior ul li a{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /*height: 2em;*/
    width: 100%;
    display: block;
    
    text-decoration: none;
    font-size: 2em;
    color: white;
}

#menu-idiomas{
    z-index: 1000;
    color: white;
    height: 4em;
    width: 5%;
    vertical-align: top;
    float: right;
    display: inline;
}

#menu-idiomas ul{
    height: 99%;
}

#menu-idiomas ul li{
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    height: 49%;
}

#menu-idiomas ul li img{
    height: 100%;
    width: 100%;
}

#fondo{
    z-index: -1000;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
    text-align: center;
}

#fondo img{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.data-index{
    /*background-color: rgba(255,255,255,0.3);*/
    background-color: rgba(0,0,0,0.4);
    
    padding: 2em;
    text-align: justify;
    
    min-width: 100px;
    width: 40%;
    height: 50%;
    z-index: 1000;
    display: block;
    position: fixed;
    top: 15%;
    left: 50%;
    
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
}

.data-index h1{
    margin-bottom: 1em;
    font-size: 2.5em;
    font-weight: bolder;
}

.data-right{
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: rgba(0,0,0,0.4);
    
    padding: 2em;
    text-align: justify;
    
    min-width: 100px;
    width: 31%;
    height: 70%;
    z-index: 1000;
    display: block;
    position: fixed;
    top: 15%;
    left: 60%;
    
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
}

.data-right h1{
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: bolder;
}

.data-right .imagen{
    height: 60%;
    width: 110%;
    margin-top: 2em;
    margin-left: -5%;
    overflow: hidden;
}

.data-right .imagen img{
    width: 100%;
    height: auto;
}

.data-bottom{
    background-color: rgba(0,0,0,0.4);
    
    padding: 0.5em 2em 0 2em;
    text-align: justify;
    
    min-width: 100px;
    width: 100%;
/*    height: 50px;*/
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    
    font-size: 1.2em;
    text-shadow: 2px 2px 5px black;
}
.data-bottom h1{
    margin-bottom: 0.2em;
    font-size: 1.5em;
    font-weight: bolder;
}

.titulo-pagina{
    
    /*background-color: rgba(255,255,255,0.2);*/
    background-color: rgba(0,0,0,0.4);
    text-align: justify;
    
    width: 250px;
/*    height: 80px;*/
    z-index: 1000;
    display: block;
    position: fixed;
    top: 4.5em;
    left: 1em;
    padding: 0.3em;
    
    font-size: 1em;
    text-shadow: 2px 2px 5px black;
}
.titulo-pagina h1{
    margin-bottom: 0;
    font-size: 2.1em;
    font-weight: bolder;
}

.pulsado{
    font-style: oblique;
    background-color: rgb(0,0,0);
}