* {
	margin:0;
	padding:0;
}

body {
	background:#fff ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
}

img {
	border:0;
}

a {
	text-decoration: underline;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.3em;

}



/* ESTRUTURA */

#maincontainer{
width: 792px;
margin: 0 auto;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 317px;
}

#rightcolumn{
float: left;
width: 317px;
margin-left: -317px;
background:#fff url('../images/riscos_amarelos.gif') no-repeat ;
}

#footer{
clear: left;
width: 100%;
}

.innertube{
padding-top: 70px;
}

#rightcolumn .innertube{
padding-left: 14px;
}

/* INDEX */

.blog_item {
	width: 475px;
	height: 355px;
	position: relative;
	margin-bottom: 12px;
}

.blog_txt {
	background-color: #000;
	font-size: 11px;
	line-height: 1.2em;
	color: #fff;
	width: 265px;
	position: absolute;
	top: 0;
	left: 0;
}

.blog_txt {
	padding: 6px;
}

/* MENU */

#menu_port {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.2em;

}
#menu_port ul {
	display: none;
	list-style-type: none;
	color: #555;
	line-height: 0.9em;
	margin-bottom: 8px;



}
#menu_port ul li a {
	list-style-type: none;
	color: #666;
	font-size: 14px;
	line-height: 0.9em;

}
#menu_outros {
	list-style-type: none;
	color: #000;
}

#menu_port a, #menu_outros a {
	text-decoration: none;
	color: #000;
}

div.sep {
	width: 192px;
	height: 1px;
	background-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.copyright {
	font-size: 10px;
	color: #cccbcb;
}

/* PORTFOLIO */
#portfotos {
	float: right;
	position: relative;
}

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

#seta_esq {
	display: none;
	position: absolute;
	top: 193px;
	left: 0px;
}
#seta_dir {
	display: none;
	position: absolute;
	top: 193px;
	right: 0px;
}

div.legenda {
	margin-top: 3px;
	font-size: 11px;
	color: #666;
}

.tit_legenda {
	color: #aaa;
}

#nav {
	list-style-type: none;

}
#nav li {
	display: inline;
	margin-right: 12px;
}
#nav a {
	color: #666;
	text-decoration: none;
}
#nav a.sel {
	color: #880000;
	text-decoration: none;
}

/* ARTIGO */

#artigo p {
	padding-top: 20px;
	padding-right: 20px;
}

/* FORM */

#contato {
	margin-top: 20px;
	position: relative;
	z-index: 100;
}

#contato p {
	margin-top: 6px;
}

#contato input.inptxt, #contato textarea, #contato select {
	width: 330px;
	border: 1px solid #eee;
}

#contato textarea {
	height: 146px;
}

#btenviar {
	border: 1px solid #c8c8c8;
	background-color: #ffe600;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding: 1px 4px;
	width: 50px;
}

#contato span {
	margin-left: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	vertical-align: top;
}

#contato #enviar {
	margin-top: -22px;
	margin-left: 337px;

}
