@charset "utf-8";
body {
	background-color: #fff;
	font-size: 14px;
	font-family: Arial;
	line-height:23px;
}
img, #logo, #nav a, #feature_list li a, #fromtwitter, #fromtheblog, .portfolio_list li { 
	behavior: url(javascript/iepngfix.htc) 
}

/* ---------- Hack ---------- */

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */


/* ---------- Typography ---------- */


h1.blog {
	color: #e0cfa3;
	text-transform: uppercase;
	height: 17px;
	padding: 4px 0px 5px 0px;
}
h2 {
	color: #0d888d;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
}

h3 {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.featuretitle {
	margin: 0;	
	padding: 7px 0 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
h4 {
	font-size: 10px;
}
h5 {
	color: #292929;
	font-size: 12px;
	text-transform: uppercase;
}
h6 {
	font-size: 24px;
	color: #393939;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
p {
	margin: 5px 0px;
}
.content_wrap a, .content_wrap p {
	color: #393939;
	
}
.content_wrap a{
	font-weight: bold;
}

.content_wrap a:hover{
	color: #005195;
}

/* ---------- Layout ---------- */

.content_wrap, .content_wrap_twitter_blog {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 16px;
	
}
.content_wrap_twitter_blog {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content196px {
	width: 176px;
	height: 90px; 
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content220px {
	width: 237px;
	height: 130px; 
	/*padding: 20px;*/
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content400px {
	width: 340px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content460px {
	width: 418px;
	height:130px;
        /*padding-left: 120px;*/
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
}
.content620px {
	width: 578px;
	padding: 20px 20px 15px 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content940px {
	width: 898px;
	padding: 20px 20px 15px 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content300px, .content300px_ads {
	width: 258px;
	padding: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: #c8c8c8 solid 1px;
	line-height: 23px;
}
.content300px_ads {
	padding: 15px 15px 10px 15px;
	width: 268px;
}
.content220px ul li, .content300px_ads ul li {
	float: left;
}
.box, .lastbox, .homepagebox {
	float: left;
	margin: 0px 0px 20px 0px;
}
.lastbox {
	margin-right: 0px;
}
.homepagebox {
	margin-right: 20px;
}
#sidebar {
	float: right;
	width: 300px;
}
.title, .title_featured,.title_220px, .title_400px, .title_460px, .title_620px, .title_300px, .title_940px, .categorylist li {
	background: url(../images/title.jpg) top left repeat-x ;
	height: 29px;
	padding: 18px 0px 0px 20px;
	border-top: #c8c8c8 solid 1px;
	border-left: #c8c8c8 solid 1px;
	border-right: #c8c8c8 solid 1px;
}
.categorylast {
	border-bottom: #C8C8C8 1px solid;
}
.categorylist a {
	text-decoration: none;
}
.categorylist a:hover {
	color: #999999;
}
.categorylist li {
	float: left;
	width: 278px;
	background: url(../images/category_bg.jpg) top left repeat-x;
}
.title_featured {
	width: 196px;
}
.title_220px {
	width: 217px;
}
.title_400px {
	width: 360px;
}
.title_460px {
	width: 438px;
}
.title_620px {
	width: 598px;
}
.title_300px, .categorylist {
	width: 278px;
}
.title_940px {
	width: 918px;
}

/* ---------- Header ---------- */

#logo  {
	width: 940px;
	height: 105px;
	margin: 0 auto;
	background: url(../images/bg-logo.png) no-repeat;
	padding-top: 10px;
}
.logoimg  {
/*	margin: 25px 369px; */
	margin: 25px 0px 25px 690px;
/*      margin-left:690px; /* remover para centrar logo */
}

/* ---------- Navigation ---------- */

#search_box {
	padding-top:4px;
	padding-right:20px;
	color: white;
	float: right;
	position: relative;
}
.field {
	background-color: #272727;
	border: solid 1px #373737;
	color: #999999;
	padding: 1px;
	margin-top: 8px;
	float: left;
}
a.search:hover {
	background-color: #4e4e4e;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	float: left;
	height: 29px;
	padding: 6px 20px 0px 20px;
	margin-left: 30px;
	color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
	background-color: #323232;
}

.more {
	background-color: #5a5a5a;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 26px;
	padding: 6px 20px 6px 20px;
	text-decoration:none;
	
}


#top_bar {
	background-color:#005195; /* #000000*/
	height: 35px;
	min-width: 940px;
}
#nav_container {
	width: 940px;
	margin: 0 auto;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9f9f9f;
	z-index: 9999;
	float: left;
	position: relative;	
}
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:0.6em;
}
#nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding: 14px 25px;
    color:#c6c4c4; /* #a5a5a5 */
    text-decoration:none;
	text-transform: uppercase;
}
#nav a:hover {
    color:#fff;
}
#nav .on{
	background: url(../images/hover.png) no-repeat center;
	height: 12px;
	color:#fff !important;
	float: left;
	position: relative;
}
#nav .subscribe{
	background: url(../images/subscribe.png) top left no-repeat;
	height: 12px;
	margin-left: 22px;
	float: left;
	position: relative;
}
#nav li{
    float:left;
    position:relative;
}
#nav ul {
    position:absolute;
    top:2.9em;
    display:none;	
	z-index: 1;
}
#nav li ul a {
    width:8em;
    float:left;
	background-color: #3f3f3f /* black */;
	background-image: none !important;
	line-height:normal;
}
#nav li ul a:hover {
	background-color: #292929;
}
#nav ul ul{
	top:auto;
}	
#nav li ul ul {
    left:11.3em;
    margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}

