body {
  
  background: white;
  background-repeat: no-repeat;
  background-position: center center;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Indie Flower', cursive;
}





#header{
  color:white;
  text-align:center;
  background: url('../images/fondo.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  //position:relative;
  padding-top:50px;
  //top:50px;
  border: dashed 1px #FF9900;
  }
    
#header h1{
  text-decoration:blink;
  }
    
#menu{
  height:50px;
  z-index:15;
  font-variant: small-caps;
  border:solid 1px white;
  position: fixed;
  top:0;
  left:0;
  right:0;
  text-align:center;
  background-color: #9F81F7; 
}

#menu li{
  display: inline;
}
  
#cookieEU{
  background:white;
  border:solid 2px black;
  position:absolute;
  top:40%;
  left:20%;
  right:20%;
  }

#content{
  z-index:13;
  background: #9F81F7;
  border:dashed 2px green;
  float:left;
}

#main{
  margin:5px;
  border-radius: 10px 10px 10px 10px ;
  border:dashed 1px blue;
  width:90%;
  float:left;
}


#rightNav{
  position:relative;
  top:20px;
  border:dashed 1px black;
  float:left;
}
#rightNav li{
  position:relative;
  left:-20px;
  
  }

* li:hover{
  border: 2px solid blue;
}

#one{
  border-radius: 10px 10px 10px 10px ;
  margin:5px;
  /*max-height:500px;
  overflow-y:scroll;
  overflow-x:none; */

  }
  
    
.imageRight{
  border-radius: 20px 20px 20px 20px ; 
  border:dashed 1px white;
  padding:5px;
  float:right;
  
  }
  

    
#two{
  border-radius: 10px 10px 10px 10px ;
  margin:5px;
  /*max-height:500px;
   overflow-y:scroll;
   overflow-x:none;*/
  

}
.imageLeft{
  border-radius: 20px 20px 20px 20px ; 
  border:dashed 1px white;
  padding:5px;
  float:left;}

#footer{
  z-index:15;
  border:solid 1px white;
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  background-color: #9F81F7; 
}



@media all and (max-width: 500px) {
#rightNav li{
display: inline;
  }
  
}















