*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	outline:none;
	text-decoration:none;
}
@font-face {
    font-family: 'ArmataRegular';
    src: url('../fonts/Armata-Regular-webfont.eot');
    src: url('../fonts/Armata-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Armata-Regular-webfont.woff') format('woff'),
         url('../fonts/Armata-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Armata-Regular-webfont.svg#ArmataRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* LEITURA GALERIA*/
#content_leitura_galeria{width:675px;}
#content_leitura_galeria .qtdfotos{color:#adadad; font:14px 'ArmataRegular'; letter-spacing:-1px; margin-bottom:10px; margin-top:10px;}

#barra_compartilha{height:40px; width:675px; margin-top:15px;}
#barra_compartilha .compartilha{font:14px/40px 'ArmataRegular'; letter-spacing:-1px; width:207px; float:left; color:#FFF; text-align:center;}
#barra_compartilha .redes{float:left; line-height:40px; padding-top:10px; padding-left:25px;}
#barra_compartilha .botoes{float:right; width:68px; height:40px;}
#barra_compartilha .botoes ul{width:68px; height:40px;}
#barra_compartilha .botoes li{width:33px; height:40px; margin-right:1px; background-color:#FFF; float:left; text-align:center; line-height:42px;}

#galeria_de_fotos{height:510px; width:600px; margin-top:10px;}
#galeria_de_fotos .foto_galeria{height:415px; width:600px; float:left; position:relative;}
#galeria_de_fotos .legenda{height:415px; width:52px; float:left; position:absolute; top:337px;}
#galeria_de_fotos .thumbs{height:415px; width:101px; float:right;}


/* LEITURA GALERIA*/
#content_leitura_galeria{margin:0 auto; width:675px;}
#content_leitura_galeria .qtdfotos{color:#adadad; font:14px 'ArmataRegular'; letter-spacing:-1px; margin-bottom:10px; margin-top:10px;}

#barra_compartilha{height:40px; width:675px; margin-top:15px; background:#686868;}
#barra_compartilha .compartilha{font:14px/40px 'ArmataRegular'; letter-spacing:-1px; width:207px; float:left; color:#FFF; text-align:center; background:#7c7c7c;}
#barra_compartilha .redes{float:left; line-height:40px; padding-top:10px; padding-left:25px;}
#barra_compartilha .botoes{float:right; width:68px; height:40px;}
#barra_compartilha .botoes ul{width:68px; height:40px;}
#barra_compartilha .botoes li{width:33px; height:40px; margin-right:1px; background-color:#FFF; float:left; text-align:center; line-height:42px;}

#galeria_de_fotos{height:415px; width:675px; margin-top:10px;}
#galeria_de_fotos .foto_galeria{height:377px; width:564px; float:left;}
#galeria_de_fotos .thumbs{height:415px; width:101px; float:right;}

/*---- destaque_slide_vert ----*/
.destaque_slide_vert{
	width:101px;
	height:510px;
}

.destaque_slide_vert li{
	margin-bottom:10px;	
}

.destaque_slide_vert img{
	border:solid 1px #cdcdcd;
	opacity:0.9;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}

.destaque_slide_vert span{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#767676;	
}

.destaque_slide_vert h3{
	margin-top:2px;
}

.destaque_slide_vert h3 a{
	font-family: 'ArmataRegular';
	font-size:13px;
	color:#000;
	font-weight:lighter;
	letter-spacing:-1px;
}

.destaque_slide_vert li:hover a img{
	border:solid 1px #4a4a4a;
	opacity:1;	
}

.destaque_slide_vert li:hover h3 a{
	text-decoration:underline;	
}


#destaque_list{width:317px; font-weight:lighter; height:293px;}
#destaque_list {width:317px; font-weight:lighter; height:293px;}
#destaque_list h2{height:26px; font:30px 'ArmataRegular'; letter-spacing:-1px; color:#FFF; text-transform:uppercase; text-shadow:0px 0px 4px #fff; }
#destaque_list img{width:239px; height:140px; margin-top:26px;display:block;}
#destaque_list a img{
	border:solid 1px #0e0e0e;
	opacity:0.8;	
	margin-bottom:8px;
	-webkit-transition:  all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition:  all 0.2s ease-out 0s;
	-ms-transition:  all 0.2s ease-out 0s;
	transition:  all 0.2s ease-out 0s;	
}
#destaque_list:hover a img{
	opacity:1;
	border:solid 1px #cdcdcd;	
}

