
#navigation {
background-image:url(fondomenusuperior.jpg);
height: 41px;
}
.navigation {
font-size: 12px;
font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style: none;
}
.navigation a {
font-family: Tahoma;
font-weight: bold;
color: #FFFFFF;
text-decoration:none;
}
.navigation a:link, .navigation a:visited {
color: #ffffff; 
}
.navigation a:hover {
color: #ff9b45; 
text-decoration:underline;
}
.navigation li {
background-image: url('linea.gif');
background-repeat: no-repeat;
background-position: 0 5px;
float: left;
margin: 8px 0 0 10px;
padding: 5px 0 0 20px;
height: 15px;
}



#superior {
height: 41px;
}
.superior {
font-size: 12px;
font-weight: bold;
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style: none;
}
.superior a {
font-family: Tahoma;
color: #777777;
text-decoration:none;
}
.superior a:link, .superior a:visited {
color: #777777; 
}
.superior a:hover {
color: #ff9b45; 
text-decoration:underline;
}
.superior li {
background-image: url('linea2.gif');
background-repeat: no-repeat;
background-position: 0 5px;
float: left;
margin: 8px 0 0 10px;
padding: 5px 0 0 20px;
height: 15px;
}

