*, body { margin: 0; padding: 0; } 
*:focus { outline: none; }

body, select, textarea, input, span {	font: 12px Arial; text-align:left; }
p {	margin-bottom: 10px; }	
input, select {
	border: solid 1px #B39B61; 
	padding: 2px 3px 3px;
	font-size: 11px;
}
input:focus, select:focus {
	background-color: #ffd;
}
a:link, a:visited, a:active {	font-family:Arial; text-decoration:none;	}
a:hover {	text-decoration:none;	}
ul, li { list-style:none;}
a img {	border:none	}
.clear { clear:both; visibility:hidden; }

body {
	padding: 5px;
	font-family: 'Lucida Grande', Tahoma, Arial, sans-serif;
}
#wrapper {
	margin:0 auto;
}

h1 {
	color: #851616;
	border-bottom: 3px solid #dedede;
	padding: 10px 10px 5px;
	font-size: 16px;
}
h2 {
	margin: 3px;
	font-size: 14px;
}

form {
	border-right: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 0 4px;
	background-color: #FAFAFA;
}

form p {
	font-size: 12px;
	color: #444;
}

fieldset {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: relative;
	margin-bottom: 10px;
}

legend {	
	color:#2067B0;
	font-size:13px;
	font-weight:bold;
	padding:0 3px;
}

label {
	display: block;
	float: left;
	font-size: 11px;
	width: 90px;
}
ul li {
	margin-bottom: 3px;
}


#aviso {
	width: 60%:
	margin: 0 auto;
	font-size: 14px;
}
#submit{background-color: #851616;color: white;margin-left: 90px; padding: 2px 15px}
#submit:focus {background-color: #631010}
#submit:hover{background-color: #9F4F4F}

/* resultados */
fieldset p {color: black}
fieldset p span {font-size: 15px;}
#mesa {
	background-color: white;
	padding: 10px;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #B39B61; 
}
.toggle {
	position: absolute;
	top: 0;
	right: 0;
}
#map_canvas {
	width: 100%;
	border: 2px solid brown;
	height: 200px;
}
#embed textarea {
	width: 100%;
	height: 70px;
}
#footer {
	float: right;
}
#footer a {
	font-weight: bolder;
	color: #FF7800;
}
/* Simple Modal */
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}
















