/* home */

#menu_head a.home{
	background:url(images/bt-home.gif);
	width:92px;
}
#menu_head a.home:hover, #menu_head a.home_sel, #menu_head a.home_sel:hover{
	background-image: url(images/bt-home.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:92px;

}
/* insumos */
#menu_head a.insumos{
	background:url(images/bt-insumos.gif);
	width:75px;
}
#menu_head a.insumos:hover, #menu_head a.insumos_sel, #menu_head a.insumos_sel:hover{
	background-image: url(images/bt-insumos.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:75px;

}

/* hosting */
#menu_head a.hosting{
	background:url(images/bt-hosting.gif);
	width:76px;
}
#menu_head a.hosting:hover, #menu_head a.hosting_sel, #menu_head a.hosting_sel:hover{
	background-image: url(images/bt-hosting.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:76px;

}
/* diseno */
#menu_head a.diseno{
	background:url(images/bt-diseno.gif);
	width:64px;
}
#menu_head a.diseno:hover, #menu_head a.diseno_sel, #menu_head a.diseno_sel:hover{
	background-image: url(images/bt-diseno.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:64px;

}
/* soporte */
#menu_head a.soporte{
	background:url(images/bt-soporte.gif);
	width:76px;
}
#menu_head a.soporte:hover, #menu_head a.soporte_sel, #menu_head a.soporte_sel:hover{
	background-image: url(images/bt-soporte.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:76px;

}
/* contacto */
#menu_head a.contacto{
	background:url(images/bt-contacto.gif);
	width:92px;
}
#menu_head a.contacto:hover, #menu_head a.contacto_sel, #menu_head a.contacto_sel:hover{
	background-image: url(images/bt-contacto.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:92px;

}

#menu_head span a{
	display:inherit;
	text-indent:-100px;
	overflow:hidden;
}