
#título
{
margin-top: 0;
margin-bottom: 0;
text-align: center;
text-transform: uppercase;
font-size: xx-large
color: white;
border-color: black;
}


#título h1
{
color: white;
}

#menú

{
margin-top: 0;
margin-bottom: 0;
background-image: url(./imagenes/fondo-menu2.jpg);
border-color: green;
}

#menú li
{
margin-left: 2em;
display: inline;
color: white;
font-size: medium;
}

#menú a:link
{
text-decoration: none;
color: white;
}

#menú a:hover
{
text-decoration: none;
color: yellow;
background: green;
}

#menú a:visited
{
text-decoration: none;
color: red;
}

#menú a:active
{
text-decoration: uppercase;
color: black;
background: yellow;
}