@charset "UTF-8";

/* General Format */
* { padding: 0; margin: 0; }
body {
	background-color: #EBEBEB;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #707070;
}
a {
	color: #39F;
	text-decoration: none;
	border-bottom:1px dotted #CCC;
}
a:hover {
	color: #39F;
}
a:visited {
	color: #39F;
}


div#page {
	width: 980px;
	margin: 0 auto;
	margin-top: -33px;
}

div.page {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
div#header {
	background: url('./img/header_bg.gif') repeat-x top;
	height: 150px;
}
div#header a.logo{ 
	float: left; 
	margin-top: 18px; 
	background: url('./img/logotransgray.png') no-repeat top;
	width: 500px;
	height: 80px;
	text-indent: -999999px;
	border-bottom: 0px;
}
div#header ul {
	list-style: none;
	float: right;
	margin-top: 48px;
}
div#header ul li {
	height: 60px;
	float: left;
	margin-left: 0px;
	padding: 0px 0px 0px 16px;
}
div#header ul li a {
	color: #555555;
	font-size: 13px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	border-bottom: 0px;
}

div#header ul li a:hover { color: #333; }
div#header li.active a{ background: #dddddd; color: #000; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;}

div#page .header_home{
	background: url('./img/home_header.gif') repeat-x bottom;
	height: 320px;
	position: relative;
}
div#page .header_home img.main_screenshot{ 
	float: left;
	padding: 20px 0px 0px 35px;
}
div#page .header_home .info {
	width: 600px;
	float: right;
	margin: 25px 50px 0px 0px;
}
	div#page .header_home .info h1 { padding: 0; margin-bottom: 15px; font-size: 30px; color: #363636; }
	div#page .header_home .info p{ font-size: 13px; color: #363636; margin-bottom: 30px; }
	
div#page .top {
	background: url('./img/page_top.gif') no-repeat top;
	height: 23px;
}
div#page .content {
	background: url('./img/page_middle.gif') repeat-y top;
}
	div#page .content .padding {
		padding: 25px 45px 25px 45px;
	}
	div#page .left {
		width: 600px;
		float: left;
	}
	div#page .right {
		width: 245px;
		float: right;
	}
div#page .bottom {
	background: url('./img/page_bottom.gif') no-repeat bottom;
	height: 23px;	
}



	div#page .section_title {
		width: 240px;
		height: 56px;
		margin-left: -46px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
		div#page .section_title h3{
			font-size: 15px;
			color: #fff;
			padding: 5px 0px 0px 45px;
		}
div#footer {
	margin-top: 5px;
	padding-bottom: 30px;
}
	div#footer p { float: left; color: #888; }
	div#footer ul { list-style: none; float: right; }
	div#footer ul li { float: left; }
	div#footer ul li a {
		margin-left: 20px;
		color: #707070;
		text-decoration: none;
	}
		div#footer ul li a:hover { color: #333; }
		

/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #5f5f5f;
	letter-spacing: -0.02em;
}
h2 {
	font-size: 23px;
	color: #707070;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #F90;
	font-weight: normal;
}
h4 {
	font-size: 19px;
	color: #252525;
	font-weight: normal;
}
h5 {
	font-size: 17px;
	color: #888;
	font-weight: normal;
	margin-bottom: 5px;
}
h6 {
	font-size: 15px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
}
b { color: #444; }

div.headertitle {
	font-size: 23px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

/* Slider */
#s3slider { 
   width: 600px; /* important to be same as image width */ 
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-top: 20px;
}

#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 15px 15px 15px 15px;
   width: 570px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

/* Banner */
.banner {
	background-image: url('./img/banner.png');
	width: 100%; /* for IE 6 */
	height: 75px;
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}

.banner a {
	color: #FFF;
}

/* Footer */
.footer
{
	float: left;
	text-align: left;
	padding: 10px;
}

.footer-right
{
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	font-variant: small-caps;
}

/* Noticias */

div.noticia-container {
	margin-top: 20px;
}

div.data {
	float:left;
	width: 42px;
	height: 10px;
	padding: 18px 0 14px 0;
	text-align: center;
}

div.noticia {
	height: auto;
	padding-left: 55px;
	text-align: left;
}

.noticia p {
	margin-top: 10px;
}

.jan { background: url(img/cal/01.png) no-repeat 0 0; }
.fev { background: url(img/cal/02.png) no-repeat 0 0; }
.mar { background: url(img/cal/03.png) no-repeat 0 0; }
.abr { background: url(img/cal/04.png) no-repeat 0 0; }
.mai { background: url(img/cal/05.png) no-repeat 0 0; }
.jun { background: url(img/cal/06.png) no-repeat 0 0; }
.jul { background: url(img/cal/07.png) no-repeat 0 0; }
.ago { background: url(img/cal/08.png) no-repeat 0 0; }
.set { background: url(img/cal/09.png) no-repeat 0 0; }
.out { background: url(img/cal/10.png) no-repeat 0 0; }
.nov { background: url(img/cal/11.png) no-repeat 0 0; }
.dez { background: url(img/cal/12.png) no-repeat 0 0; }


/* Projectos */
ul#filter {
	float: left;
	font-size: 16px;
	list-style: none;
	margin-left: 0;
	width: 100%;
	margin-bottom: 20px;
}
ul#filter li {
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none;}
ul#filter li.current a, ul#filter a:hover { text-decoration: none; }
ul#filter li.current a { color: #333; font-weight: bold; }
ul#portfolio {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 672px;
}
ul#portfolio li {
	border: 1px solid #dedede;
	float: left;
	margin: 0 auto 10px;
	margin-right: 22px;
	margin-bottom: 22px;
	padding: 5px;
	width: 302px;
}
ul#portfolio img {
	border: 1px solid #dedede;
	/*position: relative;
	float: left;
	margin-bottom: 0px;
	top: 0;
	left: 0;*/
}

.projecto {
	position: relative;
	width: 100%; /* for IE 6 */
}

.projecto h2 {
	padding-top: 5px;
	width: 100%;
}
