body{
    font-family: 'Roboto';
    background-size: cover;
    background-image: url('img/fondo3.jpg');

    background-repeat: repeat;
    background-color:pink;
}
#header{
    margin-left: 5%;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    width: 90%;
    font-size: 120%;
    padding-top: 2%;
    margin-bottom: -2%;
}
#numero{
    width: 20%;
    height: 6%;
  	margin-left: 4%;
    text-align:center;
    background-color: rgb(211, 121, 151);
}
#logo{
  background-color:white;
  width: 100%;
  height: 9%;
  border-radius: 10px;
}
#logo img{
    width: 40%;
    text-align: center;
    margin-top: 2%;
    margin-left: 27%;
    margin-bottom: 1%;
}
#general{
    background-color:white;
    width: 90%;
    margin: 5% 5% 5% 5%;
    border-radius: 2%;
}
img{
    width: 90%;
    margin: 0% 0% 0% 5%;
}
#pregunta{
    text-align: center;
    padding-top:2%;
}
 .styleselected .ui-selecting { background: #E9E9E9 ; }
 .styleselected .ui-selected { background-color: #E9E9E9;}
 .styleselected li { 
        width: 90%;
        padding: 2%;
        list-style: none;
        cursor:pointer;
        margin-top: 2%;
        margin-left: -8%;
  }
#ui-widget1 {
  border: 5px solid #1BA9E1;
  border-left: 15px solid #1BA9E1;
  font-size:100%;
}
#ui-widget2 {
  border: 5px solid #EB0485;
  border-left: 15px solid #EB0485;
  font-size:100%;
}
#ui-widget3 {
  border: 5px solid #FDD300;
  border-left: 15px solid #FDD300;
  font-size:100%;
}
#ui-widget4 {
  border: 5px solid #46464A;
  border-left: 15px solid #46464A;
  font-size:100%;
}
#info{
  padding: 1%;
  text-align: center;
  margin-left: 1%;
}
#color{
  text-align: center;
  /*border: 1px solid black;*/
  width: 90%;
  height: 20%;
  margin-left: 5%;
  margin-top: 2%;
  /*padding-top: 6%;*/
}
#resposta{
  margin-left: 5%;
  display: inline;
  margin-top: 10%;
}
#intentar{
    border: solid 3px orangered;
    padding: 2% 8% 2% 10%;
    margin-left: 6%;
    margin-top: 2%;
    color: white;
    background-color: orangered;
    font-weight: 600;
    font-size: 90%;
    background: url('img/replay.svg') no-repeat orangered;
    background-size: 20%;
    border-radius: 30px;
    background-position: 10% 45%;
    display:inline;

}
#descargar{
    border: solid 3px orangered;
    padding: 2% 8% 2% 10%;
    margin-left: 8%;
    margin-top: 2%;
    color: white;
    background-color: orangered;
    font-weight: 600;
    font-size: 90%;
    background: url('img/vertical.svg') no-repeat orangered;
    background-size: 15%;
    border-radius: 30px;
    background-position: 10% 45%;
    display:inline;
}
#inicio{
    text-decoration: none;
    color: #46464A;
    font-weight: 600;
    /*margin-left: 20%;
    padding-bottom: 200%;*/
    position: absolute;
    top: 3.7%;
    left: 63%;
}
#imgavion{
  width:40%;
  margin-right:5%;
  float: right;
}
#avion{
  margin-top:2%;
}
#avion p {
  margin-left:5%;
  word-break: break-word;
}