html, body {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    background: url(../images/fondo.jpg) no-repeat center center fixed; 
}
body.fondo2 {
    background: url(../images/fondo-2.jpg) no-repeat center center fixed; 
}
body.fondo3 {
    background: url(../images/fondo-3.jpg) no-repeat center center fixed; 
}
body.fondo4 {
    background: url(../images/fondo-4.jpg) no-repeat center center fixed; 
}
.mapcontainer, .mapcontainer > div, .mapcontainer > div #map-canvas {
    height: inherit;
}
.flexbox-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login{
    opacity: 0.9;
    padding: 20px;
    background-color:#101010;
    border-radius: 5px 5px 0 0;
    width: 320px;

}
.login h2{
    text-align: center;
    color: #fafafa;
}
.login label{
    color:#fafafa;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.div-listado {
	padding: 2px;
    background-color: #fff;
    border-color: #2e6da4;
}
