#nav {
margin: 13px 0 13px 0px;

	float: left;
}
#nav ul {
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	padding-bottom: 10px;
	list-style-type: none;
	list-style:none;
}
#nav li {
	float: left;
	margin: 0;
	margin-left: 9px;
	margin-right: 0;
	text-align: center;
	padding: 0;
	list-style-type: none;
	list-style:none;
}

#nav a {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat bottom right;*/
	text-decoration: none;
	float:left;
	cursor: pointer;
	color: #006688;
	outline: none;
	
	background:#b6d0d9;
	
	border-bottom:#006688 2px solid;
	
		-moz-border-radius: 13px; 
-webkit-border-radius: 13px; 
border-radius: 13px; 
}

#nav li a {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat bottom right;*/
	text-decoration: none;
	float:left;
	cursor: pointer;
	color: #006688;
	outline: none;
}

#nav li a span {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat bottom left;*/
	margin: 0 13px 0 0px;
	padding: 6px 0px 6px 13px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

#nav li a:hover {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top right;*/
	background:#FFF;
	color: #444;
	
}

#nav li a:hover span {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top left;*/
}

#nav li a:active {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top right;*/
	color: #444;
}

#nav li a:active span {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top left;*/
}


#nav li.activo a {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top right;*/
	color: #333;
}

#nav li.activo a span {
	/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top left;*/
}




/*#page {
	margin-left: 170px;
}*/


#nav li.current a {

/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top right;*/
background:#FFF;
	color: #444;
	
		-moz-border-radius: 13px; 
-webkit-border-radius: 13px; 
border-radius: 13px;  


	
}

#nav li.current a span{

/*background: url("../img/Bt_Menu_Principal.gif") no-repeat top left;*/
background:#FFF;
	color: #444;
	
	-moz-border-radius: 13px; 
-webkit-border-radius: 13px; 
border-radius: 13px;

	
}

