@charset "utf-8";
/* CSS Document */

body, html {
	background:#d3d3d3 url(../images/bg_gradient.jpg) repeat-x top left; 
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	margin:0;
    padding:0;
}

#main_wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	height:100px;
	margin-bottom:20px;
}
#header_internas {
	width:960px;
	height:180px;
	margin-bottom:20px;
}
#header_internas .logo {
	float:left;
	margin:30px 0 20px 0;
	width:202px;
}
#header .logo {
	float:left;
	margin:30px 0 0 0;
}

#footer {
	width:960px;
	height:40px;
	margin-top:30px;
	font-size:10px;
	padding-top:10px;
	border-top:1px dotted #666;
}
#footer .adress {
	color:#666;
	font-size:11px;
	line-height:17px;
	float:left;
}
#footer .contato {
	color:#666;
	font-size:14px;
	line-height:17px;
	float:right;
	text-align:right;
	padding:0;
	margin:0 10px 0 0;
}
#footer .contato .email {
	color:#333;
	text-decoration:none;
	font-size:11px;
}
/*#footer .contato .email:active {
	color:#333;
	text-decoration:none;
	font-size:11px;
}
#footer .contato .email:visited {
	color:#333;
	text-decoration:none;
	font-size:11px;
}
#footer .contato .email:hover {
	color:#CC0000;
}*/
#footer .social {
	float:right;
	text-align:right;
	padding:0;
	margin:4px 0 0 0;
	outline:none;
}


/****************** GALERIA DE IMAGENS ******************/
.proj_item_wrapper {
	width:300px;
	height:190px;
	background:url(../images/bg_item_proj_sombra.png) no-repeat bottom left;
	margin:10px 30px 0 0;
	float:left;
}
.proj_item_wrapper_last {
	width:300px;
	height:190px;
	background:url(../images/bg_item_proj_sombra.png) no-repeat bottom left;
	margin:10px 0 0 0;
	float:left;
}
.proj_item_wrapper .content, .proj_item_wrapper_last .content {
	display:block;
	height:170px;
	width:300px;
	background:#f2f2f2 url(../images/bg_item_proj.jpg) repeat-x top left;
}

.proj_item_wrapper .content .tipo, .proj_item_wrapper_last .content .tipo {
	display:block;
	width:200px;
	font-size:10px;
	color:#999;
	letter-spacing:-0.02em;
	padding:10px 0 5px 10px;
}
.proj_item_wrapper .content .title, .proj_item_wrapper_last .content .title {
	display:block;
	width:280px;
	font-size:24px;
	line-height:1em;
	color:#818181;
	letter-spacing:-0.06em;
	padding:0 0 10px 10px;
}

#internas_header {
	width:960px;
	height:37px;
	border-bottom:1px dotted #CCC;
	position:relative;
	margin:10px 0 20px 0;
}
#internas_header .title {
	display:inline;
	float:left;
	margin:3px 0 0 0;
}
#internas_header .submenu {
	font-size:16px;
	letter-spacing:-0.5px;
	color:#959595;
	line-height:16px;
	float:right;
	margin:10px 0 0 0;
}
.internas_subitem, .internas_subitem:link, active, visited {
	color:#959595;
	text-decoration:none;
	padding-left:15px;
	display:inline;
}
.internas_subitem:hover {
	color:#CC0000;
}

.internas_content_right {
	float:right;
	width:664px;
	margin:10px 0 0 0;
}
.internas_content_left {
	float:left;
	margin:6px 0 0 0;
	width:270px;
	font-size:12px;
	color:#666666;
	line-height:18px;
	text-align:left;
}
.internas_content_left p {
	margin:0;
	font-size:13px;
	line-height:19px;
	text-align:left;
	display:block;
	padding:5px 0;
}
.internas_content_left .title {
	float:left;
	width:270px;
	height:37px;
	border-bottom:1px dotted #CCC;
	margin:0 0 20px 0;
}

/*************** PUBLICAÇÕES *****************/
.publi_item_wrapper {
	width:177px;
	height:141px;
	background:url(../images/bg_item_proj_sombra.png) no-repeat bottom left;
	margin:10px 18px 0 0;
	float:left;
}
.publi_item_wrapper_last {
	width:177px;
	height:141px;
	background:url(../images/bg_item_proj_sombra.png) no-repeat bottom left;
	margin:10px 0 0 0;
	float:left;
}
.publi_item_wrapper .content, .publi_item_wrapper_last .content {
	display:block;
	height:120px;
	background:url(../images/bg_item_proj.jpg) repeat-x top left;
}

.publi_item_wrapper .content .tipo, .publi_item_wrapper_last .content .tipo {
	display:block;
	font-size:10px;
	color:#999;
	letter-spacing:-0.02em;
	padding:10px 0 5px 10px;
}
.publi_item_wrapper .content .title, .publi_item_wrapper_last .content .title {
	display:block;
	font-size:20px;
	line-height:1em;
	color:#818181;
	letter-spacing:-0.05em;
	padding:0 0 10px 10px;
}


/*************** DESTAQUES *************/

.dest_coluna {
	width:220px;
	height:500px;
	margin:10px 20px 20px 0;
	float:left;
	display:inline;
}
.dest_content_wrapper {
	display:inline;
	width:700px;
	float:left;
	margin:10px 0 20px 0;
}
.dest_content_wrapper h1 {
	font-size:24px;
	font-weight:bold;
	color:#333333;
	line-height:26px;
	text-align:left;
	margin:0 0 20px 0;
	padding:0;
}
.dest_content_wrapper p {
	font-size:12px;
	color:#666;
	line-height:20px;
	text-align:left;
	margin:0;
	padding:4px 0;
}
.dest_content_wrapper img {
	display:block;
	float:left;
	margin:0 20px 20px 0;
}
.dest_menu_item, .dest_menu_item:link, .dest_menu_item:active, .dest_menu_item:visited {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	display:block;
	padding:8px;
	border-bottom:1px dotted #999;
}
.dest_menu_item:hover {
	background:#fff;
	color:#CC0000;
}
.dest_menu_item .data {
	color:#CC0000;
}
.dest_item_wrapper {
	width:220px;
	height:270px;
	background:url(../images/bg_item_proj_sombra.png) no-repeat bottom left;
	margin:10px 20px 0 0;
	float:left;
	display:inline;
}
.dest_item_wrapper .content {
	display:block;
	height:250px;
	width:220px;
	background:#f2f2f2 url(../images/bg_item_proj.jpg) repeat-x top left;
}
.dest_item_title, .dest_item_title:link, .dest_item_title:active, .dest_item_title:visited {
	display:block;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#333;
	padding:10px 10px 5px 10px;
	text-decoration:none;
}
.dest_item_title:hover {
	color:#C00;
}
.dest_item_wrapper .content .text {
	display:block;
	font-size:12px;
	line-height:16px;
	color:#818181;
	padding:0 10px 10px 10px;
}
.dest_item_wrapper img {
	outline:none;
	border:none;
}

#pages {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	left: 50%;
	position: relative;
	float: left;
}
#pages ul {
	margin: 0;
	list-style-type: none;
	left: -50%;
	position: relative;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #CC0000;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: #FFFFFF;
	border: 1px solid #990000;
	background-color: #CC0000;
}
#pages li.nolink {
	color: #FF3333;
	border: 1px solid #F3F3F3;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #CC0000;
	padding: 4px;
	background-color: #770000;
}