@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(imagens/filete.jpg);
	background-repeat: repeat;
	height: 100%;

}

html, body {
	height: 100%;
	}

#tudo {
	min-height: 100%;
	position: relative;
	}

* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}


.invisivel {
display:none;
visibility:hidden;
}

.titulo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	padding-bottom:14px;
	padding-top:14px;
	color: #FFF;
}

.conteudo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-left:10px;
	text-align:justify;
	width: 435px;
	color:#333;
	line-height: 15px;
}

.subconteudo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
		line-height: 15px;
}

.subconteudo_vermelho {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#8c0404;
		line-height: 15px;
}

.subdestaque_vermelho {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#8c0404;
		line-height: 25px;
}

.subdestaque_cinza {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
		line-height: 25px;
}

.submenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 18px;
}

.submenu:link {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu:hover {
	color: #8b0a0c;
	text-decoration:  none;
}

.submenu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.submenu:hover {
	color: #8b0a0c;
	text-decoration: none;
}


a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration:  none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.foto {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: solid;
	border-bottom-style: 0;
	border-left-style: 0;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#idiomas{
	position:absolute;
	bottom:60px;
	width:240px;
	

}

#containerport {
  position: relative;
  width: 703px;
  overflow: hidden;
}

#divfotos{
	height:465px;

}
#conteudo_not {
	width: 990px;
	position: absolute;
	top: 170px;
	left: 0px;
	height: 537px;
	overflow: hidden;
	visibility: visible;
}
