﻿@charset "utf-8";
/* CSS Document */
/*      SOLUÇÕES - INTERIOR    */
.sol_img {
	text-align: left;
	padding: 4px 0 4px 0;
}
.sol_titulo {
	font-size: 13px;
	color: #666666;
	text-align:left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sol_resumo {
	font-size: 12px;
	color: #333333;
	text-align:left;
	font-weight: bold;

}
.sol_texto {
	font-size: 12px;
	color: #4c4c4c;
	text-align:left;
	margin-top: 12px;
	margin-bottom:8px;
}				 
.coluna_esq_2{
	float: left;
	width: 100px;
	margin-right:20px;
	}
.coluna_dir_2{
	float: left;
	width:478px;
	/*height: 300px;*/
	}
.tabela{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px #bdbdbd solid;
	border-right: 1px #bdbdbd solid;
	border-bottom: 1px #bdbdbd solid;
}
.linha_titulo{
	background-image: url(gradient.jpg);
	background-repeat:repeat-x;
	border-top: 1px #bdbdbd solid;
	border-bottom: 1px #bdbdbd solid;
	padding: 3px 0px 3px 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #8C8C8C;
	text-align: left;
}
.linha {
	width: 100%;
	font-size: 12px;
	color: #4c4c4c;
	text-align:left;
	padding: 5px 0px 10px 5px;
	}
.linha:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.linha_lista{
	font-size: 12px;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}
ul.linha_lista li {
	/*display: inline;*/	
	width:100%;
	list-style: none;
	list-style-position: outside;
	color: #4c4c4c;
	font: 11px;
	color: #4c4c4c;
	padding-bottom: 5px;
	
}
ul.linha_lista li a{
	color: #4c4c4c;
	text-decoration: none;
	}
ul.linha_lista li a:hover{
	color: #bdbdbd;
	text-decoration: underline;
	}
/*       LISTA DOS PRODUTOS       */
.coluna_esq_3{
	float: left;
	width: 50px;
	margin-right:20px;
	}
.coluna_dir_3{
	float: left;
	width:528px;
	/*height: 300px;*/
	}
.lis_img {
	text-align: left;
	margin-top: 5px;
}
.lis_titulo {
	font-size: 13px;
	color: #666666;
	text-align:left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.lis_titulo a{
	color: #666666;
	text-decoration: none;
}
.lis_titulo a:hover{
	color: #bdbdbd;
	text-decoration: underline;
	}
.lis_resumo {
	font-size: 12px;
	color: #333333;
	text-align:left;
	font-weight:bold;

}
.left{
	text-align:left !important;
	}
