/* menu */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 490px;
	height:60px;
	background: url(images/menu-bg1.gif) no-repeat;
	position: absolute;
	top: 60px;
}
#menu span {
	visibility: hidden;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	visibility: visible;
}

#menu .actividades {
	width: 154px;
	height: 50px;
	background: url(images/actividades.gif) no-repeat;
	left: 0px;
	top: 13px;
}
#menu .actividades span {
	width: 420px;
	height: 50px;
	background: url(images/programasok2010.gif) no-repeat;
	left: -20px;
	top: -55px;
}
#menu .formacion {
	width: 144px;
	height: 48px;
	background: url(images/formacion.gif) no-repeat;
	left: 135px;
	top: 15px;
}
#menu .formacion span {
	width: 184px;
	height: 30px;
	background: url(images/cursos.gif) no-repeat;
	left:-80px;
	top: -35px;
}
/**#menu .rehabilita {
	width: 110px;
	height: 52px;
	background: url(images/patrimonio1.gif) no-repeat;
	left: 260px;
	top: 13px;
}
 #menu .rehabilita span {
	width: 220px;
	height: 22px;
	background: url(images/trabajos.gif) no-repeat;
	left: -70px;
	top: -25px;
}**/
#menu .asistencia {
	width: 84px;
	height: 51px;
	background: url(images/asistencia_tecnica.gif) no-repeat;
	left: 260px;
	top: 13px;
}
#menu .asistencia span {
	width: 272px;
	height:25px;
	background: url(images/proyectos.gif) no-repeat;
	left: -70px;
	top: -35px;
}
#menu .contactar {
	width: 80px;
	height: 54px;
	background: url(images/contactar.gif) no-repeat;
	left: 344px;
	top: 9px;
}
#menu .inicio {
	width: 52px;
	height: 60px;
	background: url(images/inicio.gif) no-repeat;
	left: 424px;
	top: 6px;
}
#menu .inicio span {
	width: 121px;
	height: 42px;
	background: url(images/volver.gif) no-repeat;
	left: -60px;
	top: -40px;
}