﻿/* PRODUTOS/DEFAULT.aspx */
.pilastra_produtos{
	width:179px;
	height:408px;
	text-align:left;
	padding:1px;
	margin-right:1px;
	float:left;
}

.bloco_produto{
	width: 179px;
	text-align:left;
	padding:1px;	
	float:none;
	/*display:block;*/
}

.bloco_produto p{
	font-size:12px;
	color:#555;
	word-spacing:-1px;
	text-align:left;
}

.bloco_produto h3{
	font-size:22px;
	padding-left:3px;
	margin-top:8px;
	letter-spacing:-1px;
	font-weight:normal;
}

.logo_mini{
	float:left;
	margin-right:2px;
}

.todos_produtos{
	width:180px;
	height:auto;
	text-align:left;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	padding:0px;
	float:left;
}

.todos_produtos img{
	width:179px;
	height:181px;
}

.link_pq{
	font-size:11px;
	margin-left:90px;
	text-decoration:none;
}

.nome_sistema:hover{ 
	text-decoration:none;
}

#retangulo_relacionado{
	padding-top:5px;
	padding-left:5px;
	margin:0px auto;
}






/* PRODUTOS/DETALHES.aspx */
#detalhes_descricao{
    clear:both;
	width:728px;
	float:none;
	text-align:justify;
	margin:0px;
	padding:0px;
}

#detalhes_logo {
	float:left;
	width:64px;
}

#detalhes_texto {
	float:left;
	width:342px;
	margin:0px;
	padding:0 0 0 5px;
	font-size:13px;
	line-height:140%;
}

#bloco_logotxt{
	width:414px;
	float:left;
}

#detalhes_caixa{
	text-align:right;
	vertical-align:top;
	width:310px;
	float:right;
}

#detalhes_depoimentos {
	padding:10px;
	width:466px;
	height:101px;
	margin-top:15px;
	background:#F3F3F3;
	background-image:url('../imagens/fundo_depoimentos.jpg');
	background-repeat:no-repeat;
	background-position: center top;
}

#detalhes_depoimentos p{
	text-align:center;
	margin:0px 0px 4px 0px;
}

#detalhes_depoimentos h3{
	width:80%;
	margin:0px auto;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom:1px solid #AAAAAA;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	color:#333;
}

#detalhes_botoes{
	clear:both;
	width: 95%;
	padding:5px;
	text-align:center;
	margin:0px auto;
}

#detalhes_botoes img{
	margin-top:3px;
}

#detalhes_relacionados{
	clear:both;
	text-align:left;
	width:473px;
	height:101px;
	margin:-10px auto;
	margin-top:12px;
	padding:4px;
	background:#FFFFFF;
	background-image:url('../imagens/fundo_relacionados.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

#detalhes_relacionados h3{
	color:#333;
	margin:4px 2px 15px 5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
}

#detalhes_relacionados img{
	float:left;
	margin-right:2px;
	width:30px;
	height:31px;
	clear:both;
	margin-left:8px;
}

#detalhes_relacionados .nome_relacionado{
	font-size:14px;
	margin-top:7px;
}

#detalhes_relacionados a:hover{
	text-decoration:underline;
	color:#333;
}

.nome_sistema{ 
	text-decoration:none;
	color:#444;
}

.nome_relacionado:hover{
	text-decoration:underline;
}
