/* Estilos del men */
#menu {
	clear: both;
	width:780px;
	text-align: center;
	height: 1.6em;
	top:3px;	
	
}

#menu li {
	margin: 0;
	display: inline;
	padding: 3px 15px;
	text-align: center;

}
#Navegacion>ul li{
	display:table-cell;
	text-align:center;
width:15%;
} 
#Navegacion>ul{
	display: table-row;
text-align:center;
left:10%;
/*width:60%;*/
}

#menu a {
	color: #666;
	font-size: 95%;
	background-color: transparent;
	font-weight: bold;
}
/* fin estilos del men  */
