@import url(./common.css);

.content{
	overflow-y: scroll;
	margin-top: 20px;
	height: 593px;
}
.mapa{
	height: 694px;
	background-image: url(../img/RESUMEN/SB_L_G10_U04_L02_resumenfondo.png);
	background-repeat: no-repeat;
}

.opciones{
	height: 456px;
}
.opciones img{
    margin-left: 11px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.botones{
    width: 285px;
    height: 216px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
}
.botones:nth-child(1){
    top: 202px;
    left: 13px;
}
.botones:nth-child(2){
    top: 202px;
    left: 16px;
}
.botones:nth-child(3){
    top: 203px;
    left: 19px;
}
.botones:nth-child(4){
	top: 201px;
    left: 26px;
}
.botones:nth-child(5){
    top: 209px;
    left: 12px;
}
.botones:nth-child(6){
    top: 209px;
    left: 17px;
}
.btn{
	width: 49px;
	height: 47px;
	background-repeat: no-repeat;
	float: left;
}
.btn1{
	background-image: url(../img/RESUMEN/01btn.png);
	margin-left: 62px;
	margin-top: 65px;
}
.btn2{
	background-image: url(../img/RESUMEN/02btn.png);
	margin-top: 65px;
}
.btn3{
	background-image: url(../img/RESUMEN/03btn.png);
	margin-top: 65px;
}
.btn4{
	background-image: url(../img/RESUMEN/04btn.png);
	margin-left: 62px;
}
.btn5{
	background-image: url(../img/RESUMEN/05btn.png);
}
.btn6{
	background-image: url(../img/RESUMEN/06btn.png);
}
div[data-sg-id="item-popup"][data-sg-key="1"] p, div[data-sg-id="item-popup"][data-sg-key="2"] p{
    position: absolute;
    top: 61px;
    left: 180px;
    font-size: 1.5em;
    color: white;
}
.icon_close_button{
    top: 15px;
    right: -7px;
}