/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	cursor: default;
	width:989px;
	margin:0 auto;
		font-family: arial;
}

input
{
	font-family: arial;
	font-size: 12px;
	color: #099FD8;
	margin: 0px;
	padding: 0px;
	*margin-top: -1px;
}



.inputLeft
{
	float: left;
	width: 5px;
	height: 23px;
	background-image: url(../img/bg_input_left.png);
	background-repeat: no-repeat;
}

.inputCenter
{
	float: left;
	height: 23px;
	background-color: #FFFFFF;
}

.inputCenter input
{
	height: 18px;
	margin-top: 3px;
	font-family: arial;
	font-size: 12px;
	color: #099FD8;
}

.inputRight
{
	float: left;
	width: 5px;
	height: 23px;
	background-image: url(../img/bg_input_right.png);
	background-repeat: no-repeat;
}

.geral
{
	width: 988px;
	display: block;
	float: none;
	clear: both;
}

.bloco
{
	float: left;
	width: 100%;
}

.topo
{

	height: 100px;
	background-image: url(../img/bg_topo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #1E1E1E;
	
}

.topoLogo
{
	float: left;
	width: 174px;
	height: 100px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 0px 0px 40px;
}

.topoDireita
{
	float: right;
	width: 185px;
	margin: 15px 40px 0px 0px;
}

.topoMenu
{
	float: left;
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #6F7272;
}

.topoMenu a
{
	font-family: arial;
	font-size: 12px;
	color: #6F7272;
	text-decoration: none;
}

.topoMenu a:hover
{
	color: #E9E9E9;
}

.topoSearch
{
	float: left;
	width: 100%;
	margin-top: 15px;
}

.topoSearchLeft
{
	float: left;
	width: 5px;
	height: 23px;
	background-image: url(../img/bg_input_left.png);
	background-repeat: no-repeat;
}

.topoSearchRight
{
	float: left;
	width: 25px;
	height: 23px;
	background-image: url(../img/bg_input_right_search.png);
	background-repeat: no-repeat;
}

.topoSearchCenter
{
	float: left;
	height: 23px;
	background-color: #FFFFFF;
}

.topoSearchCenter input
{
	width: 150px;
	height: 18px;
	margin-top: 3px;
	border: none;
}

.menu
{
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3D3D3D;
}

.menuItemDiv
{
	float: left;
	margin-left: 40px;
}

.menuItem
{
	float: left;
	margin-right: -10px;
	position: relative;
	cursor: pointer;
}

.menuItemLeft
{
	float: left;
	width: 4px;
	height: 31px;
	background-image: url(../img/bg_menu_left.png);
	background-position: 0px -31px;
}

.menuItemCenter
{
	float: left;
	height: 31px;
	line-height: 31px;
	background-color: #545353;
	font-family: arial;
	font-size: 12px;
	color: #8B8B8B;
	padding: 0px 5px 0px 10px;
}

.menuItemRight
{
	float: left;
	width: 29px;
	height: 31px;
	background-image: url(../img/bg_menu_right.png);
	background-position: 0px -31px;
}

.separadorAzul, .separadorBranco
{
	height: 5px;
	line-height: 5px;
	font-size: 1px;
}

.separadorAzul { background-color: #0C95CC; }
.separadorBranco { background-color: #E9E9E9; }

.banner
{
	height: 295px;
	/*background-image: url(../img/bg_banner.jpg);
	background-repeat: no-repeat;*/
}

.bannerAcesso
{
	width: 209px;
	height: 182px;
	background-image: url(../img/bg_banner_acesso.png);
	background-repeat:no-repeat;
	float: right;
	margin: 60px 25px 0px 0px;
	text-align: left;
}

.bannerAcessoTitulo
{
	float: left;
	font-family: arial;
	font-size: 16px;
	color: #B9B9B9;
	margin: 17px 0px 0px 15px;
}

.bannerAcessoInput
{
	float: left;
	width: 185px;
	font-family: arial;
	font-size: 12px;
	color: #B9B9B9;
	margin: 15px 0px 0px 15px;
}

.bannerAcessoEnviar
{
	float: right;
	margin: 5px 15px 0px 13px;
	padding-right: 20px;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #B9B9B9;
	background-image: url(../img/ico_enviar.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.conteudo
{
	background-color:#828282; /* #0C95CC; */
	text-align: left;
}

.conteudoBlocos
{
	float: left;
	margin-left: 24px;
}

.conteudoBloco
{
	float: left;
	font-family: arial;
	color: #FFFFFF;
}

.conteudoBlocoPadding
{
	float: left;
	padding: 25px 20px 45px 20px;
}

.conteudoBlocoPadding2
{
	float: left;
	padding: 45px 20px 45px 20px;

}
.conteudoBlocoQuarto2
{
	width:470px;
}


.conteudoBlocoQuarto
{
	width: 235px;
}

.conteudoBloco .titulo { font:18px; line-height: 30px;}
.conteudoBloco .subtitulo { font-size: 14px; }
.conteudoBloco .texto { font-size: 12px; }

#mask {
	background:#555353;
	border-left:5px solid #0C95CC;
	border-right:5px solid #0C95CC;
	padding-bottom:-10px;
	width:99%; /* 988px; */
	}
	
#mask2 
{
	text-align:left;
	border-left:5px solid #0C95CC;
	border-right:5px solid #0C95CC;
	padding-bottom:-10px;
	width:99%; /* 988px; */

	background:white;
	padding:40px 49px 49px 49px;
}

#mask3 {
	background:#e9e9e9; /* #555353;*/
	border-left:5px solid #0C95CC;
	border-right:5px solid #0C95CC;
	padding-bottom:-10px;
	width:99%; /* 988px; */
	}


#leftPanel {
	text-align:left;
	padding:40px 49px 49px 49px;
	float: left; 
	width: 537px;/*657px;  */
	background:#e9e9e9;
	height:100%;
	
	}
	
	#leftPanel2 {
	text-align:left;
	padding:40px 49px 49px 49px;
	float: left; 
	width: 858px;/*657px;  */
	background:#e9e9e9;
	height:100%;
	
	}
	
#rightPanel { 
	float:right; 
	width:321px;
	background:#555353;
	height:100%; 
	}
	
#rightPanel2 { 
	float:right; 
	width:321px;
	background:#e9e9e9;
	height:100%; 
	color:#000000;
	}
	
#centerContent
{
background:yellow;
padding:25px;
}

.clear { clear: both; }

.rodape
{
	background-color: #BABABA;
	text-align: left;
	height:300px;

}

.b
{
	font:bold;
}

#rodapeTable 
{
	padding:25px 45px 25px 45px;
	
}

.rodapeCell
{
	width:230px;
	color:#424342;
	
}

.line2
{
	padding-top:5px;

}

.rodapeBloco .titulo { font-size: 14px; line-height: 45px; }
.rodapeBloco .subtitulo { font-size: 14px; }
.rodapeBloco .texto { font-size: 12px; }

.copyrightTable
{
font-style:arial;
font-size:14px;
color:#424342;
}

.menuLink
{
	color: #8B8B8B;
text-decoration:none;
}

#center
{padding:40px 0px 0px 0px;
color:#FFFFFF;

}

#center2 
{padding:0px 0px 0px 0px;
color:#FFFFFF;

}

.photo
{
margin:0 7px;

}