@CHARSET "ISO-8859-1";

a.link-flecha-inicio {
	background: url(img_breadcrumb/flecha11.gif) no-repeat;
	width: auto;
	height: 26px;
	float: left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFFFFF;
}

a.link-flecha-inicio:hover {
	color: #000000;
}
	
a.link-flecha-inicio span {
	background: url(img_breadcrumb/flecha12.gif) no-repeat right top;
	width: auto;
	height: 26px;
	float: left;
	/*padding: 5px 25px 15px 10px;*/
	padding: 5px 25px 15px 0;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.link-flecha-medio {
	background: url(img_breadcrumb/flecha11.gif) no-repeat;
	width: auto;
	height: 26px;
	float: left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFFFFF;
}

a.link-flecha-medio:hover {
	color: #000000;
}

a.link-flecha-medio span {
	background: url(img_breadcrumb/flecha12.gif) no-repeat right top;
	width: auto;
	height: 26px;
	float: left;
	/*padding: 5px 25px 15px 10px;*/
	padding: 5px 25px 0 10px;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.link-flecha-antefin {
	background: url(img_breadcrumb/flecha11.gif) no-repeat;
	width: auto;
	height: 26px;
	float: left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFFFFF;
}

a.link-flecha-antefin:hover {
	color: #000000;
}

a.link-flecha-antefin span {
	background: url(img_breadcrumb/flecha22.gif) no-repeat right top;
	width: auto;
	height: 26px;
	float: left;
	/*padding: 5px 25px 15px 10px;*/
	padding: 5px 25px 0 10px;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
	
a.link-flecha-fin {
	background: url(img_breadcrumb/flecha21.gif) no-repeat;
	width: auto;
	height: 26px;
	float: left;
	white-space: nowrap;
	text-decoration: none;
	color: #FFFFFF;
}

a.link-flecha-fin span {
	background: url(img_breadcrumb/flecha23.gif) no-repeat right top;
	width: auto;
	height: 26px;
	float: left;
	/*padding: 5px 25px 10px 5px;*/
	padding: 5px 25px 0 5px;
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

