@charset "utf-8";
/* CSS JULIAN TOLEDO */

/* zerando css */
html, body, div, span, object, iframe, h4, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, img {
	margin: 0px; padding: 0px; border: 0px; list-style: none; text-decoration: none; font-style: normal;
}
p, h4, h3, h2, h1 { margin: 0; padding: 0; border: 0; }

/* links */
a {	color: #626262; }
a:hover { text-decoration: underline; }
a img {	border: none; }

.bold { font-weight: bold; }

.textleft { text-align: left; }
.textright { text-align: right; }

.font18 { font-size: 18px; }

.color1 { color: #9DC405; }
.color1 a { color: #9DC405; }

html, body { height: 100%; }
body { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #626262; background: #ccff00; }

/*-- CORPO -------------*/
div#corpo {
	width: 846px;
	margin: 0 auto;
	padding: 30px;
}

div#container { 
	width: 776px;
	height: 695px;
	padding: 35px;
	background: #fff url(img/bg-corpo.jpg) no-repeat;
	position: relative;
}
div#header {
	width: 100%;
	height: 110px;
}

div#conteudo {
	width: 100%;
	height: 550px;
	position: relative;
}

/*-- HOME -------------*/
div#txt-home {
	width: 440px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 170%;
}
.home-eu {
	font-size: 18px; 
	font-weight: bold;
}

div#ultimos-trabalhos {
	width: 290px;
	position: absolute;
	bottom: 40px;
	right: 0;
}
div#ultimos-trabalhos h3 {
	font-size: 22px;
	font-family: Calibri;
}
div#box-jobs {
	overflow: hidden;
	padding-top: 25px;
	line-height: 140%;
}
div#box-jobs div.imagem { float: right;}
div#box-jobs div.top_bea { padding-top: 44px; }

div#footer {
	position: absolute;
	bottom: 20px;
	right: 40px;
	
	font-size: 10px;
}
div#footer span.footer_space { padding: 0 15px; }

