#fondo {
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}
#barra {
	height: 15px;
	width: 759px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(imagenes/fondo.gif);
	margin-right: auto;
	margin-left: auto;
}
#barra ul {
	margin: 0px;
	padding: 0px;
}
#barra li a:link, a:visited {
	text-decoration: none;
	color: #003399;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#barra li a:hover {
	text-decoration: underline;
}
#barra img {
	padding-right: 3px;
}
#barra img a:link {
	text-decoration: none;
}
#barra li {
	list-style-type: none;
	display: inline;
}
