body {
    font: 12px/18px Arial, sans-serif;
    width: 100%;
}

/* Id titulo -------------------------------------------- */
#titulo {
	text-align: center;
	color:black;
	position: center;
}

h2 { 
	text-align:center;
	color: blue;
}
	
.wrapper {
    width: 1200px;
    margin: 0 auto;
	position: center;
}
/* Header--------------------------------------------------------------*/
.header {
	width: 1200px;
    height: 150px;
    background: #eff1f2;
	position: relative;
}
/* Middle
---------------------------------------------------------------------*/
.middle {
    width: 100%;
    position: relative;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}
.content {
    padding: 0 0 0 270px;
	height:500px;
}

/* Button------------------------------------------------------------*/
.button {
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	border-radius: 2px;
	position: relative;
	top: -7px;
	left: 75px;
	box-sizing: border-box;
	transition: all 500ms ease;
}
.button:before {
	 content:'';
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 0px;
	 height: 42px;
	 background: rgba(255,255,255,0.3);
	 border-radius: 5px;
	 transition: all 2s ease;
}
.button:hover:before {
	width: 100%;
}

/* Left Sidebar-----------------------------------------------------------*/
.left-sidebar {
	padding:10px;
    float: left;
    width: 250px;
    margin-left: -100%;
    position: center;
    background: rgba(210, 215, 217, 0.75);
	text-align: justify;
	height:480px;
}
/* Footer--------------------------------------------------------------*/
.footer {
	padding:10px;
    height: 100px;
    background: #3d4449;
	color:#FFFFFF;	
	text-align: right;
}

 
			#map {
			width:100%;
			height:100%;
			}
			.leaflet-google-layer{
			z-index: 0;
			}
			.leaflet-map-pane{
			z-index:0;
			}
	 
#searchBox
{
	 position:absolute;
    right: 700px;
    top:10%;
      
}