/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 100%;
	padding:5px;
	
	/*border:solid 1px #993;*/
	/*background:#fff;*/
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: 1em;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../../plugins/breadcrumb/images/iconhome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	width: 20px;
	height: 20px;
}




/* del CSS de estructura */
.breadCrumbHolder
{
	margin:0 0 0 5px;
	font-size: 10pt;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}




.breadCrumb ul li{
	font-size:10pt;
	text-decoration:none;
/*	text-shadow: 1px 1px 3px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1);*/
}
.breadCrumb ul li a{
	font-size:10pt;
	text-decoration:none;
/*	text-shadow: 1px 1px 3px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1);*/
}
.breadCrumb ul li a:link{
	text-decoration:none;
}
.breadCrumb ul li a:visited{
	text-decoration:none;
}
.breadCrumb ul li a:hover{
	text-decoration:none;
}