﻿/*FORMATAÇÃO DA PÁGINA SOLUÇÕES*/
/*AS PROPRIEDADES ESTÃO ORGANIZADAS NA SEGUINTE ORDEM: VISUAL, DISTÂNCIAS E MEDIDAS E POSICIONAMENTO.*/

.produtos { 
	text-align: center; 
	list-style: none;
	margin: 25px auto 0; 
	float: left; 
	position: relative; 
}

.produtos_texto1 table {
	text-align: center;	
	margin: 0 auto;
	width: 100%;
}

.produtos_item { 
	padding: 7px; 
	float: left; 
	position: relative; 
}

.produtos_voltar { 
	color: #223E7B;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight :bolder;
	text-decoration: none; 
	text-align: right; 
	margin-bottom: 10px; 
	width: 735px; 
	position: relative; 
	float: left; 
}

.produtos_voltar a { 
	color: #223E7B;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none; 
}

.produtos_voltar a:hover {
	color: #666;
}

.produtos_foto { 
	float: left; 
	position: relative; 
}

.produtos_titulo { 
	color: #EB891B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: left; 
	text-decoration: none;
	margin-top:15px;
	padding-left: 15px;
	width: 70%;
	float: left; 
	position: relative; 
}

.produtos_texto { 
	color:#666666;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align: justify;
	margin-top: 15px; 
	position: relative; 
	float: left; 
}

.produtos_detalhes { 
	background-color: #fce5cc; 
	color: #EB891B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	margin-top: 30px; 
	width: 735px;
	float: left; 
	position: relative; 
}

.produtos_detalhes a { 
	color: #EB891B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none; 
}

.produtos_detalhes_itens {
	margin-top: 30px; 
	margin-bottom: 5px;
	width: 100%; 
	float: left; 
	position: relative;
	left: 1px;
}

.produtos_detalhes_item { 
	background: url(img/ic_des_int.gif) left no-repeat; 
	color: #223E7B;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none; 
	margin-right: 55px; 
	float: left; 
	position: relative; 
}

.produtos_detalhes_item a { 
	background: url(../img/icone_produto.gif) no-repeat center left;
	color: #223E7B;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none; 
	padding-left: 16px;
}

.produtos_detalhes_item a:hover { 
	color: #666;
}
