@charset "utf-8";
/* CSS Document */
body{
	background-color:#46235b;
	font-family: 'Raleway', sans-serif;
	margin:0px;
	font-size:16px;
	overflow-x:hidden;
	color:#FFF;
}
.corpo{
	position:relative;
	float: left;
	width: 98%;
	padding: 0px 1%;	
}
.linha{
	position:relative;
	float:left;
	width:100%;	
}
.div50{
	position:relative;
	float:left;
	width:48%;
	margin: 20px 1%;
}
.div33{
	position:relative;
	float:left;
	width:31%;
	margin: 20px 1%;
}
.div25{
	position:relative;
	float:left;
	width:23%;
	margin: 20px 1%;
}
.div20{
	position:relative;
	float:left;
	width:18%;
	margin: 20px 1%;
}
.div10{
	position:relative;
	float:left;
	width:9.6%;
	margin: 20px 0.2%;
}
.top10{
	margin-top:10px;	
}
.top20{
	margin-top:20px;	
}
.titulobanner{
	position:relative;
	float:left;
	width:100%;
}
.tittopo{
	text-align:center;
	font-size:2em;
	font-weight: 600;
}
.qform{
	    position: relative;
    float: left;
    width: 760px;
    left: 50%;
    margin-left: -400px;
    background-color: #ffffff2e;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #0e6199;
}
.label{
	position:relative;
	float:left;
	width:100%;
	padding: 5px 0px;
	margin-top:15px;	
}
.linhainput{
	position: relative;
	width:100%;
	float:left;	
}
input,textarea,select,option{
	padding: 8px;
	background-color: #146fac;
    border: 2px solid #63aee0;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
}
.enviar{
	    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    font-size: 1.4em;
    background-color: #90c7ed;
	color: #10496e;
    margin-top: 30px;
	cursor:pointer;
}
.qescola{
	font-size: 0.6em;
	color:#86e1ff;	
}
.totalproj{
	color:#FFF;
	font-size:1.4em;	
}

.qprojetos{
	position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff2e;
    border-radius: 20px;
	text-align:center;
    border: 2px solid #0e6199;
}

.meusprojetos{
	
}

.projeto{
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    right: 10%;
    padding: 10px 0px;	
}
.projeto a{
	color:#FFF;	
}
#concordo{
	width: 20px;
   height: 20px;	
}
.anexos{
	position:relative;
	float:left;
	width:310px;
	background-color:inherit;	
	border:none;
}
.enviaanexo{
	    position: relative;
    float: left;
    width: 200px;
    left: 30px;
    background-color: #90c7ed;
    color: #10496e;
    margin-top: 0px;
    cursor: pointer;
}
.check{
	position:relative;
	float:right;
	margin-right:20px;
	display:none;
}
table{
	width:100%;
	border: 2px solid #0e76bc;
}
td{
	padding: 5px;
	background-color:#1367a0;	
}
a{
	text-decoration:inherit;
	color:#0FF;	
}

.botao_dv{
	margin-left: 450px; 
	margin-top:-32px; 
}