@charset "utf-8";

/*CORPO DO SITE*/
body{
	margin:0; border:0; padding:0;
	background:url(../imgComposicao/bg_site_preto.jpg);
	font-family:"Trebuchet MS" , Arial, Helvetica, sans-serif;
	color:#FFFFFF; font-size:15px;
}

#geral{
	width:900px;
	margin:0 auto;
}

#topo{
	width:100%;
	margin:0 auto;
	background:url(../imgComposicao/bg_topo_preto.jpg) center bottom repeat-x;
}

#topoinfo{
	width:880px;
	height:400px;
	background-color:#000000;
	margin:0 auto;
	padding:10px 10px 0 10px;
	text-align:center;
}

#barraTopo{
	background:url(../imgComposicao/bg_cores.jpg) no-repeat top right;
	width:100%;
	float:right;
}

#logo{
	width:100%; height:96px;
	padding-bottom:20px;
	background:url(../imgComposicao/logoPreta.jpg) no-repeat left top;
	float:left;
}

#tamanhofonte{
	padding-top:5px;
	padding-right:15px;
	text-align:right;
	width:875px;
	float:right;
}

#centro{ width: 880px; float:left; margin-top:10px; padding:0 10px 0 10px; }

#conteudo{
	width:900px;
	padding-bottom:15px;
	float:left;
	background-color:#000000;
}

#info_index{width:285px; float:left; margin-left:5px;}

#rodape{
	width:100%;
	float:left;
}

#rodape2{
	width:900px;
	height:200px;
	margin:0 auto;
}

#rodape_left{width:50%; float:left; text-align:left;}
#rodape_right{width:50%; float:right; text-align:right; margin-top:13px;}
/*FIM CORPO DO SITE*/


/*REGRA DE LINKS PARA TODO SITE*/

a{
	font-size:11px;
	text-decoration:none;
	color:#666666;
	margin:0 auto;
}

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


.a1{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#FF9900;
}

.a1:hover{
	text-decoration:underline;
	color:#FFF;
}
/*FIM REGRA DE LINKS*/


/*REGRA DE FONTES PARA TODO SITE*/

p{ margin-left:10px; margin-right:10px; text-align:justify; color:#FFFFFF;}
h4{margin:0 auto; color:#FFFFFF; font-size:22px; text-align:center;}
h5{margin:0 auto; color:#FFFFFF; font-size:13px; font-weight:normal;}
h6{margin:0 auto; color:#FFFFFF; font-size:11px;}
.OpcoesCores{
	font-size:14px; color:#FFFFFF;
	font-weight:bold;
}

/*FIM REGRA DE FONTES*/

/* Easy Slider */
#slider {margin:4px 0 0 0; *margin-top:5px;}
#slider ul, #slider li, #slider2 ul, #slider2 li{
margin:0; padding:0; list-style:none; }
#slider li, #slider2 li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:880px; height:200px; overflow:hidden; }
#prevBtn, #nextBtn,	#slider1next, #slider1prev{ 
display:block; width:24px; height:45px; position:absolute; left:-2px; top:75px; z-index:1000; text-indent:-8000px; }	
#nextBtn, #slider1next{left:860px; }														
#prevBtn a, #nextBtn a,	#slider1next a, #slider1prev a{  
display:block; position:relative; width:24px; height:45px; background:url(../arrow-slider-left.png) no-repeat 0 0; }	
#nextBtn a, #slider1next a{ background:url(../arrow-slider-right.png) no-repeat 0 0; }	

#estrutura-box {display:inline;  width:880px; height:200px; float:left; position:relative; overflow:hidden;}
