/* mapa */
#ubicacion {
	background:url(../images/bg-mapa.gif);
	width:482px;
	height:355px;
	position:relative;
	margin-bottom:34px;
}
img#punto {
	border:none;	
	position:absolute;
	height:10px;
	width:10px;
	top:271px;
	left:335px;
	display:none;
}
img#flecha {
	border:none;	
	position:absolute;
	top:263px;
	left:290px;
	display:none;
}
#foto {
	display:none;
	background-color:#E4DEF5;
	text-align:center;
	border:6px solid #B2BBD2;	
	position:absolute;
	left:35px;
	top:23px;
	padding:10px;
}
#foto img { border:none; }
#foto p { margin:0; padding:0; }

/* formulario */
ul.error {
	list-style-position:inside;
	margin-bottom:24px;
}
p#titError {
	margin:0;
	padding:0;
}

form {
	background-color:#F8E8F3;	
	padding:12px;
	width:460px;
}
/*
* html form {
	width:458px;
}*/
label, .textField, select {
	margin:4px 0;
	padding: 3px;
}
label {
	text-align:right;
	float:left;
	clear:left;
	width:10em;
	margin-right:15px;
}
.textField, select, .btSubmit {
	background-color:#FEF9FD;
	border:1px solid #222121;
	margin:4px 0;
}
select { width:200px; margin-top:6px; }
.btSubmit {
	font-size:1em;
	float:right;
	clear:right;
	width:80px;
	height:24px;
	margin:10px 51px 10px 0;
	font-weight: bold;
	padding-bottom: 5px !important;
	padding-bottom: 0;
}
* html .btSubmit { margin-right:48px; }
.long    { width:260px; }
.small   { width:150px; }
textarea { height:100px; }
.fldError {
	border:1px dashed red;
	background-color:#FFE6E6;
}

