@charset "utf-8";
/* CSS Document */

.mainmenu
{
	width: 259px;
	height: 26px;
	position: static;
	padding-bottom: 9px;
	margin-top: 5px;
	float: right;
	background: no-repeat center top;
	z-index: 10;
}

.mainmenu#inicio
{
	background: url(../images/menu/leftmenu.jpg) -20px -28px;
	border-bottom: solid #003659 1px;
}
	.mainmenu#inicio:hover
	{
		background: url(../images/menu/leftmenu.jpg) -20px -238px;
	}

.mainmenu#quienes
{
	background: url(../images/menu/leftmenu.jpg) -20px -70px;
	border-bottom: solid #003659 1px;
}
	.mainmenu#quienes:hover
	{
		background: url(../images/menu/leftmenu.jpg) -20px -280px;
	}
	
.mainmenu#congresos
{
	background: url(../images/menu/leftmenu.jpg) -20px -112px;
	border-bottom: solid #003659 1px;
}
	.mainmenu#congresos:hover
	{
		background: url(../images/menu/leftmenu.jpg) -20px -322px;
	}

.mainmenu#afiliaciones
{
	background: url(../images/menu/leftmenu.jpg) -20px -154px;
}
	.mainmenu#afiliaciones:hover
	{
		background: url(../images/menu/leftmenu.jpg) -20px -364px;
	}
	
.hiddenlink
{
	display: block;
	height: 35px;
	z-index: -10;
	color: transparent;
	text-decoration: none;
}
	.hiddenlink:hover
	{
		text-decoration: none;
	}
	
.menu2
{
	width: 231px;
	height: 28px;
	margin-bottom: 10px;
	
}

.menu2#galeria
{
	background: url(../images/menu/galeria.jpg) no-repeat right;
	margin-top: 6px;
}

.menu2#directorio
{
	background: url(../images/menu/directorio.jpg) no-repeat right; 
	margin-bottom: 30px;
}


