﻿.barraLateral {
	width: 184px;
	height: auto;
	margin-right: 20px;
	margin-bottom:20px;
	float:left;
}

.dstConteudo {
	width: 794px;
	float:left;
	border-top: 4px solid #c392ea;
	padding-top: 12px;
}

.dstColor { color: #A57BB7; }

.dstMenu {
	width: 794px;
	height: 25px;
	float:left;
}
.dstBtInscricao {
	width:90px;
	float:right;
	margin-bottom: 20px;
}


.dstTitulo {
	width: 400px;
	float:left;
	border-bottom: 1px solid #A57BB7;
	font-size: 18px;
	font-weight:bold;
	color: #A57BB7;
	margin-top: 30px;
	margin-bottom: 20px;
}


.dstTexto {
	clear:both;
	margin-bottom: 40px;
	font-size: 11pt;
	color: #000;
}

.dstBarra {
	width: 100%; 
	height: 20px; 
	background: #FFF url('') repeat-x;
}


.borda {
		border-width: 0px;
	}


a, a:hover {
	color: #9858b3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

.lnkdst {
	color: #9858b3;
}


/*--- Breadcrumb ---*/

.areaBreadcrumb {
	width: 400px; 
	float:left; 
	height: 20px;

}

.breadCrumb {
	float: left; 
	font-size: 9px; 
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	color:  #C0C0C0;
}

.breadCrumb a, .breadCrumb a:hover {
	color: #9858b3;
	text-decoration:none; 
}

.breadCrumb a:hover {
	text-decoration:underline;
}

