html,body {
	padding:0;
	height:100%;
	margin:0px auto 0px auto;
	min-width:980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	line-height: 17px;
}
#container {
	min-height:100%;
	position:relative;
	background-image: url(../img/bgContainer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#bgContainer {
	min-height:100%;
	background-image: url(../img/bgBody2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	margin:0px auto 0px auto;
	width:980px;
	padding:0px 0px 45px 0px;
}
#content:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
    overflow:hidden;
}
#header {
	height:360px;
	width:980px;
	z-index:100;
	background-image: url(../img/bgHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerTopo {
	height: 98px;
	width: 930px;
	padding-right: 25px;
	padding-left: 25px;
}
#logo {
	float: left;
	height: 50px;
	width: 212px;
	padding-top: 22px;
	padding-bottom: 26px;
}
#infoTopo {
	float: right;
	padding-right: 315px;
	padding-top: 40px;
	width: 140px;
}

#animacao {
	height: 230px;
	width: 955px;
	position: relative;
	padding-left: 25px;
}
.txtAnimacao {
	position: absolute;
	width: 300px;
	z-index:210;
	top: 30px;
	height: 85px;
	left: 30px;
	font-size: 16px;
	text-align: right;
	line-height: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.maskAnimacao {
	position: absolute;
	height: 146px;
	width: 621px;
	top: 0px;
	right: 0px;
	z-index:250;
}
.imgAnimacao {
	position: absolute;
	height: 146px;
	width: 621px;
	top: 0px;
	right: 0px;
	z-index:230;
}
#menu {
	height:33px;
	width: 625px;
	padding-left: 25px;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	height: 33px;
	width: 625px;
}
#menu ul li {
	float:left;
	height: 33px;
	line-height: 33px;
	padding-right: 33px;
}
#menu ul li a {
	color: #2f2f2f;
	text-decoration: none;
	font-size: 13px;
	height: 33px;
	display: block;
}
#menu ul li a:hover, #menu ul li a.ativo {
	color: #8e8e8e;
	text-decoration: none;
	background-image: url(../img/bgMenu.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#continterno {
	width:930px;
	margin: 35px 0px 20px 0px;
	padding-right: 25px;
	padding-left: 25px;
}
#conteudo {
	width: 610px;
	float: left;
	padding-right: 15px;
}
.coluna290 {
	width: 290px;
	float: left;
}
.coluna290.separador {
	border-left: 1px dotted #d1ccc6;
	padding-left: 12px;
}
.galeria {
	padding-top: 10px;
	padding-bottom: 10px;
}
.galeria span {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.paginacao {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.paginacao a {
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.paginacao a:hover, .paginacao a.ativo {
	text-decoration: underline;
}

#lateral {
	float: left;
	width: 290px;
	padding-left: 15px;
}
#footer {
	position:absolute;
	height:31px;
	clear:both;
	margin:0px;
	padding:0px;
	bottom:0px;
	width:100%;
	z-index:200;
	background-image: url(../img/bgFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footerinterno {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}
#footerinterno .end {
	float: left;
	width: 465px;
	color: #FFF;
	line-height: 31px;
	padding-left: 15px;
}
#footerinterno .localizacao {
	float: left;
	width: 140px;
	line-height: 31px;
}
#footerinterno .localizacao a {
	color: #8a94a4;
	text-decoration: none;
}
#footerinterno .localizacao a:hover {
	color: #FFF;
}
#footerinterno .ass {
	float: left;
	width: 305px;
	font-size: 10px;
	color: #919191;
	text-align: right;
	line-height: 31px;
	padding-left: 5px;
}
#footerinterno .ass a {
	color: #919191;
	text-decoration: none;
}
#footerinterno .ass a:hover {
	text-decoration: underline;
}
.lista {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEBED;
	background-image: url(../img/icoFlecha.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.lista:hover {
	background-color: #F7F8F9;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.lista a {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
.lista a:hover {
	color: #293C5A;
	text-decoration: none;
}
.separadorBottom {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EAEBED;
}
.borda {
	border: 1px solid #C6C6C6;
}
.borda:hover {
	border: 1px solid #293C5A;
}


.clear {
	clear:both
}
.right {
	float:right;
	padding:0px 0px 0px 10px;
}
.left {
	float:left;
	padding:0px 10px 0px 0px;
}
.center {
	text-align:center
}
.w15 {
	width: 15px;
}
.padR12 {
	padding-right: 12px;
}
form {
	margin:0px;
	padding:0px;
}
.inputContato {
	width: 450px;
	border: 1px solid #CCC;
}
.botao {
	color: #C6C6C6;
	background-color: #293C5A;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	outline:none;
	color: #293c59;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border:0px none;
}
p {
	margin:0px;
	padding: 0px 0px 5px 0px;
}
.t10 {
	font-size: 10px;
}
.t15 {
	font-size: 15px;
}


.tCinza {
	color: #7f7f7f;
}
.tAzul {
	color: #293c59;
}

h1 {
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
