html{
    font-family: 'Nunito', sans-serif;
}
a{
    text-decoration: none;
    color: #d500f9;
}
.title{
    text-transform: uppercase;
}
.container{
    background: #642873;
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);
    background: linear-gradient(to right, #C6426E, #642B73);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content{
    max-width: 960px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    background-color: white;
}
.paragraph{
    line-height: 1.8em;
    font-weight: 300;
}
.fa-star{
    color: #ffc400;
}
th{
    background-color: black;
    color:white;
}
.table{
    border-spacing: 0;
    font-size: small;
}
.table td, .table th{
    text-align: left;
}
.table td:first-child {
  width: 100px;
}
.table td:nth-child(2) {
  width: 100px;
}
.table td:nth-child(3) {
  width: 100px;
}
.segunda{
    background-color:#f3e5f5;;
}
.tercera{
    padding: 0.2em;
    background-color: blue;
}
body {
    background-image: url("img/VueloLibreOpaco.png");
    background-attachment: fixed;
    background-position: bottom;
    z-index: -1;
    /*background-repeat: no-repeat;*/
}
        #navegador ul{
           list-style-type: none;
           text-align: center;
        }
        #navegador li{
           display: inline;/*Hace que la lista sea horizontal*/
           text-align: center;
           margin: 0 0 0 0;
        }
        #navegador li a {
           font-size: 20px;
           /*font: 1.2em/1 Trebuchet_MS;*/
           font-family: cursive;
           padding: 7px 7px 7px 7px;
           border-right: 5px solid #FFFFFF;
           color: #ffffff;
           background-color: #0099cc;
           border: 1px solid #ccc;
           text-decoration: none;
           /*background: #004080 url(SolapaNormal.gif) center center repeat-x;*/
        }
        #navegador li a:hover{
           /*background-color: #333333;*/
           color: #ffffff;
           background: #004080 url(SolapaActiva.gif) center center repeat-x;
        }
