body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,button,p,blockquote,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
strong, .strong{
	font-weight: bold;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,th,var,optgroup{
	font-style:inherit;
	font-weight:inherit;
}
del,ins{
	text-decoration:none;
}
ol, ul{
	list-style: none;
}
li{
	list-style:none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:baseline;
}
sub{
	vertical-align:baseline;
}
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

.cursor{
	cursor: pointer;
}
.middle{
	vertical-align: middle;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.clear{
	clear: both;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.negrito{
	font-weight: bold;
}
.justify{
	text-align: justify;
}
#frameinvisivel, .frameinvisivel{
	display: none;
}

body {
	background:#343434 url('image/background_body.jpg') 0 50% repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}

#container {
	background:url('image/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	width:760px;
	margin: 0px auto;
}

#navigation {	
	height:88px;
	padding:32px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
}
#navigation ul li a:hover {
	background:url('image/navigation.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('image/navigation.jpg') repeat-x;
}

/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: 23px;
	letter-spacing: -1px;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #B00002;
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: bold;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:35px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}

#logotipotopo{
	float: left;
	position: relative;
	z-index: 9999;
	margin: 15px 0px 0px 0px;
}

.separaPortfolio{
	clear: both;
	height: 115px;
}
.separaPortfolio img{
	float: left;
	border: 3px solid #C9D1EF;
	padding: 3px;
	margin: 0px 14px 0px 0px;
}
.btAcessar, .btAcessar:hover{
	cursor: pointer;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
	background-color: #324278;
}

