/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 13px;
	color: #666;
}
a:link {
	color: #00A8E7;
}
a:visited {
	color: #00A8E7;
}
a:hover {
	color: #234F6C;
}
div {
	text-align: justify;
}
body {
	margin: 0px 0px 0px 0px;
}
#center {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/logo_bg.png) right top no-repeat scroll;
}
#top {
	height: 114px;
}
#logo {
	height: 76px;
	width: 316px;
	float: left;
	padding: 21px 0px 0px 31px;
}
#menu {
	width:370px;
	float: right;
	padding: 85px 20px 0 0;
	text-align: left;
	height: 29px;
	list-style: none;
	margin: 0;
	position: relative;
	width:370px;
}
#menu li{
	float: left;
}

#menu a {
	display: block;
	text-indent: -6000%;
	outline: none;
	float: left;
	background-position: left top;

}
#menu a:hover {
	background-position: left bottom;
}
#menu .bt_home {
	width: 70px;
	height: 29px;
	background: url(../images/menu_home.png) no-repeat;
}
#menu .bt_portfolio {
	width: 110px;
	height: 29px;
	background: url(../images/menu_portfolio.png) no-repeat;
}
#menu .bt_resume {
	width: 88px;
	height: 29px;
	background: url(../images/menu_resume.png) no-repeat;
}
#menu .bt_contact {
	width: 93px;
	height: 29px;
	background: url(../images/menu_contact.png) no-repeat;
}
#content_home {
	text-align: left;
	padding: 20px 50px 10px 50px;
	float: none;
}
#cont_home1 {

}
#content_home_down {
	overflow:auto;
	padding: 20px 0px 0px 0px;
}
#cont_home2 {
	width:320px;
	float: left;
}
#cont_home3 {
	width:320px;
	float: right;
}
#spacer1 {
	background:url(../images/spacer_1.png) center no-repeat;
	width:720px;
	height:37px;
	padding: 0 20px 020px;
}
#spacer2 {
	background:url(../images/spacer_2.png) center no-repeat;
	width:720px;
	height:37px;
	padding: 0 20px 0 20px;
}
.hitext {
	color: #00a8e7;
	font-weight: bold;
}
.box_portf {
	overflow:hidden;
	position: relative;
	padding-top: 0px 50px 0px 100px;
	text-align:center;
}
.separe_portif {
	text-align:center;
}
#contato { margin: 0 0 0 120px; width: 400px; }
#contato label { width: 400px; display:block; float:left; font-size:20px;}
#contato input, #contato textarea { width: 390px; display:block; float:left; font-size:26px; border:#00a8e7 solid 1px;}
#contato input {height: 30px;}