body {background-image: url("imagenes/coffebg.jpg"); background-repeat: repeat}

header h1 {
    background: #000000;
    font-family:sans-serif;
    padding-left:  40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25pt;
    text-align: center;
    color: yellow;

}


header nav {
    
    text-align: center;
    font-family: sans-serif;
    background-color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    

}

header nav ul li{
    display:inline;
    padding-right: 2%;
   
    
    
    
    
}

header nav ul li a {
    color:yellow;
    text-decoration: none;
    
    
}

header nav ul li a:visited {
    color:orange;
    text-decoration: none;
    
    
}

header nav ul li a:hover {
    color:lightgoldenrodyellow;
    text-decoration: none;
    
    
}


main {
    background-color: gold;
    font-family: sans-serif;
    padding-top: 3%;
    padding-bottom: 10%;
    
    
}



main section h2 b{
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 3px;
    margin-left: 4%;
    
}
main section article {
    display: inline-table;
    margin-left: 4%;
    
}

main aside {
    float: left;
    padding-left: 4%;

}
main aside a {
    text-decoration:none;
    color: #000;
}

main aside img {
   
    border-style: solid;
    border-color:black;
   
      
    
}

footer {
    background-color: black;
    font-family: serif;
    font-size: 12px;
    font-style: oblique;
    padding-top: 1%;
    padding-bottom: 1%;    
}




main section article p {
    font-family: sans-serif; 
    text-decoration: none;
    color: black;
    
}


main section article a {

    text-decoration: none;
    color: black;
    
}


.segundo a:visited {
    color: orange;
    text-decoration: none;   
} 
    
.segundo a:hover {
    color: lightgoldenrodyellow;
    text-decoration: none;   
}   

    
h5 { 
    color:#fff;
    text-align: left;
    margin-left: 6%;
    margin-right: 6%;
}


    
    
    

    