@charset "utf-8";

.content ul li {
	list-style-position: inside;
	list-style-image: url(../imagens/seta_icon.png);
	font-size: 15px;
	line-height: 25px;
}
/* estilo da celula de noticias */
.cel{
	border: 1px #CCCCCC solid;
	width: 450px;
	height: 150px;
	float: left;
	margin: 13px;
	overflow: hidden;
}
.cel .imagem{
	width: 180px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 4px;
}
.cel .imagem img{
	min-width: 180px;
	min-height: 150px;
	width: auto;
	height: auto;
}
.cel .texto{
	float: right;
	width: 260px;
	height: 120px;
	right: 4px;
	overflow: hidden;
}
.cel .leiamais{
	float: right;
	width: 75px;
	position: relative;
	margin-top: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #C40101;
	text-align: center;
	margin-right: 4px;
	padding-bottom: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px #CCCCCC solid;
}
.cel .mais{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.cel:hover .leiamais{
	margin-top: -8px;
}
/* CSS Document */

/* imagem da noticia */
.imgdica{
	float: left;
	width: 220px;
	margin-right: 5px;
	margin-top: 3px;
}

.voltar{
	float: right;
	width: auto;
	height: auto;
	color: #009;
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.voltar a{
	background-color:#FFFF1A;
	padding: 4px;
	color: #000;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px #CCCCCC solid;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.voltar:hover a{
	background-color: #1616AD;
	color: #FFF;
}

/* estilo da div da pagina de fornecedores */
.fornecedores{
	border: 1px #CCCCCC solid;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 200px;
	height: 180px;
	margin: 16px;
	overflow: hidden;
}
.fornimg{
	width: 197px;
	height: 177px;
	overflow: hidden;
}
.fornimg img{
	min-height: 177px;
	min-width: 197px;
	border: 1px #CCCCCC solid;
	position: relative;
	z-index: 1;
}
.forntit{
	width: 194px;
	height: 40px;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #1616AD;
	z-index: 2;
	position: relative;
	margin-left: 2px;
	margin-top: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	color: #FFF;
}
.fornecedores:hover .forntit{
	margin-top: -35px;
}

/* menu lateral pagina de produtos */
.menulateral{
	width: 200px;
	float: left;
	background-color: #FFF;
	padding: 4px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.menulateral h3{
	font-size: 16px;
}
.menulateral a{
	text-decoration: none;
	transition: all 0.3s;
}
.menulateral a:hover{
	text-decoration: underline;
	transition: all 0.3s;
}
.menulateral li{
	margin-bottom: 4px;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.menulateral li:hover{
	background-color: #E8E8E8;
}

.produtos{
	width: 740px;
	float: right;
}
.prod{
	width: 180px;
	height: 200px;
	float: left;
	margin-left:3px;
	margin-bottom: 8px;
	margin-top: 0px;
	border: 1px #CCCCCC solid;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.prod:hover{
	border: 1px #999999 solid;
}
.imgprod{
	width: 176px;
	height: 150px;
	margin: 2px;
	overflow: hidden;
}
.imgprod img{
	min-width: 176px;
	min-height: 150px;
}
.emp02 {
	float: left;
	height: 150px;
	width: 230px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
