
/* 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;
}


