
#content_craftMap {
margin:20px auto 0;
/*width:1000px;*/
width:600px;
}

.demo_craftMap {
/*float:left;  OJO*/
/*width:1000px;*/
width:600px;
/*height:600px;*/
height:400px;

}

.preloader_craftMap {
background:url(../images/loader.gif) no-repeat center #fff;
}

.marker_craftMap {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup_craftMap {
width:250px;
position:absolute;
padding:8px;
background:#2a2a2a;
color:#fff;
font-weight:bold;
font-size:11px;
line-height:20px;
}

.popup_craftMap h3 {
margin:0;
margin-bottom:10px;
font-family: 'Cabin Condensed', sans-serif;
font-weight:normal;
font-size:20px;
}

.popup_craftMap .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.relative_craftMap {
position:relative;
}

.controls_craftMap {
position:absolute;
top:20px;
width: 30px;
/*left:20px;*/
left: -80px;
z-index:20;
}

.controls_craftMap a {
background:#2a2a2a;
background:rgba(0, 0, 0, .6);
display:block;
float:left;
clear:both;
font-size:11px;
font-weight:bold;
line-height:28px;
margin-bottom:4px;
outline:none;
padding:0 10px;
text-decoration:none;
}

.controls_craftMap a:hover {
background:#eee;
color:#2a2a2a;
}

.controls_craftMap .active {
/*background:#D7363A;*/
background:#1b4d8c;
color:#fff;
}

#content_craftMap a {
color:#fff;
text-decoration:none;
}