@charset "utf-8";
/* CSS Document */


body {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-align: center;
	background-image:url(img/bg-gray.png);
}

#container {
	margin-top:100px;
	position: relative;
	width: 640px;
	/*height: 480px;*/
	text-align:left;
	background-color:#999
}


#mapa {
	position:relative;
	z-index:1;
}
#nav {
	position:absolute;
    z-index:2;
    left:8px;
    top:98px;

}

div {
	margin-bottom:20px;
}

.bigbox {
	text-align:center;
}

input {
	border: 0px solid #FFF;
	background-color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.footer {
	background-color:#333;
}