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

.quadro{
	min-height: 171px;
}
.cel{
	float: left;
	border: 1px solid #5D99FB;
	width: 450px;
	height: 170px;
	margin-top: 0px;
	margin: 10px;
	border-radius:7px;
	
}
.cel a{
	text-decoration: none;
}
.cel li{
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
	color: #000;
	background-color: #C4E9F9;
	float: left;
	width: 245px;
	padding-left: 5px;
	margin-left: -5px;
	 border-radius:7px;
}
.cel:hover li{
	color: #03C;
}
.celimg{
	float: left;
	width: 200px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	color: #E0E0E0;
	margin-right: 5px;
	 border-radius:7px;
}
.celimg img{
	min-width: 200px;
	min-height: 170px;
}
.celtext{
	width: 240px;
	height: 146px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
}
.bordainf{
	border: 1px #FFFF10 solid;
	width: 1px;
	float: left;
	height: 0px;
	margin-left: -2px;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-webkit-transition: all .1s linear;
}
.cel:hover .bordainf{
	width: 452px;
}
.leiamais{
	float: right;
	visibility: hidden;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	padding-left: 6px;
	padding-right: 6px;
	color: #000;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	
}
.leiamais a{
	color: #000;
}
.cel:hover .leiamais{
	visibility: visible;
	margin-top: -20px;
	background-color: #FFFF10;
	
}
.imgdir{
	float: right;
	border: 1px #999999 solid;
	padding: 3px;
	width: 250px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 4px;
	margin-left: 5px;
}
.voltar{
	float: right;
	background-color: #FFFF10;
	margin-top: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #5D99FB;
}
.voltar a{
	text-decoration: none;
	color: #000;
	padding: 20px;
	font-weight: bold;
	font-size: 14px;
}

.cliente{
	float: left;
	width: 228px;
	height: 210px;
	margin: 0px 5px 20px 5px;
	border: 1px #CCCCCC solid;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background-image: url(../imagens/fund_ser.jpg);
}
.clienteimg{
	width: 218px;
	height: 200px;
	overflow: hidden;
	margin: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.clienteimg img{
	min-width: 217px;
	min-height: 200px;
	float: left;
}
.clitit{
	float: left;
	width: 210px;
	position: relative;
	margin-top: -180px;
	margin-left: 218px;
	padding: 4px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	background-image: url(../imagens/fundobranco.png);
	font-size: 16px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	overflow: hidden;
}
.clitit a, a:visited{
	color: #000;
	font-size: 12px;
}
.clitit a:hover{
	text-decoration: underline;
}
.cliente:hover .clitit{
	margin-left: 0px;
}

.portfolio{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0px 5px 20px 2px;
	border: 1px #CCCCCC dotted;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.portimg{
	margin: 3px;
	overflow: hidden;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.portimg img{
	min-width: 150px;
	min-height: 150px;
}
.portdesc{
	background-color: #E5322D;
	width: 143px;
	border: 1px #000 solid;
	position: relative;
	height: 45px;
	
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFF;
	font-size: 16px;
}
.portfolio:hover .portdesc{
	margin-top: -45px;
}


.notindex{
	height: 50px;
	border-bottom: 1px #DADADA solid;
	margin-bottom: 6px;
	margin-top: 3px;
	background-color: #F2F2F2;
	overflow: hidden;
	padding-right: 4px;
}
.notindex img{
	float: left;
	width: 56px;
	border: 1px #CCCCCC solid;
	padding: 2px;
	margin-right: 4px;
}

.menulateral{
	width: 200px;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px dotted #CCC;
}
.menulateral legend{
	color: #E63128;
	font-weight: bold;
	font-size: 15px;
}
.menulateral ul{
	list-style: none;
}
.menulateral a{
	text-decoration: none;
}
.menulateral li{
	margin-bottom: 3px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	border-bottom: 1px #CCCCCC solid;
}
.menulateral li:hover{
	margin-left: 2px;
	background-color: #F5F5F5;
	padding-left: 3px;
}
.menulateral .checked{
	margin-left: 2px;
	background-color: #F5F5F5;
	padding-left: 3px;
	font-weight: bold;
}
.produt{
	float: right;
	width: 725px;
}
.produtos{
	float: left;
	width: 175px;
	height: 200px;
	border: 1px #999999 solid;
	margin: 2px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFF;
}
.produtos:hover{
	border: 1px dotted #CCC;
	box-shadow: 10px 2px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
.prodimg{
	width: 171px;
	height: 150px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 2px;
}
.prodimg img{
	min-width: 171px;
	min-height: 150px;
}
.prodimg2{
	float: right;
	margin-left: 4px;
	margin-top: 4px;
	width: 220px;
	height: auto;
	border-radius: 5px;
	border: 1px dotted #CCC;
}

.gal{
	float: left;
	width: 180px;
	height: 160px;
	border: 1px #6E6254 solid;
	margin: 5px;
	overflow: hidden;
	border-radius: 5px;
}
.gal img{
	min-width: 180px;
	min-height: 160px;
}
.galtitulo{
	width: 180px;
	height: 0px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.gal:hover .forntitulo{
	height: 50px;
	background-color: #CEB398;
}
