html {
  margin: 0;
  padding: 0;
}

#bgfull {
  width: 100%;
  height: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left:0;
  z-index: 100;
  min-width: 900px;
  display: none;
}
#bgfull #bgblack {
  width: 100%;
  height: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .9;
  position: absolute;
  z-index: 1;
}
#bgfull #content_bg {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
}
#bgfull #content_bg h3, #bgfull #content_bg #infoarte #ia_info #ia_main_info strong, #infoarte #ia_info #ia_main_info #bgfull #content_bg strong, #bgfull #content_bg #infoarte #ia_detalhe_info strong, #infoarte #ia_detalhe_info #bgfull #content_bg strong {
  font: normal 16px OgloboCondensedBold, "Times New Roman", times, serif;
  color: #999999;
  text-transform: uppercase;
  margin: 20px 0 20px 20px;
}
#bgfull #content_bg #container_img_full {
  text-align: center;
  background-color: transparent;
  background-image: url(http://placehold.it/1280x720);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}
#bgfull #content_bg #full_controls {
  width: 170px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
#bgfull #content_bg #full_controls #info_full,
#bgfull #content_bg #full_controls .seta_full,
#bgfull #content_bg #full_controls #btn_fechar_full {
  float: left;
}
#bgfull #content_bg #full_controls #info_full {
  color: #999999;
  font: italic 1.3em georgia,arial;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 5px;
}
#bgfull #content_bg #btn_fechar_full {
  width: 30px;
  height: 30px;
  background: transparent url(../images/btn_fechar.png) no-repeat 0 0;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 1px;
}
#bgfull #content_bg .seta_full {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: transparent url(../images/buttons_paginate.png) no-repeat 0 0;
  cursor: pointer;
}
#bgfull #content_bg #right_full {
  background-position: top right;
}

#infoarte {
  max-width: 1280px;
  min-width: 900px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 10px OgloboCondensedRegular, "Times New Roman", times, serif;
}

#infoarte #legenda_corredor {
	float:left;
	width:100%;
	height:17px;
	margin-bottom:2px;
}

#infoarte h3, #infoarte #ia_info #ia_main_info strong, #infoarte #ia_detalhe_info strong, #infoarte h4, #infoarte span, #infoarte p {
  padding: 0;
  margin: 0;
}
#infoarte h3, #infoarte #ia_info #ia_main_info strong, #infoarte #ia_detalhe_info strong {
  font: normal 2em OgloboCondensedBold, "Times New Roman", times, serif;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}
#infoarte #ia_mapa {
  width: 75%;
  min-height: 600px;
  height: 400px;
  float: left;
  background-color: #e2e2e2;
}
#infoarte #ia_info {
  width: 25%;
  min-height: 600px;
  position: absolute;
  right: 0;
  top: 19px;
  z-index: 2;
  padding: 0 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background-color: #FFF;
}
#infoarte #ia_info #ia_container_infos {
  min-height: 600px;
  background-color: #FFF;
}
#infoarte #ia_info #in_controls {
  color: #333333;
  margin: 20px 0 15px;
  height:30px;
}
#infoarte #ia_info #in_controls span {
  font: normal 1.3em georgia, arial;
  color: #999999;
  font-style: italic;
  padding-right: 10px;
  margin-top:5px;
  display:inline-block;
  vertical-align:top;
  
}
#infoarte #ia_info #in_controls button {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: none;
  border: none;
  background-image: url(../images/buttons_paginate.png);
  background-repeat: none;
  cursor: pointer;
  vertical-align: middle;
  padding:0;
}
#infoarte #ia_info #in_controls button#in_btn_left.ativo {
  background-position: -1px -30px;
}
#infoarte #ia_info #in_controls button#in_btn_right {
  background-position: -30px 0;
  margin-left: 15px;
}
#infoarte #ia_info #in_controls button#in_btn_right.ativo {
  background-position: -30px -30px;
}
#infoarte #ia_info #ia_main_info {
  float: left;
}
#infoarte #ia_info #ia_main_info strong {
  font-family: OgloboCondensedLight, "Times New Roman", times, serif;
}
#infoarte #ia_info #ia_main_info img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}
#infoarte #ia_info #ia_main_info .in_credito_foto {
  display: block;
  font: 1.1em arial, tahoma;
  color: #adadad;
  margin: 10px 0;
}
#infoarte #ia_info #ia_main_info #in_container_texto {
  height: 230px;
}
#infoarte #ia_info #ia_main_info p {
  font: normal 1.3em arial, tahoma;
  color: #666666;
}
#infoarte #ia_info #ia_main_info footer {
  margin-top: 5px;
}
#infoarte #ia_info #ia_main_info footer .in_border_sep {
  width: 1px;
  height: 48px;
  background: transparent url(../images/sep.png) no-repeat 0 0;
  margin: 0 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#infoarte #ia_info #ia_main_info footer button {
  background: none;
  border: none;
  font: bold 0.9em arial, tahoma;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
#infoarte #ia_info #ia_main_info footer button#in_mostra_planta {
  color: #b69f74;
}
#infoarte #ia_info #ia_main_info footer button#in_mostra_planta span {
  width: 18px;
  height: 12px;
  background: transparent url(../images/icons.png) no-repeat -2px -15px;
  display: block;
  float: right;
  margin-left: 6px;
}
#infoarte #ia_info #ia_main_info footer button#in_detalhes {
  color: #1d84c5;
  position: relative;
}
#infoarte #ia_info #ia_main_info footer button#in_detalhes span {
  width: 18px;
  height: 12px;
  background: transparent url(../images/icons.png) no-repeat -19px 0;
  display: block;
  float: right;
  margin-left: 6px;
}
#infoarte #ia_info #ia_main_info footer button#in_detalhes.opened {
  padding-left: 28px;
}
#infoarte #ia_info #ia_main_info footer button#in_detalhes.opened span {
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
#infoarte #ia_detalhe_info {
  width: 0;
  height: 600px;
  position: absolute;
  right: 0;
  top: 19px;
  background-color: #fff;
}

#infoarte #ia_detalhe_info #in_btn_fechar_detalhe {
	width: 30px;
  	height: 30px;
  	background: transparent url(../images/btn_fechar.png) no-repeat 0 0;
 	cursor: pointer;
 	position:absolute;
 	top:20px;
 	right:20px;
}

#infoarte #ia_detalhe_info #content_detalhe {
  padding: 20px;
  border-top: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-left:33px;
}

#infoarte #ia_detalhe_info #content_detalhe img {
	max-width:734px;
}

#infoarte #ia_detalhe_info h3, #infoarte #ia_detalhe_info #ia_info #ia_main_info strong, #infoarte #ia_info #ia_main_info #ia_detalhe_info strong, #infoarte #ia_detalhe_info strong, #infoarte #ia_detalhe_info strong {
  display: block;
}
#infoarte #ia_detalhe_info h3, #infoarte #ia_detalhe_info #ia_info #ia_main_info strong, #infoarte #ia_info #ia_main_info #ia_detalhe_info strong, #infoarte #ia_detalhe_info strong {
  margin-top: 45px;
  margin-bottom: 32px;
}
#infoarte #ia_detalhe_info strong {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: OgloboCondensedLight, "Times New Roman", times, serif;
}
