body{
        
        background-image: url("../img/intro-1600.jpg");
        background-size: 100%;
    }
nav{
    width: 135px;
    border:1px solid #CCC;
    float: left;
}
ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;      
}
h1{
    font-family: 'Lucida Console';
    color: #18ab0d;
    text-shadow: 2px 1px 1px #CCC;
}
li{
    list-style-type: none;
}
a{
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid rgb(67, 202, 239);
    background-color: rgba(67, 202, 239, 0.75);
}
a:hover{
    background-color: rgba(156, 231, 252, 0.75);
    border-right: 3px solid white;
    color: #eeaa08;
    font-weight: bold;
}

#zona1{
    float: left;
    margin-left: 5%; 
    width: 70%;
    color: white;
    text-shadow: 2px 2px 2px gray;
}

#zona2{
    float: left;
    margin-left: 5%;
    width: 70%;
    min-height:  300px;
    background-color: white;
    border: 5px dashed salmon;
}

#miCanvas{
    width: 100%;
    border: 5px dashed blue;
}

#btnContainer{
    width: 100%;
    text-align: center;    
}