
/* CSS Document */
#menu {
/*
	background-color:#FFFF00;
	overflow:hidden;
	width:180px;
	float:left; */
}


#menu_div { 

	width:180px;
	float:left;
	padding-left:0px;
	margin-top:5px;
	margin-bottom:7px;
/*	margin-right:7px;*/
	
	border-right-width:thin;
	border-right-color:#FFCC00;
	border-right-style:dotted;
	
	
	
}

#id_cat {
/*	background-color:#CCCCCC;    /************************** COLOR gris FONs PROVA */
}

#tit_cat_menu {
/*	 background-color:#0000FF; */ /************************** COLOR blau FONs PROVA */
	 overflow:hidden;
	padding-left:10px;
	 
	 width:150px;
}

#ico_tit {
 	
	background-image:url(../images/hojita_menu.jpg);
	background-repeat:no-repeat;
	width:25px;
	height:18px;
	overflow:hidden;
	float:left;
}

#tit_cat {
	
	float:left;
	width:100px;
	margin-left:7px;
}

#tit_cat a:link, #tit_cat a:visited, #tit_cat a:active {

	text-decoration:none;
	color:#FFCC00;
/*	font-weight:bold;*/
}

#tit_cat a:hover {
	
	text-decoration:underline;
}


#menu_div ul {
/*	list-style-type: none;
	margin: 0.5em 0 0.5em 0;
	margin-left:0px;*/

		
}

#menu_div ul li
{
 /*   margin: 0.25em 0 0.25em 0;
	list-style-type: none;
	list-style-image: none;*/
}


#menu_div ul.ul_sub_categs {
	
	list-style:none;
	
	margin-left:7px; /********************  IMPORTANT PER ELS DOS EXPLORADORS   */
	padding-left:7px; /********************  IMPORTANT PER ELS DOS EXPLORADORS   */
	
	margin-top:0px;
	padding-top:0px;
	
	margin-bottom: 3px;
	padding-bottom:3px;
	
	
	 /*display:inline; */
	
/*	display:none; /* oculta las subcategorias */
	
/*	background-color:#00CC00;  /************************** COLOR VERDE FONs PROVA */

}

#menu_div ul.ul_sub_categs li {

/*	margin:2px;
	padding:2px;
*/	
	margin-left:25px;  /* movimientos horizontales de Li */
	margin-top:2px;

	background-image:url(../images/sidemenu_bullet_verd.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.5em;	
	padding-left: 12px;
	display: block;
	font-size: 0.90em;
	color: #787B89; 
	width:120px;
	float:none;
}

#menu_div ul.ul_sub_categs li a:link, #menu_div ul.ul_sub_categs li a:visited, #menu_div ul.ul_sub_categs li a:active {

	
	color: #787B89; 
	text-decoration:none;
}

#menu_div ul.ul_sub_categs li a:hover {

	text-decoration:underline;
} 


#btn_mail_contact {
	
	float:none;
	width:180px;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:15px;
	overflow:hidden;
	
}
		#img_btn_mail {
		
			float:left;
		}
		
		#txt_btn_mail { 
		
			float:left;
			margin-top:15px;
		}