/*//////////////////////////////////////////////////////////////////////////////////////////////////////
© MELENIC GRAPHICSTUDIO . Todos los derechos reservados.
Prohibida la utilización, difusión o redistribución de este código sin previa autorización.
www.melenic.com
///////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*___________________________________________________________________________*/
/*======================== MENU PRINCIPAL ===================================*/
/*__________________________________________________________________________________________*/
/*----------------------------------------------------------------------------- EMPRESA ----*/
a#menu01current {
	margin:0 1px 0 2px;
	float:left;
    width:158px;
	height:55px;
	background: url("../img/menu-empresa-fr.png") no-repeat 0 -55px;
	}

a#menu01 {
	margin:0 1px 0 2px;
	float:left;
    width:158px;
	height:55px;
	background: url("../img/menu-empresa-fr.png") no-repeat;
}
a#menu01:hover {background: url("../img/menu-empresa-fr.png") no-repeat 0 -55px;}
/*__________________________________________________________________________________________*/
/*--------------------------------------------------------------------------- PRODUCTOS ----*/
a#menu02current {
	margin:0 1px 0 0;
	float:left;
    width:159px;
	height:55px;
	background: url("../img/menu-productos-fr.png") no-repeat 0 -55px;
	}
a#menu02 {
	margin:0 1px 0 0;
	float:left;
    width:159px;
	height:55px;
	background: url("../img/menu-productos-fr.png") no-repeat;
}
a#menu02:hover {background: url("../img/menu-productos-fr.png") no-repeat 0 -55px;}
/*__________________________________________________________________________________________*/
/*------------------------------------------------------------------------ LOCALIZACION ----*/
a#menu03current {
	margin:0 1px 0 0;
	float:left;
    width:146px;
	height:55px;
	background: url("../img/menu-localiza-fr.png") no-repeat 0 -55px;
	}

a#menu03 {
	margin:0 1px 0 0;
	float:left;
    width:146px;
	height:55px;
	background: url("../img/menu-localiza-fr.png") no-repeat;
}
a#menu03:hover {background: url("../img/menu-localiza-fr.png") no-repeat 0 -55px;}
/*__________________________________________________________________________________________*/
/*--------------------------------------------------------------------------- CONTACTO ----*/
a#menu04current {
	margin:0 1px 0 0;
	float:left;
    width:165px;
	height:55px;
	background: url("../img/menu-contacta-fr.png") no-repeat 0 -55px;
	}

a#menu04 {
	margin:0 1px 0 0;
	float:left;
    width:165px;
	height:55px;
	background: url("../img/menu-contacta-fr.png") no-repeat;
}
a#menu04:hover {background: url("../img/menu-contacta-fr.png") no-repeat 0 -55px;}
