/* CSS Document */

.clear {
	clear:both;
}

.izq {
	width:440px;
	float:left;
	border-right:1px solid #CCC;
	height:400px;
	padding-right:35px;
}
.der {
	width:250px;
	float:left;
	padding-left:35px;
}
	.izq fieldset {
		border:1px solid #999;
		padding:0 10px 10px 10px;
		width:320px;
		position:relative;
		top:15px;
		left:60px;
	}
		.izq fieldset legend {
			border:1px dashed #999;
			padding:5px;
			font-weight:bold;
			color:#333333;
		}
			.izq fieldset form {
				padding-top:10px;
			}
				.izq fieldset form label {
					display:inline-block;
					width:100px;
					float:left;
					margin:0 10px 0 10px;
					text-transform:uppercase;
					color:#333333;
				}
				.izq fieldset form input, textarea, select {
					width:180px;
					display:inline-block;
					float:left;
					-moz-border-radius:5px 5px 5px 5px;
					background-color:#E6E6E6;
					border:1px solid #CCC;
					color:#666;
				}
				.izq fieldset form textarea {
					height:100px;
				}
				.izq fieldset form .btn {
					-moz-border-radius:5px 5px 5px 5px;
					background-color:#FFF;
					color:#333;
					width:60px;
					margin:20px 5px 10px 5px;
					position:relative;
					top:0px;
					left:170px;
				}

#map_canvas {
	position:relative;
	top:10px;
	left:0;
	border: 4px solid #E6E6E6;
	width:220px;
	height:220px;
}

#note {
	margin-top:10px;
}

.warning {
	border: 1px solid #A25965;
	height: auto;
	width: 97.5%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	font-size:12px;
	color:#333;
}
	.warning a {
		display:none;
	}

.msgOk {
	border: 1px #567397 solid;
	height: auto;
	padding: 4px;
	font-size:12px;
	background: #f5f9fd;
	text-align: center;
}