* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height:1.4em;
	background: #f1f1e8;
	color: #000;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #045171;
}

a:hover {
	text-decoration: underline;
	color: #055684;
}

h1 {
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 10px;

}

form {
	margin-top: 3px;
}

/* ESTRUTURA */

#maincontainer{
	width: 992px;
	margin: 50px auto;
}

#contentcolumn{
	margin-left: 200px;
	width: 792px;
}

#leftcolumn{
	float: left;
	width: 192px;
	position: relative;
}

.box_info {
	width: 549px; /* 592px - border - padding */
	background: #fff;
	border-right: 3px solid #cbcbc5;
	border-bottom: 3px solid #cbcbc5;
	padding: 25px 20px;
	margin-bottom: 16px;
}
.bi_projeto {
	float: left;
}
.box_info p {
	margin-bottom: 10px;
}
.box_img {
	margin: 30px 0;

}
.box_txt {
	width: 340px;
}
.box_dat {
	color: #b2b2b1;
}

.break {
	clear: both;
}

/* MIDIA */

.midia, .midia_static {
	position: relative;
	float: left;
	margin: 0px 8px 8px 0px;
	cursor: pointer;
	width: 189px;
	height: 189px;
	border-right: 3px solid #cbcbc5;
	border-bottom: 3px solid #cbcbc5;
	overflow: hidden;
}
.midartigo {
	background: #a49a8c;
}

.midia_blank {
	width: 192px;
	height: 192px;
	border: none;
	cursor: auto;
}

.midia_idioma {
	background: #1c1455;
	cursor: auto;
}

.midia_menu {
	background: #1c1455;

}
.midia_menu ul {
	list-style-type: none;
	padding: 20px 10px;
}
.midia_menu ul li {
}
.midia_menu ul li a {
	color: #9497a7;
	font-size: 14px;
	font-style: none;
	font-weight: light;
	text-decoration: none;
	text-transform: lowercase;
}
.midia_menu ul li a:hover {
	color: #fff;
}
.midia_menu ul li.sel a {
	color: #b2b2b1;
}
.midia_blogtxt {
	background: #9497a7;
	color: #fff;
	font-style: none;
	line-height: 1.3em;

}
.midia_blogtxt .bloco {
	padding: 10px;
}
.midia_blogtxt .bloco .bt_dat {
	color: #1c1455;
	padding-bottom: 4px;
}

.last {
	margin-right: 0px;
}


.midia_over {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_celula.gif) repeat;
	display: none;
}

.midia_tit {
	padding: 15px;
	line-height: 1.1em;
	z-index: 100;
	color: #fff;
	font-style: none;
	font-size: 20px;
}
.midia_tit p.mt_area {
	margin-top: 60px;
	font-weight: bold;
	font-size: 11px;
}

/* PAGINA��O */

#paginacao {
	width: 592px;
}
#setas {
	clear: both;
}
#setadir {
	float: right;
}
#tags {
	margin-top: 20px;
}
#tags ul {
	list-style-type: none;
}
#tags ul li a {
	color: #666970;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

/* PORTFOLIO */

table td {
	vertical-align: top;
}

#portfoto {
	width: 481px;
}
#portfoto.loading {
	width: 481px;
	height: 481px;
	background: url(../img/spinner.gif) no-repeat center center;
}

ul.thumbs_column {
	list-style-type: none;
	width: 76px;
	margin-left: 5px;
}
ul.thumbs_column li {
	height: 81px;
	line-height:0px; /*para ie 7-*/
	font-size:1px; /*para ie 7-*/
}
ul.thumbs_column a {
}
.break {
	clear: both;
}

#porttxt {
	width: 400px;
}
.legenda {
	font-family: Verdana;
	font-size: 11px;
	color: #777;
	line-height: 1.4em;
}
.legenda p {
	display: inline;
}

#portsetas {
	text-align: right;
}

/* FORM */

#contato {
	width: 470px;
	height: 360px;
	margin-bottom: 30px;
}
#contato .box_txt {
	font-style: none;
	margin: 20px 0 30px 0;
}
.inptxt {
	width: 470px;
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #666;
	line-height: 1.8em;
	padding: 2px;
	margin-bottom: 10px;
}
textarea.inptxt {
	margin-top: 10px;
	margin-bottom: 0px;
}
#enviar {
	float: right;
	margin-right: 0px;
}
#enviar input {
	margin-top: 10px;
	border: none;
	background: #fff;
	font-size: 14px;
	color: #24254c;
}