
/*Ajustes de CSS exclusivos da secao de Apoio*/

.content-area .content-area {
	border:0;
	position:static;
}

.content-destaque-inner table ul li {
	margin-bottom:6px;
}
.content-destaque-inner table a.link {
	display:block;
	line-height:1.3em;
}
.content-destaque-inner table td img {
	margin-right:2px;
}

.cLumPropertyPageFooter {
	display:none;
}

.lum-apoio-form {
	clear:both;
	margin:0 10px 20px 10px;
}
.lum-apoio-form * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;   
	box-sizing:border-box;  
}
.lum-apoio-form td {
	padding:0 4px 12px 0;
	font-size:12px;
	color:#333;
	vertical-align:middle;
}
.lum-apoio-form .cLumLabel {
	font-size:12px;
	color:#333;
}

#lum_table tbody tr:first-child .cLumLabel {
	font-weight: bold;
}
.lum-apoio-form input[type="text"] {
	width:250px; 
	height:40px; 
	line-height:40px; 
	background:#fff; 
	border:1px solid #dbdbdb; 
	text-align:left; 
	padding-left:10px;
	color:#333;
	border-radius:4px;
}
.lum-apoio-form  textarea {
	width:275px; 
	height:140px; 
	background:#fff; 
	border:1px solid #dbdbdb; 
	padding:6px;
	color:#333;
	border-radius:4px;
	overflow:auto;
}
.lum-apoio-form select {
	padding:12px;
	width:250px;
	margin-right:0;
	border:solid 1px #dbdbdb;
	border-bottom:solid 2px #dbdbdb;
	color:#333;
	border-radius:4px;
	background:#fff;
}

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;
}































