@charset "utf-8";
/* Zigotto.com - by Éder Costa */

/*--------------- corpo ------------------*/

#descricao_solucoes {
	width:900px;
	height:540px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:solid 1px #CCCCCC;
	background-image:url(../im0ges/bg/bg_solucoes.jpg);
	background-repeat:repeat-x;
}

#descricao_solucoes .texto {
	width:570px;
	height:480px;
	float:left;
	padding-top:20px;
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	word-spacing:1px;
}

#descricao_solucoes .box_solucoes {
	width:150px;
	height:170px;
	float:left;
	margin:10px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../im0ges/bg/bg_boxprodutos.png);
	font-size:12px;
	text-align:center;
}

#descricao_solucoes .titulo {
	color:#003366;
	font-size:14px;
	text-align:center;
	margin-top:7px;
	width:150px;
	height:25px;
	background-image:url(../im0ges/bg/bg_h1.jpg);
	padding-top:5px;
}

.box_solucoes a {
	color:#666666;
}

.box_solucoes a:hover {
	color:#FF6600;
}

#descricao_solucoes .acesso_rapido {
	width:300px;
	float:left;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#box_atendimento {
	width:230px;
	height:120px;
	float:left;
	background-image:url(../im0ges/bg/bg_comercial.jpg);
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:10px;
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#box_atendimento h1 {
	font-size:18px;
	color:#FFFFFF;
	text-align:left;
}

#box_compraraqui {
	width:230px;
	height:60px;
	float:left;
	background-image:url(../im0ges/bg/bg_compraraqui.jpg);
	margin-top:10px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:10px;
	padding:15px 10px 8px 10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
}

#box_compraraqui a {
	color:#FFFFFF;
}

#box_compraraqui a:hover {
	color:#FF6600;
}


