/* Hoja Estilos WEB Lookfor
   Alambre Estudio Grafico
   Noviembre 2005
   
   00 Estilos Menus
*/

.men_01{
	float: left;
	background: url(img/menu/01_home_n.gif) no-repeat;
}

.men_01 a:hover{
	background: url(img/menu/01_home_h.gif) no-repeat;
}

.men_01_h{
	float: left;
	background: url(img/menu/01_home_h.gif) no-repeat;
}


.men_02{
	float: left;
	background: url(img/menu/02_productos_n.gif) no-repeat;
}

.men_02 a:hover{
	background: url(img/menu/02_productos_h.gif) no-repeat;
}

.men_02_h{
	float: left;
	background: url(img/menu/02_productos_h.gif) no-repeat;
}

.men_03{
	float: left;
	background: url(img/menu/03_aplicaciones_n.gif) no-repeat;
}

.men_03 a:hover{
	background: url(img/menu/03_aplicaciones_h.gif) no-repeat;
}

.men_03_h{
	float: left;
	background: url(img/menu/03_aplicaciones_h.gif) no-repeat;
}

.men_04{
	float: left;
	background: url(img/menu/04_contacto_n.gif) no-repeat;
}

.men_04 a:hover{
	background: url(img/menu/04_contacto_h.gif) no-repeat;
}

.men_04_h{
	float: left;
	background: url(img/menu/04_contacto_h.gif) no-repeat;
}

.men_sep{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
