/* ==== PÁGINA DE MAPAS ==== */
@media all and (min-width: 769px) {
	body {display:table;}
	.tr {display:table-row;}
	div.td {display:table-cell;}
}

/* ==== HEADER ==== */

ul#main_menu {text-align:left;}


/* ==== CONTEÚDO ==== */
div.area_ad_top {

}


article.artc_mapa {
	width:inherit;
	margin:0px;
	padding:0px;
	border:none;
	float:inherit;
}

h1.mapa_tl {
	text-align:left;
	margin:1em 0.5em 0.5em 0.5em;
}

img.mapa {
	position:relative;
	border:1px solid #e2e2e2;
}

img.m_850x1100,
img.m_1100x850,
img.m_1169x1653,
img.m_1247x1158,
img.m_1259x1259,
img.m_1632x1632,
img.m_1636x1247,
img.m_1636x1559,
img.m_1636x2315,
img.m_1754x1636,
img.m_1968x1811,
img.m_2834x1889,
img.m_3297x3196,
img.m_3937x3937 {width:100%;height:auto;display:block;margin:0 auto;}

@media all and (min-width: 769px) {
	img.m_850x1100 {width:850px;height:1100px;} 
	img.m_1100x850 {width:1100px;height:850px;}
	img.m_1169x1653 {width:1169px;height:1653px;}
	img.m_1247x1158 {width:1247px;height:1158px;}
	img.m_1259x1259 {width:1259px;height:1259px;}
	img.m_1632x1632 {width:1632px;height:1632px;}
	img.m_1636x1247 {width:1636px;height:1247px;}
	img.m_1636x1559 {width:1636px;height:1559px;}
	img.m_1636x2315 {width:1636px;height:2315px;}
	img.m_1754x1636 {width:1754px;height:1636px;}
	img.m_1968x1811 {width:1968px;height:1811px;}
	img.m_2834x1889 {width:2834px;height:1889px;}
	img.m_3297x3196 {width:3297px;height:3196px;}
	img.m_3937x3937 {width:3937px;height:3937px;}
}


aside.mapa_baixo {
	width:100%;
	margin:2.5em 0;
	float:inherit;
}

p.rdp {text-align:left;}


/* CONTEÚDO RESPONSIVO */

@media all and (min-width: 770px) {body.table {min-width:770px;}}
@media all and (min-width: 1000px) {body.table {min-width:1000px;}}
@media all and (min-width: 1250px) {body.table {min-width:1250px;}}
@media all and (min-width: 1330px) {body.table {min-width:1330px;}}
@media all and (min-width: 1410px) {body.table {min-width:1410px;}}
@media all and (min-width: 1570px) {body.table {min-width:1570px;}}


