
/* BOTONES CASTELLANO */
/*
.inicio_general_esp {
	background-image:url(../img/boto_blanc_inicio_esp.png);
	width:97px;
}
.servicios_general_esp {
	background-image:url(../img/boto_blanc_servicios_esp.png);
	width:97px;
}
.noticias_general_esp {
	background-image:url(../img/boto_blanc_noticias_esp.png);
	width:97px;
}
.contacto_general_esp {
	background-image:url(../img/boto_blanc_contacto_esp.png);
	width:97px;
}
.inicio_general_esp a:hover {
	background-image:url(../img/boto_color_inicio_esp.png);
	width:97px;
}
.servicios_general_esp a:hover {
	background-image:url(../img/boto_color_servicios_esp.png);
	width:97px;
}
.noticias_general_esp a:hover {
	background-image:url(../img/boto_color_noticias_esp.png);
	width:97px;
}
.contacto_general_esp a:hover {
	background-image:url(../img/boto_color_contacto_esp.png);
	width:97px;
}
*/
/* BOTONES CATALAN */
/*
.inicio_general_cat {
	background-image:url(../img/boto_blanc_inicio_cat.png);
	width:97px;
}
.servicios_general_cat {
	background-image:url(../img/boto_blanc_servicios_cat.png);
	width:97px;
}
.noticias_general_cat {
	background-image:url(../img/boto_blanc_noticias_cat.png);
	width:97px;
}
.contacto_general_cat {
	background-image:url(../img/boto_blanc_contacto_cat.png);
	width:97px;
}
.inicio_general_cat a:hover {
	background-image:url(../img/boto_color_inicio_cat.png);
	width:97px;
}
.servicios_general_cat a:hover {
	background-image:url(../img/boto_color_servicios_cat.png);
	width:97px;
}
.noticias_general_cat a:hover {
	background-image:url(../img/boto_color_noticias_cat.png);
	width:97px;
}
.contacto_general_cat a:hover {
	background-image:url(../img/boto_color_contacto_cat.png);
	width:97px;
}
*/
/*  NUEVOS BOTONES DE MENÚ  */
#new_header_menu {
	float:right;
	display:inline;
	font-size:10px;
	height:32px;
	margin-right:30px;
	margin-top:18px;
	width:560px;
}
#new_menu_sup {
	height:32px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
}
#new_menu_sup ul {
	float:right;
	height:32px;
	width:97px;
}
#new_menu_sup li {
	float:right;
	height:32px;
	width:97px;
}
#new_menu_sup a {
	display:block;
	height:32px;
	overflow:hidden;
	background-image:url(../img/boto_blanc.png);
	width:97px;
	text-align:center;
	line-height:32px;
	color:#7A1C3E;
	font-size:12px;
}
#new_menu_sup a:hover {
	display:block;
	height:32px;
	overflow:hidden;
	background-image:url(../img/boto_color.png);
	width:97px;
	text-align:center;
	line-height:32px;
	color:#333333;
	font-size:12px;
}
