@charset "UTF-8";
/* CSS Document */

/*----------------------------Inicio Reset CSS----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 99%;
	font-family: inherit;
}
/*----------------------------Fim Reset CSS----------------------------*/
body {
	background-image:url(../imagens/site_bg.jpg);
	background-repeat:repeat-x;
        font-size: 18px;
        overflow-y: scroll;
}

a:link {
	text-decoration: none;
	color:#003366;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover {
	text-decoration: underline; 
	color: #FF0000;
}

a:active {
	text-decoration: none;
}


h1 {
	font-size: 1.4em;
	line-height: 29px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:67px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 0.8em;
}

.captalize {
	font-size:1.6em;
}


#pagina {
	width: 935px;
/*	height:520px;
/*	background-color:#009933; */
}

#logo {
	width:335px;
	height:73px;
	float:left;
	background-image: url(../imagens/logo_bg.jpg);
}

#coluna_esq {
	width:613px;
	position:relative;
	float:left;
}

#coluna_esq_interna {
	width:613px;
	position:relative;
	float:left;
}

#coluna_dir {
	width:322px;
	height:443px;
	position:relative;
	float:right;
}

#coluna_dir_interna {
	width:322px;
/*	height:550px; */
	position:relative;
	float:right;
	
}

#flash {
	width:613px;
	height:265px;
}

#titulo_texto {
	width:613px;
	height:37px;
/*	background-color:#CC33FF; */
	background-image: url(../imagens/titulo_bg.jpg);
}


#texto {
	width:553px;
	height:145px;
/*	background-color:#FF3366; */
	background-image: url(../imagens/texto_bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	*font-size:0.8em;
	color:#333333;
	padding-left:60px;
	line-height:20px;
	text-align:justify;
	float:left;
}

#texto_interna {
	width:553px;
	background-image: url(../imagens/texto_bg.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	*font-size:0.9em;
	font-size:0.7em;
	color:#333333;
	padding-left:60px;
	line-height:20px;
	overflow:auto;
	text-align:justify;
}

#disco_acesso{
	width:322px;
	height:180px;
	background-image: url(../imagens/disco_bg.jpg);
	padding-top:140px;
	font-family:Arial, Helvetica, sans-serif ;
	color:white;
	font-size:0.6em;
}

#imagem {
	width:124px;
	height:127px;
/*	background-color:#FF9900; */
	background-image: url(../imagens/quebracabeca.jpg);
	float:left;
}

#imagem_interna {
	width:124px;
	height:127px;
/*	background-color:#FF9900; */
	background-image: url(../imagens/area_livre.jpg);
	float:left;
}

#newsletter {
	width:198px;
	height:104px;
/*	background-color:#99FFFF; */
	background-image: url(../imagens/newsletter_bg.jpg);
        background-repeat: no-repeat;
	float:right;
	font-family:Arial, Helvetica, sans-serif ;
	color:#666666;
	font-size: 60%;
	padding-top:23px;
}

#newsletter_interna {
	width:198px;
	height:104px;
/*	background-color:#99FFFF; */
	background-image: url(../imagens/newsletter_bg.jpg);
        background-repeat: no-repeat;
	float:right;
	font-family:Arial, Helvetica, sans-serif ;
	color:#666666;
	font-size: 60%;
	padding-top:23px;
}

#expansao {
/*	width:935px;*/
	width:875px;
	height:148px;
	background-image: url(../imagens/expansao.jpg);
	background-repeat:repeat-y;
	position:relative;
	clear:both;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	padding-right:60px;
}



#rodape {
	width:935px;
	height:33px;
	background-image: url(../imagens/rodape_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666666;
	position:relative;
	clear:both;
	padding-top:40px
}



/*---------------------------------------- CSS MENU ----------------------------------------*/

#menu {
	width: 600px;
	height:53px;
	float:right;
	padding-top:20px;
	background-image: url(../imagens/menu_bg.jpg);
}

#menu .item{
	font-family:Arial Narrow, Helvetica, sans-serif;
	margin-right: 8px;
	font-size: 95%;
	font-weight: bold;
	color:#666666;
}

.item a,.item a:link,.item a:visited {
	padding-left: 3px;
	padding-right: 3px;
/*	background-color: black;
	background-image: url(../img/menu_padrao.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	color:#666666;
	text-decoration: none;
}

.item a:hover {
	background-color:#005ead;
/*	background-image: url(../img/menu_hover.gif); */
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

#paginaAtual {
	background-color:#005ead;
/*	background-image: url(../img/menu_hover.gif); */
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

/*---------------------------------------- CSS FORM ----------------------------------------*/

#ok_disco  {
	background-image:url("../imagens/bt_disco_ok.jpg");
	background-repeat:no-repeat;
	border:medium none;
	width:38px;
	height: 30px;
}

#ok_news  {
	background-image:url("../imagens/bt_newsletter_ok.jpg");
	background-repeat:no-repeat;
	border:medium none;
	width:38px;
	height: 30px;
}

.campos:hover, #senha:hover, input:hover, select:hover, textarea:hover {
	background-color:#e1e1e1;
}
		
.campos:focus, #senha:focus, input:focus, select:focus, textarea:focus {
	background-color:#e1e1e1;
}

#disco_acesso span input{
	width:131px !important;
	*width:119px !important;
	width /*\**/:120px\9 !important;
}

#formEmail .formButton {
	width: 60px;
	height: 25px;
	background-color: #043061;
	font-weight: bold;
	font-size: 1.0em;
	font-family: arial, sans-serif;
	color: white;
	border: 1px solid #043061;
}

#formEmail input {
	width:200px;
}

#formEmail textarea {
	width:200px;
}

.BoxError{
color:#FF0000;
font-size:9px;
}	