/* ---------- Featured ---------- */

#feature_wrapper {
	width: 940px;
	margin: 0 auto;
	line-height: 16px;
	padding-bottom: 20px;

}
#feature_list {
	width: 940px;
	height: 337px;
	overflow: hidden;
	position: relative;
	background-color: #404040 ;
}
#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
#tabs {
	right: 0;
	z-index: 2;
	width: 305px;
}
#tabs li {
	font-size: 12px;
	font-family: Arial;
	height: 113px;
}
#tabs li a {
	color: #999999;
	text-decoration: none;	
	display: block;
	padding: 10px 20px 10px 35px;
	height: 113px;
	outline: none;
}
#tabs li a:hover {
	color: #fff;
}
#tabs li a.current {
	background: url(../images/feature-tab-current.png) top left no-repeat;
	color: #393939 ;
}
#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
#output {
	left: 0;
	width: 633px;
	height: 319px;
	position: relative;
}
#output li {
	position: absolute;
	width: 651px;
	height: 337px;
}
.outputimg {

	border: #CCCCCC solid 1px;
	border-right: none;
}



/* ---------- Content ---------- */

.firstrow {
	overflow:hidden;
	margin: 5px 0px 13px 0px;
}
.firstrow li, .secondrow li {
	margin-right: 23px;
}
.lasticon {
	margin-right: 0px !important;
}
.secondrow {
	overflow:hidden;
}

/* ---------- About page ---------- */

.about-img {
	margin: 20px 0px 20px 0px;
}

/* ---------- Ads ---------- */

.ads1 {
	float: left;
	margin: 0px 15px 15px 0px;
}
.ads2 {
	float: left;
	margin-bottom: 15px;
}
.ads3 {
	margin-right: 15px;
}
.ads4 {
	float: left;
}

/* ---------- Portfolio ---------- */

.portfolio_list {
	overflow: hidden;
	width: 150px;
	text-transform: uppercase;	
	margin-top: 15px;
	float: left;
}
.portfolio_list li {
	float: left !important;
	background: url(../images/check.png) left no-repeat; 
	padding-left: 30px;
	margin-bottom: 10px;
}

/* ---------- Blog ---------- */

.blog_post, .blog_post_first, .blog_post_last {
	overflow: hidden;
	border-bottom: #c2c2c2 solid 1px;
	padding: 15px 0px;
	float:left;
}
.blog_post_first {
	padding-top: 0px;
}
.blog_post_last {
	border-bottom: none;
	padding-bottom: 0px;
}
.blogimg {
	float: left;
}
.post_info, .portfolio_info {
	float: left;
	width: 350px;
	margin-left: 20px;
}
.portfolio_info {
	width: 370px; /*480px*/
	padding-right: 20px;
	margin-left: 30px;
}
.post_info a, .portfolio_info a {
	text-decoration: none;
}
.post_info a:hover, .portfolio_info a:hover {
	color: #6c6c6c;
}
.date {
	font-size: 10px;
}
.date a {
	text-decoration: none;
	color: #b31010;
}
.date a:hover {
	text-decoration: underline;
}
.blog_nav {
	margin-top: 20px;
}



/* ---------- Contact ---------- */


textarea 
{
	width: 40em;
	background-color: #dedede;
	border: #CCCCCC 1px solid;
}
#name, #email, #subject
{

	background-color: #dedede;
	border: #CCCCCC 1px solid;
}

#container ul
{
	text-align: left;
	color: Red;

}
#response ul li
{
	clear: left !important;

}

#container ul li.success
{
	color: #292929;
}

#main
{
	position: relative;
	float: left;
	overflow: hidden;
	text-align: left;
	background: white url(images/content_top.jpg) 0 0 repeat-x;
}

p small
{
	display: block;
}

#main img.loaderIcon
{
	width: 70px;
	position: absolute;
	top: 1em;
	right: 2em;
}
#submit {
	background-color: #5a5a5a;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
}

#submit2 {
	background-color: #005195;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 26px;
	margin-top:5px;
	
}


/* ---------- Footer ---------- */

