﻿/*-------------------DEFINICOES-GERAIS----------------*/
*{margin: 0; padding:0; outline: 0; }
img {border:0 none;}




/*-------------------DEFINICOES-GERAIS----------------*/
*{margin: 0; padding:0; outline: 0; }
img {border:0 none;}

html, body {
	background-color:#f2f2f2;
	background-repeat:repeat-x;
	background-attachment:inherit;
	background-position:50% 0;
	font-family:Arial, Helvetica, sans-serif; 
	color:#646464;
	font-size:9pt;
}












/*------------------LINKS-CLASSES----------------*/
a {color:#FF0000; text-decoration:none;}
a:hover {color:#FF0000; text-decoration:underline;}

#topo a {color:#252525; text-decoration:none;}
#topo a:hover {color:#FF0000; text-decoration:underline;}

#rodape a {color:#252525; text-decoration:none;}
#rodape a:hover {color:#FF0000; text-decoration:underline;}


.transparent:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	zoom: 1;
}

.menu_cel {
	text-align:right;
	padding-right:20px;
	font-size:9pt;
	font-weight:bold;
	height:70px;
}




.titulo {
	font-size:55pt;
	letter-spacing:-4px;
	color:#252525;
	font-weight:bold;
	height:70px;
	line-height:70px;
	margin-bottom:15px;
}


.input {
	width:420px;
	height:34px;
	font-size:9pt;
	color:#A0A0A0;
	padding-left:5px;
	border:0 none transparent;
	background:url('imagens/bg_input.gif');
	background-repeat:no-repeat;
	line-height:35px;
}



.textarea {
	width:495px;
	height:193px;
	font-size:12pt;
	color:#A0A0A0;
	font-family:Arial;
	padding:5px 0 0 5px;
	border:0 none transparent;
	background:url('imagens/bg_textarea.gif');
	background-repeat:no-repeat;
	line-height:170%;
}

























/*------------------TOPO----------------*/
#wrap {
	width:980px;
	height:auto;
	margin:auto;
}

#topo {
	float:left;
	width:980px;
	height:90px;
	text-align:right;
}


	#banner_home {
		float:left;
		width:980px;
		height:501px;
	}


#abas_top{
	float:left;
	width:980px;
	height:11px;
	background-image:url('imagens/top_abas.gif');
	margin-top:10px;
}


#abas{
	float:left;
	width:980px;
	height:310px;
	background-image:url('imagens/fast_links.png');
}





#conteudo_top{
	float:left;
	width:980px;
	height:11px;
	background-image:url('imagens/top_conteudo.gif');
}


#conteudo{
	float:left;
	width:943px;
	height:auto;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding:20px 15px 30px 20px;
	line-height:160%;
	background-color:#fff;
}

#conteudo_rodape{
	float:left;
	width:980px;
	height:50px;
	background-image:url('imagens/bg_cont.jpg');
}



#rodape {
	float:left;
	width:980px;
	height:60px;
	margin:10px 0 0 0;
	font-size:9pt;
}



















