/* CSS Styles */

/**************************************** Menu ****************************************/
/* es */
#menu #menu-1 a {
	width:100px;
	height:19px;
}
#menu #menu-2 a {
	width:110px;
	height:16px;
}
#menu #menu-3 a {
	width:87px;
	height:21px;
}
#menu #menu-4 a {
	width:52px;
	height:21px;
}

.menu-1 a { background:url(menu-1.gif) left top no-repeat; }
.menu-1 a:hover { background:url(menu-1.gif) left bottom no-repeat; }
.menu-1-actiu a { background:url(menu-1.gif) left bottom no-repeat; }
.menu-2 a { background:url(menu-2.gif) left top no-repeat; }
.menu-2 a:hover { background:url(menu-2.gif) left bottom no-repeat; }
.menu-2-actiu a { background:url(menu-2.gif) left bottom no-repeat; }
.menu-3 a { background:url(menu-3.gif) left top no-repeat; }
.menu-3 a:hover { background:url(menu-3.gif) left bottom no-repeat; }
.menu-3-actiu a { background:url(menu-3.gif) left bottom no-repeat; }
.menu-4 a { background:url(menu-4.gif) left top no-repeat; }
.menu-4 a:hover { background:url(menu-4.gif) left bottom no-repeat; }
.menu-4-actiu a { background:url(menu-4.gif) left bottom no-repeat; }

/**************************************** The End ****************************************/