.post, .lastpost {
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box_240px_left, .box_240px_middle, .box_240px_right {
	width: 260px;
	float: left;
}


#light_footer_wrapper {
	height: 60px;
	background: url(../images/light_footer_repeat.gif) repeat-x top left;
	color: #393939;
}
.box_240px_right li {
	display: inline;
}
#light_footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 18px;
	overflow: hidden;
}
#light_footer a {
	color: #393939;
}
#light_footer a:hover {
	color: #999999;
}
.footerdate {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #c5c5c5;
}
.footer {
	color: #c5c5c5;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	text-decoration: none;
}
a.footer:hover {
	color: #fff;
}

.logosmall {
	float: left;
	margin: 0px 20px 0px 0px;
}
/* Mapa */
#map{
float:left;
overflow:hidden;
position:relative;
margin-left:0px;
margin-top:10px;
margin-bottom:20px;
border:1px solid #ddd;
z-index:888;
width:510px;
height:200px;
background:#fff url(images/loading.gif) 50% 50% no-repeat;
padding:7px;
}

#map_canvas{
overflow:hidden;
position:absolute;
z-index:888;
width:510px;
height:200px;
}
/* rodapé */
ul.footer-list {
    list-style: none;
}

ul.footer-list li {
    padding: 5px 0;
}
ul.footer-list li a {
    color: #999;
    text-decoration: none;
}
ul.footer-list li a:hover {
    color: #666;
}
/* língua */
#language {
	display: block;
	position: relative;
	float: right;
	width: 70px;
	top: 8px;
	margin-left:5px;
}

/* Agenda */
.news li{display:block;list-style:none;background-image:url(../images/calendar.jpg);background-position:5px 5px;background-repeat:no-repeat;min-height:34px;/*clear:both;*/margin-bottom:2px;padding:5px}
.news li .cal_month{width:34px;float:left;font-size:10px;font-weight:700;color:#FFF;text-align:center;line-height:10px; }
.news li .cal_day{width:34px; padding:0;margin:0;position:absolute;margin-top:14px;/*float:left;*/ font-size:16px;color:#000;text-align:center;}
.news li .cal_link{float:left;width:120px; /*205*/ font-size:13px; margin-left:3px;}
.news li .cal_link a:hover {text-decoration: none;}
.news li .cal_link p{color:#666;font-size:10px;margin:0}


/* Imprensa */

li.list1 {list-style: circle outside; color:#342a4c; }


/* accordions */

.accordion {
	display: block;
	margin-bottom: 15px;
}

/* accordion header */
.accordion span.title {
	margin-bottom: 3px;
	padding: 5px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
}

.accordion span.title:hover {

}

/* currently active header */
.accordion span.current {
	cursor:default;
}

.accordion span.current:hover {
	opacity: 1;	
}

.accordion span.title span.title_content {
display: block;
overflow: hidden;
position: relative;
background: url(../images/pluse.png) no-repeat center left;
padding-left: 27px;	
}

/* accordion pane */
.accordion .pane {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0;
	display:none;
	padding:15px;
	font-size: 11px;
	line-height: 19px;
	border:1px solid #eaf4fe;
	/*background: #f8f8f8;*/
	background: #fff;
	box-shadow: -1px -1px 2px #f1f1f1 inset;
	-moz-box-shadow: -1px -1px 2px #f1f1f1 inset;
	-webkit-box-shadow: -1px -1px 2px #f1f1f1 inset;	
}

/* accordion_style1 */

.accordion_style1 span.title {
	background: #005195;
	/*background: #f8f8f8;*/
	color: #c6c4c4;
	/*text-shadow: 1px 1px 0 #fff;*/
}

.accordion_style1 span.title:hover, .accordion_style1 span.current, .accordion_style1 span.current:hover {
	color: #c6c4c4;
	background: #2e6898;
}

.accordion_style1 span.current span.title_content {
	background: url(../images/minus.png) no-repeat center left;
}


/* active tab uses a class name "current" */
.tabs a.current, .tabs a.current:hover, .tabs li.current a {
	cursor: default !important; 
	color: #fff !important;
	background: #555;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.panes {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	padding:15px;
	font-size: 11px;
	line-height: 19px;
	border:1px solid #e5e5e5;
	background: #f8f8f8;
	box-shadow: -1px -1px 2px #f1f1f1 inset;
	-moz-box-shadow: -1px -1px 2px #f1f1f1 inset;
	-webkit-box-shadow: -1px -1px 2px #f1f1f1 inset;	
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/* catalogos */

.catalog { margin-top:20px }
.catalog div.link { display:block; height:56px; font-size:1.2em; margin-bottom:2em }
.catalog a { color:#696969 }
.catalog a strong { color:#000; font-weight:normal }
.catalog img { padding:3px !important; float:left; }
.catalog small { font-style:italic }	


.home_catalog_box
{
	padding-left:20px;
}

.home_catalog_box :first-child
{
	clear:none!important;
	float:left;
	margin-right:30px;
}

.home_catalog_box :nth-child(2)
{
	clear:none!important;
	float:left;
}