
* {
	margin: 0;
	padding: 0;
	border: none;
	
	font-family: "Trebuchet MS", Arial, Tahoma, Serif;
	font-size: 13px;
	color: #333;
}

body {
	background-image: url("../img/background.gif");
	background-repeat: repeat-x;
	text-align: center; /*centro Ie5*/
} 
#linktopo a {
text-decoration:none;
}#linktopo a:hover {
text-decoration:underline;
}


a:link {
	color: #333; 
	text-decoration: none;  
}
a:active {
	color: #777; 
	text-decoration: none;  
}
a:hover {
	color: #777; 
	text-decoration: underline;  
}
a:visited{
	color: #777; 
}
li {
list-style:circle;
}
p {
	
	color:#333;
	background-repeat: no-repeat;
text-align:left;
}

.TopoHeader a {
	font-family: "Trebuchet MS", Arial, Tahoma, Serif;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0px;
}
.Rodape {
	background-image: url("../img/bgrodape.jpg");
	background-repeat: no-repeat;
}
.TopoHeader {

	background-repeat: no-repeat;
	height:83px;
	width: 779px;
}

.TopoHeader a {
	font-family: "Trebuchet MS", Arial, Tahoma, Serif;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Tahoma, Serif;
	font-size: 30px;
	color: #fff;
	text-align:left;
	letter-spacing: -2px;
}


.Institucional p {
	font-family: "Trebuchet MS", Arial, Tahoma, Serif;
	font-size: 13px;
	text-align: justify;
	color: #666666;
	letter-spacing: 0px;
}


.BoxCampoNews {
	background-image: url("../img/boxnews.gif");
	background-repeat: no-repeat;
	height:33px;
	width: 165px;

}
.FundoSecoes {
	background-image: url("../img/fundosecoes.gif");
	background-repeat: no-repeat;
	height:80px;
}
.FundoSecoes a {
color:#fff;
font-size:12px;
}
.BoxCampoNews input {
	margin-left: 8px;
	margin: 0;
	color: #999999;
	width: 150px;
	border: 1px solid #ffffff;
}

.TabelaPrincipal {
	background-repeat: repeat-y;
}
.TabelaPrincipalInterna {
/*	background-image: url("../img/lateral.gif");*/


	background-repeat: repeat-x;
}

.FundoSecoes {
	border-bottom:1px solid #E5E5E5;
	background-repeat: no-repeat;	
	background-position:right;	
	}


.TopoLogomarca {
	background-repeat: no-repeat;
	height:159px;
	width: 389px;
}
.TopoNewsletter {
	background-repeat: no-repeat;
	height:49px;
	width: 779px;
}
.TopoNewsletter a {
	color:#666666;
	font-size:13px;
}
.TopoMenu {
	background-image: url("../img/img_07.jpg");
	background-repeat: no-repeat;
	height:61px;
	width: 779px;
	margin:0px;
	padding-left:13px;
}

.DestaqueNews {
	background-image: url("../img/bgnews.gif");
	background-repeat: no-repeat;
	height: 73px;
	width: 276px;
}


/*************** INTERNA PRODUTO **********************/

.FundoInternaProduto {
	background-image: url("../img/fundointernaproduto900.jpg");
	background-repeat: no-repeat;
	width: 918px;
	height: 580px;
}

.BordaAbas {
	border:0px solid #cccccc;
}

.BotaoAbas {
	
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-soze: 13px;
	color: #ffffff; 
	font-weight: bold;
	text-align: center;
}

.BotaoAbas a {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff; 
	font-weight: bold;
	text-align: center;
}


.barraprod a {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff; 
	font-weight: bold;

}

.IframeTexto {
	width: 880px; /*largura do iFrame TODO, manipule a largura do conteudo pelo CSS do iFrame*/
	height: 190px;
	overflow: yes;
	background-color: transparent;
}
.IframeAba {
	width: 893px; /*largura do iFrame TODO, manipule a largura do conteudo pelo CSS do iFrame*/
	height: 250px;
	overflow: yes;
	
	background-color: transparent;
}

.imgprod {
border: 1px dashed #ccc;
margin-right: 4px;
}

h5 {

font-size:13px;
font-weight:normal;
color:#333;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:628px;
		height:270px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/slider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/slider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/*
.Faleconosco input {
	border:1px solid #cccccc;
	background:#ffffff;
}

.campo-texto {background-color:#EFEFF1;color:#666;padding:3px 6px;width:155px;}
.erro {border: 1px solid red;}
.sem-erro {border:1px solid #CCCCCC;}*/
