.custom_thematic{
    position: absolute;
    bottom: 40px;
    left: 20px;
    z-index: 3000;
    background: #fff;
    padding: 5px;
    margin-right: 2px;
    -moz-box-shadow: 1px 1px 2px 0px #555;
    -webkit-box-shadow: 1px 1px 2px 0px #555;
    box-shadow: 1px 1px 2px 0px #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.custom_thematic .title{
	font-size: 1.3rem;
    background: #ccc;
    padding: 5px;
    margin-bottom: 10px;
}
.custom_thematic .Rampage{
	font-size: 1rem;
	padding-top: 5px;
}
.custom_thematic .itemRampage{
	width:20px;
	height:20px;
	display:inline-block;
}
.custom_thematic .strata{
	font-size: 1rem;
}
.custom_thematic .selector{
	width: 100%;
}
.custom_thematic .buttonSection{
	padding-top: 5px;
}
.custom_thematic .buttonSection .button{
	width: 100%;
}
.custom_thematic .method{
	width: 100%;
	margin-bottom: 5px;
}
.custom_thematic .rampageSelected{
	
	border: 2px solid blue;
}



#app_section{
	height: 610px;
	width:100%;
	background: #ccc;
	position: relative;
    }
    #app_data{
	position: relative;
	left: 20px;
	right: 20px;
	top: 10px;
    }
    #app_header{
	border-bottom: 2px solid #7CB4C7;
	width:100%;
	height: 60px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top:10px;
    }
    .labelOption{
	font-size: 115%;
	color:#4c4c4c;
	font-weight:bold;
    }
    .itemSearch{
	float: left;
	width:279px;
	height: 70px;
	background: #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	position: relative;
	font-size: 120%;
	cursor: pointer;
	
    }
    .itemSearch:hover{
	border-right: 1px solid #4c4c4c;
	border-left: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
	border-top: 1px solid #4c4c4c;
	background: #DDDDDD;
    }
    .itemSearch .label{
	width:90%;	
	position: relative;
	left:10px;
	right: 10px;
	bottom: 10px;
	top:10px;
	cursor: pointer;
    }
    .itemSearch .icon{
	display:block;background-image:url(../img/marker.png);overflow:hidden;
	width:32px; height:32px; background-repeat:no-repeat;
	position:absolute;
	right: 17px;
	bottom:7px;
	cursor:pointer;
    }
    .itemSearch .iconAddress{
	display:block;background-image:url(../img/address.png);overflow:hidden;
	width:32px; height:32px; background-repeat:no-repeat;
	position:absolute;
	right: 17px;
	bottom:7px;
	cursor:pointer;
    }
    #app_info{
	position:absolute;top:100px;right:20px;/*width:600px;*/left: 545px;height:490px;
    }
    #app_header .container{
	width:100%;
	height: 100%;
    }
    
    #app_header .container .icon{
	display:block;background-image:url(../img/edificio.png);overflow:hidden;
	width:71px; height:71px; background-repeat:no-repeat;
    top: -9px;
    position: relative;
    }
    #app_header .container .text{
	font-size: 340%;
	color:#FFFFFF;
	position: absolute;
	top:22px;
	left:115px;
    }
    #mapa{
	
    }
    .search_item{
	width:100%;
	height: 50px;
	background: #EEEEEE;
	position: absolute;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
	cursor: pointer;
    }
    .search_item input{
	position: absolute;
    /* left: 24px; */
    height: 36px;
    width: 96%;
    /* margin-left: 11px; */
    left: 2%;
    /* right: 15px; */
    /* right: 5px; */
    top: 8px;
    background-color: transparent;
    border: 1px solid #999999;
    padding-left: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #5B5B5B;
    }
    .search_item .icon{
	display: block;
    background-image: url(../img/search.png);
    overflow: hidden;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    position: absolute;
    right: 3%;
    top: 10px;
    cursor: pointer;
    }
    #app_address{
	position: absolute;
	top:100px;
	height: 490px;
	left: 20px;
	width:500px;
    }
    #app_address .title{
	position: absolute;
	width:100%;
	height: 50px;
	color:#FFFFFF;
	font-size: 250%;
    }
	#spinner{
		display: none;
		font-size: 220%;
    color: black;
    text-align: center;
    width: 100%;
    margin-top: 20px;
	}
    #app_address .content{
	position: absolute;
	top:50px;
	bottom: 0px;
	width:100%;
	color:#FFFFFF;
    }
    #geoExterior{
	width:100%;height:16px;position:absolute:bottom:0px;border:1px solid #DDDDDD;border-radius:4px;font-size:100%;padding-left:5px;
    }
    #geoInterior{
	width:100%;height:16px;position:absolute:bottom:0px;border:1px solid #DDDDDD;border-radius:4px;font-size:100%;padding-left:5px;
    }
    .infoAddress{
	width: 100%;
    }
    .infoAddress .top{
	position: relative;
	height: 70px;
	widows: 100%;
    }
    .infoAddress .top .left{
	position: absolute;
	top:0px;
	left: 0px;
	right: 50%;
	bottom: 0px;
	background: #EEE;
	color:#999999;
    }
    .infoAddress .top .right{
	position: absolute;
	top:0px;
	right: 0px;
	left: 50%;
	bottom: 0px;
	background: #FFFFFF;
	color:#999999;
	
    }
    .infoAddress .middle{
	position: relative;
	height: 155px;
	widows: 100%;
	margin-bottom: 10px;
    }
    .infoAddress .middle .left{
	position: absolute;
	top:0px;
	left:0px;
	right:50%;
	bottom:0px;
	background: #FFFFFF;
	color:#999999;
    }
    .infoAddress .middle .right{
	position: absolute;
	top:0px;
	left:50%;
	right:0px;
	bottom:0px;
	background: #EEE;
	color:#999999;
    }
    .infoAddress .bottom{
	position: relative;
	height: 225px;
	width:100%;
    }
    .infoAddress .bottom .left{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background: #EEE;
	color:#999999;
    }
    
    .inputData{
	width:100%;height:15px;bottom:0px;border-bottom:1px solid black;border-right:1px solid black;border-left:1px solid black;
    }
    .textData{
	position:absolute;bottom:2px;width:99%;font-size: 120%;color:#4c4c4c;
    }
    body{
	background: #ccc;
	overflow-y: auto !important;
    }
    
    .row1{
	position:absolute;left:10px;right:10px;top:10px;
    }
    .row2{
	position:absolute;left:10px;right:10px;top:45px;
    }
    .row3{
	position:absolute;left:10px;right:10px;top:80px;
    }
    .row4{
	position:absolute;left:10px;right:10px;top:115px;
    }
    .row5{
	position:absolute;left:10px;right:10px;top:150px
    }
    .row6{
	position:absolute;left:10px;right:10px;top:185px;
    }
    .rowr{
	position:absolute;left:10px;right:10px;top:35px;
    }
    .rowl1{
	position:absolute;right:50%;left:0px;top:0px;bottom:0px;
    }
    .rowl2{
	position:absolute;right:0px;left:50%;top:0px;bottom:0px;
    }
    .fw{
	width:100%;
    }
    .ap1{
	position:absolute;top:8px;left:10px;font-weight:bold;
    }
    .ap2{
	position:absolute;left:10px;top:8px;
    }
    .crowl{
	position:absolute;left:10px;right:10px;top:30px
    }
    .seg1{
	position:absolute;bottom:2px;width:99%;font-size:165%
    }
	.TutorialMDM6{
		display: none !important;
	}