body{
	font-size:41px;
	font-family:'Open Sans', Arial;
	font-weight:300;
	color:#FFF;
	padding:0;
	margin:0;
	background:url(../i/bg2.jpg) #004050 no-repeat top center fixed;
}
*{
	cursor:default;	
}
a{
	cursor:pointer;	
}
input, select{
	background-color: rgba(0,0,0,0.1);
	border:3px solid #FFF;
	color:#FFF;
	height:62px;
	font-size:41px;
	text-align:center;
	width:100%;
}
label{
	color:#FFF;
	font-size:41px;
	text-align:right;
}
#tp{
	height:65px;
	background:url(../i/bt.png) no-repeat #FFF right;
	padding-right:0;
	position:fixed;
	top:0;
	left:0;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	width:100%;
	z-index:500;
}
#tp .pull-left{
	padding:1px 0 0 10px;
}
#tp .square{
	background:#AAAEB3;
	width:65px;
	height:65px;
	color:#DDD;
	text-align:center;
	padding-top:5px;
}
#md{
	padding:60px 60px 60px 100px !important;
}
h1{
	font-size:71px;
	font-weight:normal;
	font-family:'Open Sans', Arial;
}

.buscar{
	margin-top:20px
}
.proposicao h1{
	font-size:50px;	
	padding-top:15px;
}
.form-group{
	margin-bottom:15px;
}

.btn-white{
	font-size:41px;
	color:#004050;
	background:#FFF;
	padding:20px 30px 23px 35px;
	font-family:'Open Sans', Arial;
	font-weight:300;
	text-decoration:none;
	margin-right:10px;
	margin-top:10px;
}
.btn-white span{
	color:#004050;
}
.btn-white:hover, .btn-white:active{
	background:#004050;
	color:#FFF;
	text-decoration:none;
	transition: all 0.1s ease-in;
}
.btn-white:hover span, .btn-white:active span{
	color:#FFF;
	transition: all 0.1s ease-in;
}

div#btn-index{
	padding:20px 30px 23px 25px;
	margin-top:50px;
	font-size:33px;
	text-align:center;
}
div#btn-index span{
	font-size:41px;
}


.list-item{
	padding:10px 10px 30px 10px;
	background:#FFF;
	color:#000;
	border-left:10px solid #CCC;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	cursor:pointer;
	margin-bottom:20px;
	float:left;
	clear:both;
}
.list-item .list-tipo{
	font-size:30px;
	font-weight:400;
	display:block;
	clear:both;
}
.list-item .list-more{
	font-size:60px;
	color:#CCC;
}
.list-item .list-more span{
	margin-top:60px;
	position:relative;
}
.list-item:hover, .list-item:active{
	border-color:#004050;
	transition: all 0.1s ease-in;
}
.list-item:hover .list-more, .list-item:active .list-more{
	color:#004050;
	transition: all 0.1s ease-in;
}
.prop-prop{
	font-weight:400;	
}
.prop-tit{
	padding-bottom:20px;	
}

#btn-back{
	position:fixed;
	bottom:20px;
	left:15px;
	width:120px;
	height:120px;
	color:#004050;
	background:#FFF;

	font-size:30px;
	text-align:center;
	line-height:100%;
	opacity:0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);

	border-radius: 50%;
	transition: all 0.1s ease-in;
	cursor:pointer;
	z-index:500;
}
#btn-back span{
	font-size:38px;
	margin-top:15px;
	cursor:pointer;
}

#btn-back:hover{
	transition: all 0.1s ease-in;
	opacity:0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}