#menu_general  {
	position:relative;
	/*background: url(../imagenes/menu_base.png) repeat-x;*/
	margin-top:-15px;
	top:-15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#76797C;
	height:68px;
	z-index:105
}

#menu_general_contenido {
	height: 68px;
	width: 960px;
	margin: auto;
	background: url(../imagenes/menu_base_box.png) no-repeat bottom left;
}

/* ----------- NAVIGATION----------- */
#mymenu {
 margin-top:17px;
 margin-left:12px;
 padding-top:22px
}

*+html #mymenu {
 margin-left:13px;
 margin-top:12px;
 padding-top:12px
}

#navigation{
	height:32px; 
	margin:0;
	width:960px; 
	}
	#navigation ul{
	 height:80px;
	 line-height:32px
	}
	#navigation ul li{
		display:inline;
	}
	
	#navigation ul li a, #navigation ul li a:visited {
		width:155px;
		padding:0;
		height:40px;
		display:block;
		text-align:center;
		text-decoration:none;
		float:left;
		color:#000000;
		font-weight:normal;
	}
	#navigation ul li a:hover{
		color:#165EA5;
		background: url(../imagenes/flecha_submenu.gif) no-repeat bottom center
	}	
	#navigation ul li .activo{
		color:#165EA5;
		background: url(../imagenes/flecha_submenu.gif) no-repeat bottom center
	}	
/* ----------- SUBLINKS ----------- */
#sublinks{
/*	width:auto;
	width:950px;
	margin:0 auto;*/

	margin-top:22px;
	height:25px;
	font-size:10px;
}	
	#sublinks ul{
	 height:13px;
	 line-height:13px;	
	}
	#sublinks ul li{
		display:inline;
	}
	#sublinks ul li a,	#sublinks ul li a:visited {
		padding:0 20px;
		width:25px;
		height:30px;
		display:block;
		text-decoration:none;
		float:left;
		color:#165EA5;
	}
	#sublinks ul li a:hover{
		color:#0E3964;
		background: url(../imagenes/flecha_submenu_2.gif) no-repeat top left
	}	

