/* 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: 24px;
	overflow: hidden;
	width: 98.5%;
	background:url(images/tira-azul.gif);
	background-repeat:repeat-x;
	height:24px;
	margin-top:8px;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 24px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	/*margin: 0px 6px 0px 0;*/
	padding: 0px 14px 0px 0px;
	font-size: .7em;
	background: url(images/ChevronVerde01.png) no-repeat 100% 0;
	font-family: trebuchet,"Trebuchet MS";
}
.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: 24px;
	line-height: 24px;
	overflow: hidden;
	float: left;
	color:#FFFFFF;
}
.breadCrumb ul li.first a
{
    display: block;
	float: left;
	position: relative;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .7em;
	background: url(images/Chevron.png) no-repeat 100% 0;
	font-family: trebuchet,"Trebuchet MS"
   /*
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	height: 24px;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;*/
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last_1
{
   /* background:transparent url(images/hover-menu.png) repeat scroll 0 0;
	background: none;
	margin-right: 0;
padding-right: 0;*/
   
	
	color:#FFFFFF;
	font-weight:bold;
}
.breadCrumb ul li.last_1 span
{
    background-color:#11AA11;    
}
.breadCrumb ul li span
{
    padding-left:4px;
}
.chevronOverlay
{
	display: none;
	background: url(images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 24px;
}

.canto-direito2
{
	background-image:url(images/canto-esquerdo.gif);
	background-repeat:repeat-x;
	height:24px;
	width:7px;
	float:left;
	margin-top:8px;
}

.canto-esquerdo2
{
	background-image:url(images/canto-direito.gif);
	background-repeat:repeat-x;
	height:24px;
	width:6px;
	float:left;
	margin-top:8px;
}
