
#breadCrumbs {
	position: relative;
	background: none !important;
	margin: 0 145px 0 0;
	padding: 0;	
	font-size: smaller;
	font-weight: normal;
	color: #959595;
}

#breadCrumbs a {
	font-weight: bold;
	color: #959595;
	text-decoration: none;
	background: url(/rsrc/estilo1/flecha_ustedesta.gif) no-repeat;
	background-position: center right;
	padding: 0 8px 0 0;
	margin: 0 6px 0 0;
}
#breadCrumbs a:hover {
	color: #FF7800;
	text-decoration: underline;
}
