@charset "utf-8";

.submenu, .maisdicas{
	float: left;
	width: 220px;
	height: auto;
	margin-top: 30px;
	padding: 5px 0px 0px 0px;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.maisdicas h3{
	font-weight: normal;
	margin: 0px;
}
.submenu ul a, .maisdicas ul a{
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.submenu ul a:hover, .maisdicas ul a:hover{
	text-decoration: underline;
}
.submenu ul li, .maisdicas ul li{
	list-style: none;
	padding: 5px 6px;
	margin: 8px 0px 0px 0px;
	background-color: #B73034;
	font-size: 1.1em;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.submenu ul li:hover, .maisdicas ul li:hover{
	background-color: #9E1B1F;
}
#checked{
	font-style: italic;
	background-color: #9E1B1F;
}

.dicprincipal{
	float: right;
	width: 715px;
	height: auto;
	max-height: 711px;
	overflow-y: auto;
	text-align: justify;
	margin-top: 30px;
}

.imgdir{
	width: 240px;
	height: auto;
	padding: 3px;
	background-color: #FFF;
	margin-top: 3px;
}

.produt{
	margin-top: 30px;
	float: right;
	width: 730px;
	height: auto;
}
.produto{
	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;
}
.produto a{
	text-decoration: none;
	color: #999;
}
.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;
}
.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-size: 12px;
}
.produto:hover .maisdetalhes{
	margin-bottom: -18px;
	margin-top: 0px;
}
.produto: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;
}
.produto .prodesc{
	width: 203px;
	height: auto;
	margin: 2px 15px 0px 15px;
	text-align: justify;
	color: #000;
}
.prodimg img{
	min-width: 203px;
	min-height: 193px;
}

.foto{
	float: left;
	width: 120px;
	height: 100px;
	background-color: #fff;
	margin: 2px;
	overflow: hidden;
}
.foto img{
	max-width: 120px;
	max-height: 100px;
}
.imagens{
	float: right;
	width: 248px;
	height: auto;
	margin-left: 4px;
}

.pativo, .n_pativo{
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0px 2px;
	background-color: #B73034;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pativo{
	border: 1px #000 solid;
	margin-top: -1px;
}
.n_pativo a{
	color: #FFF;
	text-decoration: none;
}
.n_pativo:hover{
	background-color: #9E1B1F;
}

a.voltar{
	display: block;
	float: left;
	padding: 3px 8px;
	background-color: #666;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.voltar:hover{
	background-color: #000;
}
a.voltar:active{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}