a:link   
{   
 text-decoration:none; !important;  
}   
    
.resaltar{
        background-color:gold;
    }
 /* Remove the navbar's default margin-bottom and rounded borders */
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
 
 
   /*  Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
  

div>h3>span{

    color:brown;
    display: inline-block !important;
}

.espacio{
	
	padding-bottom: 5em !important;
	
}



#googleMap {

    width: 100%; /* Span the entire width of the screen */
    height: 400px; /* Set the height to 400 pixels */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); /* Change the color of the map to black and white */
}

