@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	overflow-x:hidden;
}

.form input {
	width:100% !important;
	background:#ddd;
	padding:5px 20px 5px 20px;
	border:0;
	margin:5px 0px 5px 0px;
}

.form textarea {
	width:100% !important;
	background:#ddd;
	padding:5px 20px 5px 20px;
	border:0;
	margin:5px 0px 5px 0px;
	height:140px;
}

label {
	width:100% !important;
}

.alnZ {
	padding:0;
}

.hr {
	background:url(../img/hr.jpg);
	height:10px;
}

.spc-10 {
	width:100% important;
	height:10px;
}


.spc-20 {
	width:100% important;
	height:20px;
}


.spc-30 {
	width:100% important;
	height:30px;
}


.spc-40 {
	width:100% important;
	height:40px;
}

.spc-50 {
	width:100% important;
	height:50px;
}

.spc-70 {
	width:100% important;
	height:70px;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.ttInternas {
	color:#0795D0 !important;
	font-size:30px !important;
	border-bottom: solid 1px #f0f0f0;
	padding-bottom:10px;
}

.boxClientes {
	background:#eee;
	padding:15px;
	font-size:20px;
	text-align:center;
	color:#0795D0;
	border-left:solid 8px #eee;
	margin-bottom:40px;
}

.logo {
	margin:10px 0px 10px 25px;
}

.bl_noticias {	
	margin-top:28px;
}

.bl_noticias h2 {
	color:#BCA067;
	margin:0;
	font-size:22px;
	font-weight:500 !important;
}

.bl_noticias p {
	margin:20px 0px 0px 0px;
	font-size:18px;
	color:#666;
}

.minimo {
	min-height:490px;
}

.menu_novo {
	list-style-type:none;
}

.menu_novo li {
	float:left;
	margin-right:20px;
	font-size:18px;
	font-weight:400;
}

.ativo a {
	color:#BCA067 !important;
	border-bottom: solid 1px #f0f0f0;
}

footer {
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px;
	color:#FFF;
	text-align:center;
	background:#003466;
	font-size:12px;
}

#bt_envia {
	background:#666 !important;
	width:90px !important;
	color:#FFF;
	
}