@charset "utf-8";

.men_dicas{
	float: left;
	width: 280px;
	height: auto;
	margin-top: 30px;
	text-align: left;
}
.men_dicas ul{
	list-style: none;
	background-color: #F7F7F7;
	box-shadow: 0px 0px 4px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-ms-box-shadow: 0px 0px 4px #CCC;
	-o-box-shadow: 0px 0px 4px #CCC;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.men_dicas ul a{
	text-decoration: none;
	color: #333;
}
.men_dicas ul li{
	height: 35px;
	line-height: 35px;
	margin: 5px 0px;
	overflow: hidden;
	padding: 0px 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px #999999 dashed;
	font-family: Arial, Helvetica, sans-serif;
}
.men_dicas ul li:hover{
	background-color: #FFF;
	box-shadow: 0px 0px 4px #FFFFFF;
	-moz-box-shadow: 0px 0px 4px #FFFFFF;
	-ms-box-shadow: 0px 0px 4px #FFFFFF;
	-o-box-shadow: 0px 0px 4px #FFFFFF;
	-webkit-box-shadow: 0px 0px 4px #FFFFFF;
}
#dicas{
	margin-top: 30px;
	float: right;
	width: 640px;
	min-height: 380px;
	height: auto;
	text-align: justify;
}
.loader{
	position: relative;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: auto;
}

.imgdir{
	width: 250px;
	height: auto;
	padding: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 4px #CCCCCC;
	-moz-box-shadow: 0px 0px 4px #CCCCCC;
	-ms-box-shadow: 0px 0px 4px #CCCCCC;
	-o-box-shadow: 0px 0px 4px #CCCCCC;
	-webkit-box-shadow: 0px 0px 4px #CCCCCC;
	margin-top: 6px;
}

