/* ==== PAGINA GALERIA ==== */


/* ==== CONTEÚDO ==== */

article.artc_galeria {
	font-weight:inherit;
	width:100%;
	padding:0px;
	border:none;background:rgba(255,255,255,0.5);
}

hr.hr_tl {
	position:relative;
	width:70%;
	border-width: 0; 
	border-top:1px solid;
	border-bottom:0px;
	height: 0px;
	border-top-width: 1px;
	border-color: #e2e2e2;
	left:50%;
	margin:0 0 0.5em -35%;
}

/* MAPA */

p.descricao {
	text-align:center;
	margin:2em 0 0.15em 2%;
	width:96%;
}

a.mapa_lk:link {}
a.mapa_lk:hover {}

img.mapa_mini {position:relative;width:96%;left:50%;margin-left:-48.5%;border:2px solid #000;}
img.mapa_mini:hover {cursor:zoom-in;border:2px solid orange;}

@media all and (min-width: 356px) {
	img.m_249x352 {width:249px;height:352px;margin-left:-125px;}
	img.m_272x352 {width:272px;height:352px;margin-left:-137px;}
	img.m_352x235 {width:352px;height:235px;margin-left:-176px;}
	img.m_352x268 {width:352px;height:272px;margin-left:-176px;}
	img.m_352x272 {width:352px;height:272px;margin-left:-176px;}
	img.m_352x327 {width:352px;height:327px;margin-left:-176px;}
	img.m_352x324 {width:352px;height:324px;margin-left:-176px;}
	img.m_352x328 {width:352px;height:328px;margin-left:-176px;}
	img.m_352x335 {width:352px;height:335px;margin-left:-176px;}
	img.m_352x341 {width:352px;height:341px;margin-left:-176px;}
	img.m_352x352 {width:352px;height:352px;margin-left:-176px;}
}

hr.hr_baixo {
	position:relative;
	width:70%;
	border-width: 0; 
	border-top:1px solid;
	border-bottom:0px;
	height: 0px;
	border-top-width: 1px;
	border-color: #e2e2e2;
	left:50%;
	margin:1em 0 0.5em -35%;
}

/* LATERAL */

aside.lateral {
	display:none;
	width:98%;
	margin :0 1% 0 1%;
	padding:0.6em 0;
	float:left;
	border:1px solid #e2e2e2;
}

section.ad_torre {
	display:none;
	width:45%;
	min-width:170px;
	float:left;
}

div.ad_160x600 {
	position:relative; 
	width:160px; 
	height:600px;
	left:50%;
	margin-left:-80px;
}

section.menu_left {
	width:94%;
	float:left;
	padding-left:4%;
	border-left:1px dashed #e2e2e2;
}

div.div-lateral-tl {

}

img.bandera {
	width:3em;
	float:left;
}

p.lateral_titulo {
	text-align:center;
	margin:0.35em 0 0 0px;
}

ul.ul-lateral {
	margin-top:1em;
}

ul.ul-lateral li {
	line-height:1.4em;
}

ul.ul-lateral li a { }
ul.ul-lateral li a:hover {color:#e06838; text-decoration:underline;}

p.li_tl {
	line-height:1.2em !important;
	margin:1.2em 0 -0.5em 0;
}


/* CONTEÚDO RESPONSIVO */

@media all and (min-width: 569px) {
	article.artc_galeria {width:64%;padding:0 3px;float:left;}
	aside.lateral {display:inherit;width:32%;float:left;}
	section.ad_torre {}
	section.menu_left {width:94%;}
}

@media all and (min-width: 769px) {
	main {width:100%;margin:0 -2px;}
	article.artc_galeria {width:50%;padding:0 3px;}
	aside.lateral {width:46%;}
	section.ad_torre {display:inherit;width:50%;}
	section.menu_left {width:44%;}
}

@media all and (min-width: 919px) {
	article.artc_galeria {font-weight:inherit;width:52%;padding:0 2%;float:left;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;}
	aside.lateral {width:42%;margin-right:0%;}
}

