/******************************************
MAPA BN DE FONDO
*****************************************/

div#mapa {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 900px;
    background-image: url("../imagenes/plano.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 0px;
    z-index: 0;

}

/***************************************************
PATH
****************************************************/

.cls-1 {
    fill: rgba(255, 255, 255, 0);
    stroke-width: 0px;
    fill-rule: evenodd;
    stroke: #f00;
    display: block;
}

.cls-2 {
    fill: rgb(111, 0, 0);
    stroke-width: 0px;
    fill-rule: evenodd;
    stroke: #f00;
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    cursor: pointer;
}


/***********************************
CAJA CON LOS DIFERENTES DISTRITOS
*********************************/

div#mapa_Distrito {
    width: 1000px;
    height: 900px;
    position: absolute;
    top: 1px;
    left: 3px;
    z-index: -100;
}

/***********************************************
FOOTER // firma
**********************************************/

div#firma {
    position: absolute;
    top: 780px;
    left: 780px;
    height: 50px;
    width: 250px;
    padding: 3px 5px;
    z-index: 10;
    border: double 4px #eee;
    text-align: right;
    font-size:1em;
	color:#000;
	line-height:1em;
}

div#firma:hover {
    background-color: #eee;
    border: double 4px #000;

}
