#tag-wrapper    {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

/*#tag-target, #tag-wrapper img { cursor: crosshair; }*/

#tag-wrapper img { position: absolute; }

#tag-target    {
    display: none;
    border: 2px solid #fff;
    box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    height: 110px;
    width: 110px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#tag-input    {
    background: #fff;
    display: none;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    /*width: 150px;*/
    height: 110px;
    z-index: 2;
}

#tag-input label    {
    display: block;
    font-weight: bold;
}

#tag-input input    {
    border: 1px solid #ccc;
    color: #888;
    display: block;
    margin: 5px 0px;
    outline: 0px;
    padding: 3px;
    /*width: 124px;*/
}

.hotspot    {
    /*border-width: 1px;*/
    border: 1px dashed #999;
    box-shadow: 0px 0px 0px #000;
    -webkit-box-shadow: 0px 0px 0px #000;
    -moz-box-shadow: 0px 0px 0px #000;
    height: 100px;
    width: 100px;
    position: absolute;
}

.hotspot:hover, .hotspothover    {
    border: 2px solid #fff;
    box-shadow: 0px 0px 20px #000;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    z-index: 1;
}

.hotspot span { display: none; }
.hotspot:hover span, .hotspothover span    {
    background: white;
    display: block;
    /*font-weight: bold;*/
    padding: 0px 0px;
    text-align: center;
    margin-top: 100px;
    border: 2px solid white;
    width: 100px;
    margin-left: -2px;
    font-size:11px;
    line-height:13px;
}

.referencias {
    position:relative;
    margin-top: 40px;
    /*margin-left: 5px;*/
}

#cont-referencias {
}

.remove { color: #748950; cursor: pointer; text-decoration: underline; }