html, body{
	margin: 1%;
}

.separadorfantasma{
	width: 100%;
    height: 10px;
    float: left;
    background: rgb(219,0,170);
    background: linear-gradient(163deg, rgba(219,0,170,1) 0%, rgba(222,52,0,1) 52%, rgba(255,226,0,1) 100%);
}

#finalpie{
    color: white;
    text-decoration: none;
    background: rgb(219,0,170);
    background: linear-gradient(163deg, rgba(219,0,170,1) 0%, rgba(222,52,0,1) 52%, rgba(255,226,0,1) 100%);
}
footer div div div ul li a{
    text-decoration: none;
}
footer{
    background-color: black;
}
#finalpie a{
    text-decoration: none;
    color: white;
}

#mapadiv{
    height: 700px;

}
.mapacentrado{
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

#manuales{
    text-align: center;
    width: 90%;
    margin-left: 5%;
}
#imglogoprin{
    height: auto;
}
#infoprincipal{
    height: auto;
}
#contenedorimg{
    height: auto;
}
#sectionlogin{
    position: absolute;
    top:50%;
    left: 50%;
    width: 400px;       
    height: 300px;
    margin-top: -100px;
    margin-left: -200px;
}
form div input{
    height: 45px;
}
#btningresar{
    background: rgb(219,0,170);
    background: linear-gradient(163deg, rgba(219,0,170,1) 0%, rgba(222,52,0,1) 52%, rgba(255,226,0,1) 100%);
    color: white;
}