#content{
    min-height: 500px;
}

#content > div{
    float: left;
}

#map{
    width: 70%;
    min-height: 500px;
    border: 10px solid #3498db;
}
#map p{
    color: red	;
}

#map input{
    border: 1px solid gold;
}

#map #buscar{
    background: url("http://png-3.findicons.com/files/icons/974/glyphish/24/06_magnifying_glass.png") no-repeat center right white;
    background-size: 24px 24px;
}

#notify{
    width: 29.5%;
    min-height: 500px;
    overflow-y: auto;
    height: 500px;
    background: #3498db;
    color: #fff;
    padding: 10px 10px 10px 0px;
}

#notify > .item{
    padding: 10px;
    min-height: 50px;
    width: 100%;
    border-bottom: 1px solid #0ac06d;
    border-left: 3px solid #fff ;
    cursor: pointer;
    margin-bottom: 5px;
    background-color: #0ac06d;
}

#notify::-webkit-scrollbar{
    background-color: #fff;
}

#notify::-webkit-scrollbar-thumb{
    background-color: #0ac06d;
}

#notify > .item .marker-title{
    background: url("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|FE7569") no-repeat top left transparent;
    min-height: 24px;
    padding-left: 30px;
    line-height: 24px;
    float: left;
}

#notify > .item .marker-remove{
    width: 24px;
    height: 24px;
    background: url("http://png-4.findicons.com/files/icons/2232/wireframe_mono/48/round_delete.png") no-repeat center transparent;
    float: right;
}