@charset "utf-8";

.tam_min{
	min-height: 400px;
}

.dica{
	float: left;
	width: 450px;
	height: 150px;
	background-color: #f4f4f4;
	margin: 0px 15px 30px 15px;
	box-shadow: 0px 0px 6px #CCCCCC;
}
.dica .dica_img{
	font: Arial, Helvetica, sans-serif;
	color: #E1841D;
	float: left;
	width: 200px;
	height: 150px;
	line-height: 150px;
	text-align: right;
	overflow: hidden;
}
.dica .dica_img img{
	min-width: 200px;
	min-height: 150px;
}
.dica .dica_img .dic_data{
	float: left;
	width: 80px;
	height: 100px;
	background-color: #2f3133;
	margin-top: 25px;
	margin-bottom: -125px;
	position: relative;
	color: #FFF;
	line-height: 25px;
	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;
}
.dica .dica_img .dic_data p{
	margin: 0px;
	color: #FFF;
	font-weight: normal;
}
.dica .dica_img .dic_data p#dia{
	font-size: 28px;
	margin-top: 15px;
}
.dica:hover .dica_img .dic_data{
	background-color: #E1841D;
}
.dica:hover .dica_img .dic_data p{
	color: #2f3133;
}
.dica span{
	font: Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	width: 230px;
	height: 25px;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
	font-size: 1.2em;
	color: #E1841D;
	font-weight: bold;
	
}
.dica a{
	text-decoration: none;
	color:#000;
}
.dica .dic_desc{
	float: right;
	width: 230px;
	height: 105px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}

.imgdir{
	width: 270px;
	height: auto;
	margin-top: 6px;
	background-color: #FFF;
	padding: 4px;
}

.pativo, .n_pativo{
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
.n_pativo{
	background-color: #C40606;
	color: #FFF;
}
.n_pativo a{
	text-decoration: none;
	colo #FFF;
}
.pativo{
	background-color: #C40606;
	font-weight: bold;
}

a.voltar{
	display: block;
	float: right;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #E1841D;
	
}
a.voltar:hover{
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-ms-box-shadow: 0px 0px 10px #999999;
	-o-box-shadow: 0px 0px 10px #999999;
	-box-shadow: 0px 0px 10px #999999;
}
span.dia{
	font-family: "futura_mdcn_btmedium";
	display: block;
	float: left;
	width: 85px;
	font-weight: normal;
	font-size: 2.8em;
	color: #086DBE;
	margin-top: 35px;
	margin-left: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
span.mes{
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	width: 85px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}
span.ano{
	font-family: "futura_mdcn_btmedium";
	font-size: 1.2em;
}


.portfolio{
	float: left;
	width: 210px;
	height: 155px;
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCCCCC;
	-moz-box-shadow: 0px 0px 5px #CCCCCC;
	-ms-box-shadow: 0px 0px 5px #CCCCCC;
	-o-box-shadow: 0px 0px 5px #CCCCCC;
	-webkit-box-shadow: 0px 0px 5px #CCCCCC;
	margin: 0px 46px 80px 46px;
	overflow: hidden;
}
.portfolio .post_img{
	width: 210px;
	height: 155px;
	overflow: hidden;
	text-align: center;
	line-height: 155px;
	color: #999;
}
.portfolio .post_img img{
	min-width: 210px;
	min-height: 155px;
}
.portfolio .port_titulo{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px 5px;
	background-color: #086CBD;
	margin: -40px 0px 0px 210px;
	position: relative;
	color: #FFF;
	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 .port_titulo a{
	color: #FFF;
}
.portfolio:hover .port_titulo{
	margin: -40px 0px 0px 0px;
}

.pativo, .n_pativo{
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0px 2px;
	font-family: "futura_mdcn_btmedium";
}
.pativo{
	background-color: #086CBD;
	color: #FFF;
}
.n_pativo{
	background-color: #FAD600;
	color: #000;
}
.n_pativo a{
	text-decoration: none;
	color: #000;
}

a.primeiro{
	display: block;
	float: left;
	text-decoration: none;
}
a.letras{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	margin: 0px 2px;
	margin-bottom: 10px;
	font-family: "futura_mdcn_btmedium";
}
a#atual{
	background-color: #086CBD;
	color: #FFF;
}

.submenup{
	float: left;
	width: 210px;
	height: auto;
}
.submenup ul{
	list-style: none;
	padding: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 4px #CCC;
}
.submenup ul a{
	text-decoration: none;
	color: #000;
}
.submenup 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: #E1841D;
	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;
}
.submenup ul li:hover{
	background-color: #333;
}
a li.checked{
	font-style: italic;
	background-color: #000;
}

.produt{
	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;
}
.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;
}
.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;
}

#abas ul li.aba{
    height: 20px;
    margin: -22px 2px 1px -1px;
    border: 1px #CCCCCC solid;
    float: left;
    list-style: none;
    background-color: rgba(224, 224, 224, 0.5);
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0px 0px 1px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 1px #FFFFFF;
    -ms-box-shadow: inset 0px 0px 1px #FFFFFF;
    -o-box-shadow: inset 0px 0px 1px #FFFFFF;
    -webkit-box-shadow: inset 0px 0px 1px #FFFFFF;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}
#abas ul li.aba:hover{
    box-shadow: inset 0px 0px 10px #FFF;
    -moz-box-shadow: inset 0px 0px 10px #FFF;
    -ms-box-shadow: inset 0px 0px 10px #FFF;
    -o-box-shadow: inset 0px 0px 10px #FFF;
    -webkit-box-shadow: inset 0px 0px 10px #FFF;
}
#abas ul li#ativo{
    background-color: #FFF;
    border-bottom-color: #FFF;
}
#abas ul{
    margin-bottom:  15px;
}

#abas ul a:hover{
    color: #009;
}
#abas ul a:active{
    color: #FD890B;
}
#abas{
    background-color: #FFF;
    border: 1px #CCCCCC solid;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
}

.obra{
    width: 210px;
    height: 150px;
    float: left;
    overflow: hidden;
    margin: 0px 15px 20px 14px;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.obra:hover{
    background-color: rgba(235, 235, 235, 0.39);
}
.obra .obratitulo{
    height: 40px;
    float: left;
    width: 210px;
    margin-top: -43px;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
}
.obra:hover .obratitulo{
    margin-top: 0px;
}
.obra img{
    float: left;
    transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    width: 210px;
    height: auto;
}
.obra:hover img.principal{
    margin-left: -40px;
}

.miniimg{
    width: 40px;
    height: 30px;
    float: left;
    margin-bottom: 1px;

}
.miniimg img{
    width: 40px;
    height: auto;
    margin-left: 1px;
}

.caixaimgs{
	float: left;
	width: 400px;
	min-height: 100px;
	border-right: 1px #CCCCCC dashed;
}
.caixaimgs .imgs{
	width: 190px;
	height: 145px;
	float: left;
	overflow: hidden;
	margin: 0px 5px 10px 5px;
}
.caixaimgs .imgs img{
	width: 190px;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
}
.caixaimgs .imgs:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.caixadesc{
	float: left;
	width: 529px;
	min-height: 100px;
	padding: 0px 0px 0px 10px;
}
.caixadesc h3{
	margin: 0px 0px 4px 0px;
}
