body {
	background-image: url("papelViejo.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: sans-serif;
}

div {
	text-align: center;
	background: RGBA(255,255,255,0.5);
	padding: 10px;
	margin-bottom: 100px;
}

#mapa {
	display: block;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 50px 0px;
}


table {
	border-radius: 15px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-color: RGBA(255,255,255,0.5);
}
td{
	padding: 2px 5px 2px 5px;
	width: 25%;
	background-color: RGBA(255,255,255,0);
}
.columna3 {
	text-align: right;
}
.tableFooter {
	padding: 25px;
	text-align: center;
}



input[type=text] {
	width: 25px;
}
input[type=submit] {
	width: 150px;
}



@media screen and (max-width: 700px) {
	#mapa{
		width: 100%;
	}
	div img{
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	table {
		width: 100%;
	}
}