/* Referent al web en català */

/* Menu cast
--------------------------------------------------------------------------- */
a#menu_home_quienes {
    display:block;
	float:left;
    text-indent:-9999em;
    width:139px;
    height:36px;
	background:url(../img/quienes-somos.gif) top left no-repeat;
}
a#menu_home_quienes:hover { background-position:0 -36px;}

a#menu_home_hacemos {
    display:block;
    text-indent:-9999em;
	float:left;
    width:125px;
    height:36px;
	background:url(../img/que-hacemos.gif) top left no-repeat;
}
a#menu_home_hacemos:hover { background-position:0 -36px;}

a#menu_home_hacertu {
    display:block;
	float:left;
    text-indent:-9999em;
    width:175px;
    height:36px;
	background:url(../img/que-puedes-hacer-tu.gif) top left no-repeat;
}
a#menu_home_hacertu:hover { background-position:0 -36px;}

* html a#menu_home_hacertu { width:176px;}


	/*listado de mini banners*/
				#mini_banners li { margin:0.5em 0; list-style-type:none; }
					/*Repetir las siguientes 3 lineas por cada banner nuevo*/
					a#mini_banners_a       { display:block; text-indent:-9999em; width:181px; height:22px;} 
					a#mini_banners_a       { background:url(../img/ban_1.gif) top left no-repeat;}
					a#mini_banners_a:hover { background-position:0 -22px;}
					
					a#mini_banners_b       { display:block; text-indent:-9999em; width:181px; height:22px;} 
					a#mini_banners_b       { background:url(../img/ban_2.gif) top left no-repeat;}
					a#mini_banners_b:hover { background-position:0 -22px;}		

/* Menu català
--------------------------------------------------------------------------- */
a#menu_home_quienes_cat {
    display:block;
	float:left;
    text-indent:-9999em;
    width:139px;
    height:36px;
	background:url(../img/quienes-somos_cat.gif) top left no-repeat;
}
a#menu_home_quienes_cat:hover { background-position:0 -36px;}

a#menu_home_hacemos_cat {
    display:block;
    text-indent:-9999em;
	float:left;
    width:125px;
    height:36px;
	background:url(../img/que-hacemos_cat.gif) top left no-repeat;
}
a#menu_home_hacemos_cat:hover { background-position:0 -36px;}

a#menu_home_hacertu_cat {
    display:block;
	float:left;
    text-indent:-9999em;
    width:175px;
    height:36px;
	background:url(../img/que-puedes-hacer-tu_cat.gif) top left no-repeat;
}
a#menu_home_hacertu_cat:hover { background-position:0 -36px;}

* html a#menu_home_hacertu_cat { width:176px;}


	/*listado de mini banners*/
				#mini_banners li { margin:0.5em 0; list-style-type:none; }
					/*Repetir las siguientes 3 lineas por cada banner nuevo*/
					a#mini_banners_a_cat       { display:block; text-indent:-9999em; width:181px; height:22px;} 
					a#mini_banners_a_cat       { background:url(../img/ban_1_cat.gif) top left no-repeat;}
					a#mini_banners_a_cat:hover { background-position:0 -22px;}
					
					a#mini_banners_b_cat       { display:block; text-indent:-9999em; width:181px; height:22px;} 
					a#mini_banners_b_cat       { background:url(../img/ban_2_cat.gif) top left no-repeat;}
					a#mini_banners_b_cat:hover { background-position:0 -22px;}		



