/*Ajustes de CSS exclusivos da secao de Institucional > Projetos Incentivados*/

.cLumRequiredValuesDescriptor img{
	vertical-align: baseline !important;
}
.content-area .content-area {
	border:0;
	position:static;
}

.lum-projIncentivados-form .cLumLabel {
	font-size:12px;
	color:#333;
}
.lum-projIncentivados-form input[type="text"] {
	width:250px; 
	height:20px; 
	line-height:20px; 
	background:#fff; 
	border:1px solid #dbdbdb; 
	text-align:left; 
	padding-left:10px;
	color:#333;
	border-radius:4px;
}
.lum-projIncentivados-form  textarea {
	width:275px; 
	height:140px; 
	background:#fff; 
	border:1px solid #dbdbdb; 
	padding:6px;
	color:#333;
	border-radius:4px;
	overflow:auto;
}
.lum-projIncentivados-form select {
	width:250px;
	margin-right:0;
	border:solid 1px #dbdbdb;
	border-bottom:solid 2px #dbdbdb;
	color:#333;
	border-radius:4px;
	background:#fff;
	padding: 0px !important;
}

.content-destaque-inner table ul li {
	margin-bottom:6px;
}
.content-destaque-inner table a.link {
	display:block;
	line-height:1.3em;
}

.cLumPropertyPageFooter {
	display:none;
}

ul.lum-sitemap {
	margin:10px 0 15px 5px;
}
ul.lum-sitemap a {
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:4px 0;
	color:#585858;
}
ul.lum-sitemap ul {
	margin:0 0 12px 12px;
}
ul.lum-sitemap ul a {
	font-weight:normal;
}
ul.lum-sitemap a:hover {
	color:#13276f;
}
