.background-body{
	background-image: url('../img/bkg.jpg');
	background-repeat: repeat-x;
	}

.container{
    background-color: white;
    margin-top: 5%;
    border-radius: 10px;
	}

.width-100{
	width:100%;
	}

.heigth-logo{
	height:222px;
	}
.heigth-100{
	height:100px;
	}
	
.antet{
	color:#336699;
	font-size:26px;
	font-weight:bold;
	}
	
.antetMic{
	color:#336699;
	font-size:21px;
	}
.ora{
	color:#336699;
	font-size:12px;
	}

.navbar-nav{
	width:100%;
	}
	
	.navbar-nav > li {
		width:100%;
		}
		
		.navbar-nav > li > a{
			padding-top:0px;
			padding-bottom:5px;
			}

.margin-top-50{
	margin-top:50px;
}

table, th, td {
    border: 1px solid black;
}
td{
 padding:5px;
}

 #map-canvas {
        width: 100%;
        height: 400px;
      }