@charset "utf-8";
/* CSS Document */


.cel{
	height: 150px;
	margin-bottom: 15px;
	border: 1px #2A91E6 solid;
}
.celimg{
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 5px;
}
.celimg img{
	min-height: 150px;
	min-width: 150px;
}

.cel a {
	color:#333;
	
}

/*  */
.imgdir{
	float: right;
	width: 220px;
	height: auto;
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 2px;
}

/* dicas */
/* cel dica */
.celdica{
	width: 960px;
	height: 45px;
	border-left: 1px #0033FF solid;;
	border-right: 1px #0033FF solid;;
	border-top: 30px #0033FF solid;
	border-bottom: 1px #0033FF solid;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 10px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding-top: 4px;
}
.titulo li{
	list-style: none;
	margin-top: -27px;
	margin-left: 5px;
	font-size: 18px;
	color: #FFF;
}
.titulo a{
	text-decoration: none;
}
.celdica:hover{
	border-color: #2F58FF;
}

/* Fornecedores */
.forn{
	width: 180px;
	height: 200px;
	border: 1px #D2D2FF dotted;
	float: left;
	margin: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	text-align: center;
}
.forn:hover{
	border-color: #2A91E6;
}
.fornimg{
	width: 180px;
	height: 150px;
	overflow: hidden;
}
.fornimg img{
	min-width: 180px;
	min-height: 150px;
}

/* nome e email newsletter */
.nome{
	float: left;
	margin-left: 10px;
	margin-top: 57px;
	width: 226px;
	height: 29px;
	border: 0px;
}
.email{
	margin-left: 10px;
	width: 226px;
	height: 29px;
	border: 0px;
	margin-top: 10px;
}
.subok{
	float: right;
	width: 48px;
	height: 35px;
	margin-top: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.voltar{
	font-size: 14px;
	background-color: #2A91E6;
	float: right;
	color: #FFF;
	padding: 2px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.voltar a{
	color: #000;
	text-decoration: none;
}

.img_form {
	float: right;
	width:320px;
}

.cel .leiamais{
	height: 20px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	float: right;
	width: 6px;
	overflow: hidden;
	margin-top: -4px;
	margin-right: 0px;
	padding-top: 5px;
	transition: width 0.3s;         /* padrão */
    -moz-transition: width 0.3s;    /* Firefox */
    -webkit-transition: width 0.3s; /* Safari and Chrome */
    -o-transition: width 0.3s;
	background-color: #009CE6;
}
.cel .leiamais a{
	color: #000;
	margin-left: 8px;
	text-decoration: none;
	font-style: italic;
}
.cel .leiamais a:visited{
	color: #000;
}
.cel:hover .leiamais{
	width: 257px;
}

/* Fornecedores */
.forn{
	width: 180px;
	height: 200px;
	border: 1px #D2D2FF dotted;
	float: left;
	margin: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	text-align: center;
}
.forn:hover{
	border-color: #6A88FF;
}
.fornimg{
	width: 180px;
	height: 150px;
	overflow: hidden;
}
.fornimg img{
	min-width: 180px;
	min-height: 150px;
}
