/* -------------- Menu ----------------- */

	#menu ul li.inicio a {
		margin: 0px;
		padding: 0px;
		width: 100px;
		height: 16px;
		background: url(../images/ES/inicio_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.inicio a:hover {
		background: url(../images/ES/inicio_1.jpg) no-repeat top left;
	}
	#menu ul li.inicio a.selecc {
		background: url(../images/ES/inicio_s.jpg) no-repeat top left;
	}
	
	
	#menu ul li.empresa a {
		margin: 0px;
		padding: 0px;
		width: 100px;
		height: 17px;
		background: url(../images/ES/empresa_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.empresa a:hover {
		background: url(../images/ES/empresa_1.jpg) no-repeat top left;
	}
	#menu ul li.empresa a.selecc {
		background: url(../images/ES/empresa_s.jpg) no-repeat top left;
	}
	
	
	#menu ul li.colecciones a {
		margin: 0px;
		padding: 0px;
		width: 100px;
		height: 17px;
		background: url(../images/ES/colecciones_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.colecciones a:hover {
		background: url(../images/ES/colecciones_1.jpg) no-repeat top left;
	}
	#menu ul li.colecciones a.selecc {
		background: url(../images/ES/colecciones_s.jpg) no-repeat top left;
	}
	
	
	#menu ul li.noticias a {
		margin: 0px;
		padding: 0px;
		width: 100px;
		height: 16px;
		background: url(../images/ES/noticias_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.noticias a:hover {
		background: url(../images/ES/noticias_1.jpg) no-repeat top left;
	}
	#menu ul li.noticias a.selecc {
		background: url(../images/ES/noticias_s.jpg) no-repeat top left;
	}
	
	
	#menu ul li.contacto a {
		margin: 0px;
		padding: 0px;
		width: 100px;
		height: 16px;
		background: url(../images/ES/contacto_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.contacto a:hover {
		background: url(../images/ES/contacto_1.jpg) no-repeat top left;
	}
	#menu ul li.contacto a.selecc {
		background: url(../images/ES/contacto_s.jpg) no-repeat top left;
	}
	
	
	
	#menu ul li.aviso a {
		margin: 317px 0px 0px 0px;
		padding: 0px 0px 17px 0px;
		width: 100px;
		height: 14px;
		background: url(../images/ES/aviso_0.jpg) no-repeat top left;
		text-indent: -5000px;
		color: #442125;
		font: bold 12px Arial;
		float: left;
	}
	#menu ul li.aviso a:hover {
		background: url(../images/ES/aviso_1.jpg) no-repeat top left;
	}
	#menu ul li.aviso a.selecc {
		background: url(../images/ES/aviso_s.jpg) no-repeat top left;
	}

