

/* Contenedor de nuestro menu*/
#navigation{
	width: 175px; 
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*font-weight:bold;*/
}

#navigation ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
	font-size:10px;
	
}

/* Menu Principal*/

.lineaSup1 {
	background-image: url(../imagenes/lineaInfMenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.mainMenu li {
	padding-bottom: 2px;
}
.mainMenu a{
	display: block;
	padding: 6px 0px 6px 5px;
	width:170px;
	text-decoration: none;
	/*font-weight:normal;*/
}

.mainMenu a:link, .mainMenu a:visited{
	color: #FFFFFF;
	/*font-weight: bold;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #FFF;*/
	background-image: url(../imagenes/lineaInfMenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.mainMenu a:hover, .mainMenu a:active{
	color: #ECCECE;
	/*font-weight: bold;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #FFF;*/
	background-image: url(../imagenes/lineaInfMenu.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/* SubMenu*/

.subMenu a {
	width:150px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.subMenu a:link, .subMenu a:visited{
	color: #ECCECE;
	/*font-weight: normal;*/
	border:none;
	background: url("../imagenes/iconolista.gif") no-repeat left;
	padding-left:10px;
	margin-left:15px;
}

.subMenu a:hover{
	color: #FFFFFF;
	/*font-weight: normal;*/
	border:none;
	background: url("../imagenes/iconolista.gif") no-repeat left;
	padding-left:10px;
	margin-left:15px;
}

.SubMenu ul a {
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
}

.FondoLiSelec {
	background-image: url(../imagenes/fdoliSelec.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.FondoLiNoSelec {
	background-image:none;
	font-weight: bold;
}
.txtBold1 {
	font-weight: bold;
}
.txtNormal1 {
	font-weight: normal;
}
