#map {
	height: 180px;
	width: 70%;
}

#mapid { height: 180px; }

.fondo {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.logo {
    width:100%;
    text-align:center;
    display:block;
}

.inicio {
    background-image: url("../imagen/gis1.jpg");
    background-repeat: no-repeat;
    background-position: center;  
}

.header {
    text-align: center;
    padding: 20px;
}

.menu-text {
    text-align: center;
    font-size: 12px;
}

.login {
    opacity: 0.8;
}

.barranombre {
    padding: 7px;
    background-color: #004faa !important;
    text-align: center;
}

.imenu {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.navbar {
    background-color: #004faa !important;
}

.icono{
    color: red;
}