#destaque_list h3{font:15px 'ArmataRegular'; letter-spacing:-1px; margin-top:17px; width:239px;}
#destaque_list h3 a{
	color:#fff; 
	text-decoration:none;
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
}
#destaque_list:hover h3 a{
	color:#FFF;
	text-decoration:underline;
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
}

#destaque_list p{font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; margin-top:7px; width:239px; text-decoration:none;}
#destaque_list p a{
	color:#d8d8d8; 
	text-decoration:none;
	opacity:0.55;
	filter: alpha(opacity=55);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
}

#destaque_list .botao{width:83px; height:14px; padding:7px; font:11px 'ArmataRegular'; color:#343434; margin-top:14px; text-align:center;}
#destaque_list .botao a{
	opacity:0.55;
	filter: alpha(opacity=55);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
	background-color:#CCC;
	padding:7px;
	color:#000;
}
#destaque_list:hover .botao a{
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
	background-color:#FFF;
}
/* COBERTURAS */

#content_coberturas{margin:0 auto; width:960px; height:686px; background:url(../images/bg_display.jpg) top repeat-x;}
#content_coberturas .cabecario{height:87px; background:url(../images/bg_display.jpg) bottom repeat-x;}
#content_coberturas .cabecario h2{height:26px; font:30px/87px 'ArmataRegular'; letter-spacing:-1px; color:#FFF; text-transform:uppercase; text-shadow:0px 0px 4px #fff; float:left; }
#content_coberturas .boxsetas{width:373px; float:right; margin-top:20px;}
#content_coberturas .boxsetas .txt{width:269px; float:left; margin-top:15px;}
#content_coberturas .boxsetas .txt p{font:12px/12px 'ArmataRegular'; color:#a3a3a3; text-transform:uppercase; text-align:left;}
#content_coberturas .boxsetas ul{float:right; width:86px; height:45px;}
#content_coberturas .boxsetas li{float:left; width:42px; height:43px;}
#content_coberturas .boxsetas li .first{border-right:1px solid #cdcdcd;}

#cobertua_galeria{margin-top:28px; width:980px; height:571px;}
#cobertua_galeria ul{display:block;}
#cobertua_galeria li{float:left; margin-bottom:9px; margin-right:9px; text-decoration:none; width:152px; height:102px;}
#cobertua_galeria li a{position:relative;}
#cobertua_galeria li .info{position:absolute; z-index:10000; opacity:0; width:140px; margin-left:6px; margin-top:6px;filter:alpha(opacity=0);}
#cobertua_galeria li .info p{font:12px/15px 'ArmataRegular'; text-transform:uppercase; color:#FFF; letter-spacing:-1px;}
#cobertua_galeria li .info span{font:12px/25px 'ArmataRegular'; text-transform:uppercase; color:#909090; letter-spacing:-1px;}
#cobertua_galeria li a:hover .info{
	position:absolute;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
}

#cobertua_galeria li .infobox{position:absolute; background:#000; width:140px; height:89px; padding:7px;}
#cobertua_galeria li a .infobox{
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:  all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:  all 0.3s ease-out 0s;
	-ms-transition:  all 0.3s ease-out 0s;
	transition:  all 0.3s ease-out 0s;
}
#cobertua_galeria li a:hover .infobox{
	opacity:0.65;
	filter:alpha(opacity=65);
	position:absolute;
}
