/* principal */

@import "../css/home.css";
@import "../css/topo.css";
@import "../css/rodape.css";
@import "../css/empresa.css";
@import "../css/solucoes.css";
@import "../css/solucoes_det.css";
@import "../css/internas.css";
@import "../css/clientes.css";
@import "../css/overlay.css";
@import "../css/contato.css";
@import "../css/portfolio.css";
@import "../css/expandido.css";
@import "../css/central.css";
@import "../css/cadastro.css";
@import "../css/adquiridos.css";
@import "../css/trabalhe.css";
@import "../css/erro_404.css";
@import "../css/lateral_dir.css";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	font-family: tahoma, arial;
	font-size: 11px;
	background: url(../images/commons/fundo_site.jpg) repeat-x;
	color: #999999;
	font-size: 11px;
}

img, div, h1{
	behavior: url(../iepngfix/iepngfix.htc);
}

.link,
.link:hover,
.link:visited{
	color: #B2B2B2;
	cursor: pointer;
	text-decoration: none;
}

a,
a:visited{
	text-decoration: none;
	color: #FF781F;
}

a:hover{
	text-decoration: underline;
	color: #999999;
}

h1{
	font-size: 19px;
	color: #7f7f7f;
	font-weight: bold;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #7f7f7f;
}

#geral{
	width: 990px;
	min-height: 500px;
	margin: 0 auto;
}

#meio_site{
	width: 770px;
	min-height: 500px;
	float: left;
	display: inline;
	background: url(../images/commons/fundo_meio.jpg) no-repeat;
	margin-bottom: 20px;
}

#lateral_direito{
	width: 218px;
	min-height: 500px;
	float: left;
	display: inline;
}

.clear{
	clear: both;
}

.titulo_laranja{
	font-size: 18px;
	font-weight: bold;
	color: #ff8f00;
}

.laranja-hover:hover{
	color: #ff8f00 !important;
}

.titulo_cinza{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.solucoes_texto{
	font-weight: bold;
	color: #666666;
	float: left;
	display: inline;
	margin-top: 21px;
	margin-bottom: 24px;
}

.solucoes_texto2{
	color: #666666;
	font-weight: bold;
	margin-top: 20px;
}

.solucoes_texto2 img{
	margin-right: 22px;
}

.solucoes_texto img{
	margin-right: 11px;
}

.solucoes_texto3{
	color: #ff781f;
}

.solucoes_texto3 a
.solucoes_texto3 a:visited{
	color: #ff781f;
	text-decoration: none;
}

.solucoes_texto3 a:hover{
	text-decoration: underline;
}

.info{
	display:inline;
	float:left;
	height:50px;
	margin-top: 30px;
	margin-left:20px;
	text-align:center;
	width:740px;
}


.iconRedes{
    margin-right: 35px;
    width: 87px;
}