@charset "utf-8";

/* Migas de pan*/
#content .breadcrumb {
	margin: 0;
	/*margin: 10px 0 0 0; */
	background: url(../images/menu_bg.gif) no-repeat top;
	height: 50px;
}

#content .breadcrumb ol {
	list-style:none;
	margin-left:8px;
}

#content .breadcrumb li{
	float:left;
	background: url(../images/list_arrow.gif) 0 3px no-repeat;
	margin:7px 6px 0 0;
	padding:0 0 0 12px;
}

#content .breadcrumb li:first-child{
	background:none;
	font-weight:bold;
}

#content .breadcrumb li a{
	color:#333;
}

#content .breadcrumb li a:hover{
	color:#d30006;
}
