* { 
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
}

div,td,p,label {
    color: #484848;
}

label.titol {
    color: #5293bb;
    font-size: 13px;
}

h2 {
    font-size: 14px;
    padding-bottom: 10px;
}

#map {
    width:calc(100% - 211px);
    height: 100%;
    margin-left: 211px;
}

#sidebar {
    width: 198px;
    bottom: 0;
    left: 3px;
    padding-left: 7px;
    padding-top: 7px;
    position: absolute;
    top: 400px;
    overflow: auto;
}



#mark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 211px;
}

#mark form {
    padding-left: 7px;
    padding-top: 13px;
    line-height: 20px;
}

input#query {
    width: 159px;
    border: 1px solid #8f8f8f;
    color: #484848;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

#mark form a img  {
    border: 0px;
    margin-bottom: -5px;
}

.info {
    font-size: 11px;
    color: #484848;
}

#city_box {
    border-top: 1px dotted #707F8E;
    margin-top: 15px;
    padding-top: 5px;
    padding-left: 7px;
}

#city_box label { font-size: 12px; }




div.archip,div.archib {
    font-size: 12px;
}


div.archip {
    border-bottom: 1px dotted #b9bec4;
    padding-bottom: 2px;
    padding-top: 2px;
}

a.archip {
    display: block;
    color: #484848;
    padding-top: 2px;
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 13px;
}
a.archip:hover { color: black; }

.iconcolor {
    width: 12px;
    height: 12px;
    border:0px;
}

.checked {
    float: right;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-top: 5px;
    background-image: url('../imatges/checked.png');
    background-repeat: no-repeat;
}

div.archib {
    padding-bottom: 5px;
    padding-left: 12px;
}

div.archib label { cursor: pointer; color: #484848; }
div.archib label:hover { color: black; }

.desplegable { display: none; }

.marker-description * {
    font-size: 12px;
}

.marker-description a {
    color: #515151;
}

.title-arci {
     border-top: 1px dotted #707F8E;
     margin-top: 10px;
     padding-left: 7px;
     color: #5293BB;
     font-size: 13px;
     padding-top: 7px;
}

.parroquias {
    color: #5293BB;
    padding-left: 16px;
    font-size: 11px;
}