@import url(neutra.css);
@import url(layout.css);
@import url(style.css);
/* Opciones del menu*/
.menu { width:464px; list-style:none; }
.menu a { text-decoration:none; text-indent: -99999px; display:block; }
#que a {
	background-image:url(img/que.png);
	width:464px;
	height:55px;
	background-repeat:no-repeat;
}
#que a:hover {
	background:url(img/que.png) left -55px no-repeat;
}
#portafolio a {
	background-image:url(img/port.png);
	width:433px;
	height:43px;
	background-repeat:no-repeat;
}
#portafolio a:hover {
	background:url(img/port.png) left -43px no-repeat;
}
#contacto a {
	background-image:url(img/cont.png);
	width:401px;
	height:43px;
	background-repeat:no-repeat;
}
#contacto a:hover {
	background:url(img/cont.png) left -43px no-repeat;
}
