body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar {
	margin-bottom: 20px;
	background-color:white;
	color:#FEFDFB;
	border: 0px;
	}	

#navbar{
    color:white;
}
#despacho{
	padding-left:15px;
}
.logo{
	
	padding-bottom:15px;
	margin-right:-5px;
	
}
.nav>li>a{
	color:white;
	
}
.jumbotron{
	background-color:#00C78A;
	color:#FEFDFB;
}
.footer {
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-top: 2px;
	  border-top: 2px solid #eee;
}


/* ### Google Maps iframe ###

#embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
} 

#embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 80%; 
border: 2px solid;
}

*/