/* CSS Geral */

#page_int {
	width: 1000px;
	height: 598px;
}

#lat_esq {
	width: 316px;
	height: 598px;
	float: left;
	clear: none;
}

#bg_menu_lat {
	width: 316px;
	height: 339px;
	background-image: url(../images/bg_menu_lat.jpg);
	background-repeat: no-repeat;
}

#lat_dir {
	width: 684px;
	height: 598px;
	float: right;
	clear: none;
}

#tit_princ {
	width: 684px;
	height: 96px;
	float: left;
	clear: both;
}

#cont_txt {
	width: 684px;
	height: 502px;
	float: left;
	clear: both;
	background-image:url(../images/bg_txt_int.jpg);
	background-repeat: no-repeat;
}

#txt {
	width: 580px;
	height: 422px;
	padding: 10px 5px 10px 5px;
	overflow: auto;
}

#txt p {
	margin: 0;
	padding: 0;
}

#txt a {
	color: #007cc3;
	text-decoration: none;
}

#txt a:hover {
	color: #211356;
}

#col_img {
	width: 190px;
	height: 422px;
	float: left;
	clear: none;
}

/* CSS Menu Lateral */

#menu_lat {
	font-size: 14px;
	padding-top: 50px;
	padding-left: 80px;
	margin: 0px;
}

#menu_lat ul {
	margin: 0px;
	
}

#menu_lat li {
	
	list-style: none;
	padding-left: 27px;
	margin-top: 3px;
}

#menu_lat li a {
	width: 175px;
	display: block;
	background-color: #E6E6E6;
	border-left: solid 3px #007cc3;
	padding: 2px 2px 2px 5px;
	margin-top: 3px;
	color: #666;
	text-decoration: none;
}

#menu_lat li a:hover {
	background-color: #D8D8D8;
	border-left: solid 3px #211356;
}

.voltar a {
	font-size: 11px;
	width: 400px;
	float: left;
	clear: none;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	color:#211356;
	text-decoration: none;
}

.voltar a:hover {
	color: #007cc3;
}
	

/* CSS Portfolio */

#clear {
	clear: both;
}

.imgPortfolio {
	float: left;
	clear: none;
	margin: 5px;
}

.txtPortfolio {
	padding-top: 15px;
}
	
/* CSS Contato e Orçamento */

label {
	width: 75px;
	height: 15px;
	float: left;
	clear: both;
	background-color: #F5F2E9;
	display: block;
	padding: 2px;
	margin-top: 1px;
	margin-right: 3px;
	}
	
.label2 {
	width: 140px;
	height: 15px;
	float: left;
	clear: both;
	background-color: #F5F2E9;
	display: block;
	padding: 2px;
	margin-top: 1px;
	margin-right: 3px;
	}
	
input {
	font-size: x-small;
	border: solid 1px #EDE7D3;
	float: left;
	clear: none;
	margin-top: 1px;
	height: 17px;
	}
	
textarea {
	font-size: 11px;
	font-family: Tahoma;
	border: solid 1px #EDE7D3;
	float: left;
	clear: none;
	margin-top: 1px;
	}
	
.button {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #007cc3;
	background-color: #007cc3;
	color: #FFFFFF;
	float: left;
	clear: none;
	margin-top: 10px
	margin-left: 5px;
	margin-right: 3px;
	}
	
select {
	font-size: x-small;
	border: solid 1px #EDE7D3;
	float: left;
	clear: none;
	margin-top: 1px;
	height: 17px;
	}
	
.select {
	font-size: x-small;
	border: solid 1px #EDE7D3;
	float: left;
	clear: none;
	margin-top: 1px;
	height: 17px;
	}
	