@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;	
	
}

#topo_principal {
	 margin-top: 14px;
 	*margin-top: 7px;


}

#contents {
	margin-top: 15px;
	*margin-top: 10px;
	
}

#esquerda {
	width:380px;
	height: 200px;
	float:left;

}

#centro {
	width: 290px;
	float:left;
}

#direita {
	width:290px;
	float:right;

}

#clientes {
	width: 290px;
	float:right;
	height: 180px;
	margin-top: 10px;
	overflow:hidden;
}

#clientes li {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin: -15px 0 0 -33px;

}

#boletim {
	margin: 5px 0 0 -10px;
	padding: 0;
	list-style-type:none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
}



h3 {
	background-image:url(../img/t_destaquesemana.gif);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 172px;
	height: 23px;
	margin: 0;
	padding: 0;
}

h3 span {
	display:none;
}

h4 {
	background-image:url(../img/banner_demosntracao.gif);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 283px;
	height: 95px;
	margin: 0 0 0 5px;
	padding: 0;
}

h4 span {
	display:none;
}

h4 a {
	display:block;
	width: 283px;
	height: 95px;
}

h5 {
	background-image:url(../img/t_inovacoesbiggap.gif);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 172px;
	height: 23px;
	margin: 0 0 0 -10px;
	padding: 0;
}

h5 span {
	display:none;
}

h6 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../img/t_depoimentos.gif);
	width:172px;
	height: 23px;
	margin: 25px 0 0 5px;
	padding: 0;
	}

h6 span {
	display:none;
}

.link_orange {
	margin: 5px 0 0 -10px;
}

.link_orange a {
	text-decoration:none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#DE8C0B;
}

.link_orange a:hover {
	background-color:#DE8C0B;
	color:#fff;
}

/*folha para clientes*/

.banner_cli {  
	border				:	0;
    height				:	125px;  
    width				:	240px;  
    padding				:	0;  
    margin				:	5px 0 0 35px;  
	overflow			:	hidden;
} 
 
.banner_cli img {  
    border				:	1px solid #ccc;  
    background-color	:	#eee;  
    width				:	207px; 
    height				:	118px; 
    top					:	0; 
    left				:	0;
} 

.banner_cli div {  
/*    border				:	1px solid #ccc;  
*/    background-color	:	#eee;  
    width				:	207px; 
    height				:	118px; 
    top					:	0; 
    left				:	0;
	display				:	block;
} 