.portfolio{
	float: left;
	width: 220px;
	height: 206px;
	border-bottom: 3px solid #000;
	margin: 0px 10px 25px 10px;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.portfolio span.titulo{
	display: block;
float: left;
width: 220px;
height: 38px;
line-height: 30px;
padding: 5px;
background-color: #000000;
border-top: 3px solid #3B3539;
color: #FFF;
}
.portfolio .port_img{
	float: left;
	width: 220px;
	height: 160px;
	line-height: 160px;
	overflow: hidden;
	border-bottom: 3px solid #3B3539;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-align: center;
	color: #999;
}
.portfolio .port_img img{
	min-width: 220px;
	min-height: 160px;
}
.portfolio:hover .port_img{
	border-color: #000;
}
.portfolio:hover{
	border-color: #3B3539;
	box-shadow: 3px 2px 6px #999999;
	-moz-box-shadow: 3px 2px 6px #999999;
	-ms-box-shadow: 3px 2px 6px #999999;
	-o-box-shadow: 3px 2px 6px #999999;
	-webkit-box-shadow: 3px 2px 6px #999999;
}

.pativo, .n_pativo{
	float: left;
	width: 30px;
	height: 25px;
	margin: 0px 2px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}
.pativo{
	background-color: #000;
}
.n_pativo{
	background-color: #3B3539;
}
.n_pativo a{
	text-decoration: none;
	color: #FFF;
}

/*###*/
.quadro{
	float: left;
	width: 430px;
	height: 160px;
	background-color: #FFF;
	margin: 0px 15px 30px 15px;
	padding: 10px;
	overflow: hidden;
}
.quadro span{
	display: block;
}
.quadro .quad_img1{
	float: left;
	width: 213px;
	height: 136px;
	border-bottom: 2px #D80100 solid;
	background-color: #F3F3F3;
	overflow: hidden;
	margin-right: 4px;
}
.quadro .quad_img2{
	float: left;
	width: 213px;
	height: 136px;
	border-bottom: 2px #3B3539 solid;
	background-color: #F3F3F3;
	overflow: hidden;
}
.quadro .quad_img1 img, .quadro .quad_img2 img{
	min-width: 213px;
	min-height: 138px;
}
.quadro:hover .quad_img1{
	border-bottom-color: #3B3539;
}
.quadro:hover .quad_img2{
	border-bottom-color: #D80100;
}

.quadro1, .quadro2{
	float: left;
	width: 450px;
	height: auto;
}
.quadro1{
	margin-right: 60px;
}
.qua_img{
	float: left;
	width: 145px;
	height: 120px;
	background-color: #FFF;
	margin: 2px 2px 2px 2px;
	text-align: center;
	overflow: hidden;
}
.qua_img img{
	width: auto;
	height: 120px;
}
.quadro1 span, .quadro2 span{
	font-size: 1.1em;
	display: block;
	border-bottom: 1px #006239 dotted;
}

a.voltar{
	display: block;
	float: left;
	padding: 4px 12px;
	text-decoration: none;
	background-color: #D80100;
	color: #FFF;
	margin: 5px 0px;
	box-shadow: 2px 2px 5px #999999;
	-moz-box-shadow: 2px 2px 5px #999999;
	-ms-box-shadow: 2px 2px 5px #999999;
	-o-box-shadow: 2px 2px 5px #999999;
	-box-shadow: 2px 2px 5px #999999;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a.voltar:active{
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	box-shadow: 0px 0px 0px #CCCCCC;
	-moz-box-shadow: 0px 0px 0px #CCCCCC;
	-ms-box-shadow: 0px 0px 0px #CCCCCC;
	-o-box-shadow: 0px 0px 0px #CCCCCC;
	-webkit-box-shadow: 0px 0px 0px #CCCCCC;
}

.produt_o{
	float: right;
	width: 730px;
	height: auto;
}
.produt_o{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 233px;
	height: 300px;
	background-color: #FFF;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
}
.produt_o a{
	text-decoration: none;
}
.prodimg{
	width: 203px;
	height: 193px;
	line-height: 193px;
	margin: 15px 15px 3px 15px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
	color: #999;
	font-weight: bold;
}
.maisdetalhes{
	width: 109px;
	height: 18px;
	line-height: 18px;
	margin-left: 46px;
	margin-bottom: 0px;
	margin-top: -18px;
	position: relative;
	color: #FFF;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color: rgba(0, 0, 0, 0.52);
	font-weight: normal;
}
.produt_o:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produt_o:hover{
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	position: relative;
	z-index: 1000;
}
.produt_o .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	min-width: 203px;
	min-height: 193px;
}

.submenu{
	float: left;
	width: 220px;
	height: auto;
}
.submenu ul{
	list-style: none;
	padding: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 4px #CCC;
}
.submenu ul a{
	text-decoration: none;
	color: #000;
}
.submenu ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 4px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #D20605;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-align: left;
	color: #FFF;
}
.submenu ul li:hover{
	background-color: rgba(210,6,5,0.7);
}
a li.checked{
	font-style: italic;
	background-color: rgba(210,6,5,0.7);
	color: #000;
}

.produt{
	float: right;
	width: 730px;
	height: auto;
}
.produt_o{
	float: left;
	margin: 0px 0px 10px 10px;
	width: 233px;
	height: 300px;
	background-color: #FFF;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
}
.produt_o a{
	text-decoration: none;
}
.prodimg{
	width: 203px;
	height: 193px;
	line-height: 193px;
	margin: 15px 15px 3px 15px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
	color: #999;
	font-weight: bold;
}
.maisdetalhes{
	width: 109px;
	height: 18px;
	line-height: 18px;
	margin-left: 46px;
	margin-bottom: 0px;
	margin-top: -18px;
	position: relative;
	color: #FFF;
	text-align: center;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px #FFFFFF solid;
	border-right: 1px #FFFFFF solid;
	background-color: rgba(0, 0, 0, 0.52);
	font-weight: normal;
}
.produt_o:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produt_o:hover{
	box-shadow: 0px 0px 20px #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-ms-box-shadow: 0px 0px 20px #CCC;
	-o-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	position: relative;
	z-index: 1000;
}
.produt_o .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	min-width: 203px;
	min-height: 193px;
}
