/********** RESET **********/
* { 
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
li { list-style: none; }


/********** GERAIS **********/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #616161;
	background: #fafafa;
}

.clear {
	clear: both;
	height: 1px;
}

/* links */
a, a:visited { color: #616161; }
a:hover { text-decoration: underline; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; }

.site_padding {
	width: 780px;
	margin: 0 auto;
}

/********** CONTAINER **********/
/*.container {
	width: 900px;
	padding: 0px 0 15px 0;
	margin: 0 auto;
	background: #191919;
}*/

/********** TOPO **********/
.site_topo {
	padding: 20px 40px 0;
	background: url(img/bg_topo.gif) left bottom repeat-x /*#f1f1f1*/;
	height: 80px;
}

/* logo */
.site_topo .logo {
	background: url(img/logo3.gif) left top no-repeat;
	float: left
}
.site_topo .logo a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 54px;
	width: 261px;
}

.menu_principal {
	float: right;
	margin-top: 7px;
}
.menu_principal li {
	float: left;
	text-transform: lowercase;
}
.menu_principal li a {
	float: left;
	padding: 4px 12px 5px 12px;
	text-decoration: none;
	border-top: 2px solid #DADADA;
	color: #a6a5a5;
}
.menu_principal li a:hover {
	background: #ece9e9;
}
.menu_principal li.ativo a { 
	border-top-color: #C9168E; 
	background: #f4d9eb; 
	color: #777777; 
}

/********** CONTEUDO **********/
.site_miolo {
	padding: 30px 40px 10px 40px;
}

/* job */
.job {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.job a { color: #C9168E; }

.job .print img {
	display: block;
}
.job h1 {
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: -0.03em;
	margin-bottom: 12px;
}
.job h1 span {
	font-size: 0.8em;
	color: #AB99BC;
}

/********** RODAPE **********/
.site_rodape .site_padding {
	padding: 10px 0 15px 0;
	border-top: 1px solid #C915B3;
}
.site_rodape ul li {
	font-size: 0.838em;
	color: #AB99BC;
}