#buscard img {
    width: 100%;
    height: auto;
}
body {
	background-image: url("../../global/images/MapWallpaper.jpg");
    background-position: left center;
	
    
    color: #030608;
    font-family: Georgia, Serif;
    
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}
.copyright {
	margin: 5px;
    font-size: 80%;
}
.label {
	color: white;
	background-color: black;
}
.info {
	color: black;
	background-color: white;
    background-color: rgba(255,255,255,0.5);
}
a {
    xborder: 1px solid #999999;
    xdisplay: block;
    margin-bottom: -1px;
    xpadding: 12px 10px;
    text-decoration: none;
}