/****************** Menu Arriba *****************/
.home a{
	width:  28px;
	height: 9px;
	background: url("../image/mnu1_negro_top.png") no-repeat;
	display: block;
}

.home a:hover{
	width:  28px;
	height: 9px;
	background: url("../image/mnu1_rojo_top.png") no-repeat;
	display: block;
}

.empresa a{
	width:  63px;
	height: 9px;
	background: url("../image/mnu2_negro_top.png") no-repeat;
	display: block;
}

.empresa a:hover{
	width:  63px;
	height: 9px;
	background: url("../image/mnu2_rojo_top.png") no-repeat;
	display: block;
}



.servicio a{
	width:  53px;
	height: 9px;
	background: url("../image/mnu3_negro_top.png") no-repeat;
	display: block;
}

.servicio a:hover{
	width:  53px;
	height: 9px;
	background: url("../image/mnu3_rojo_top.png") no-repeat;
	display: block;
}



.producto a{
	width:  59px;
	height: 9px;
	background: url("../image/mnu4_negro_top.png") no-repeat;
	display: block;
}

.producto a:hover{
	width:  59px;
	height: 9px;
	background: url("../image/mnu4_rojo_top.png") no-repeat;
	display: block;
}


.proyecto a{
	width:  58px;
	height: 9px;
	background: url("../image/mnu5_negro_top.png") no-repeat;
	display: block;
}

.proyecto a:hover{
	width:  58px;
	height: 9px;
	background: url("../image/mnu5_rojo_top.png") no-repeat;
	display: block;
}


.contacto a{
	width:  52px;
	height: 9px;
	background: url("../image/mnu6_negro_top.png") no-repeat;
	display: block;
}

.contacto a:hover{
	width:  52px;
	height: 9px;
	background: url("../image/mnu6_rojo_top.png") no-repeat;
	display: block;
}
/****************** Menu Arriba *****************/


