/*GENERAL*/
	body
	{
		margin: 0px;
		text-align:center;
	}
	form
	{
		margin: 0px;
	}
	img
	{
		border: 0px;
	}


/*CONTENEDORES*/
	#principal
	{
		width: 700px;
		margin: 10px auto 40px;
		text-align: left;
	}
	#contenedor
	{
		width: 100%;
	}


/*CONTENIDO*/
	#cabecera, #cuerpo, #pie, #pieEnlaces
	{
		width: 100%;
		border: 1px solid transparent;
		_border: 0px;
	}
	

	/*Cabecera*/
		#cabecera
		{
			height: 80px;
			margin-bottom: 10px;
		}
			#logo_marca
			{
				width: 150px;
				height: 100px;
				float: left;
			}

	/*Cuerpo*/
		/*Formulario*/
		#contenido_dinamico, #contenido_fijo
		{
			margin: 10px 15px 15px 15px;
			border: 1px solid transparent;
			_border: 0px;
		}
		#contenido_fijo
		{
			height: 400px;
		}

			#linea
			{
				width: 100%;
				margin: 20px 0px 20px 0px;
				overflow: hidden;
				
			}
				#col
				{
					float: left;
					width: 195px;
					margin-right:20px;
				}

				#lineaInt
				{
					width: 100%;
					height: 47px;
				}
					#colInt
					{
						float: left;
						margin-right: 7px;
					}
					.texto
					{
						width: 170px;
					}
					.texto_mid
					{
						width: 72px;
					}
					.texto_peq
					{
						width: 70px;
					}

					
					#cp, #numero, #letra, #piso
					{
						width: 42px;
					}
					#provincia
					{
						width: 112px;
					}
					#tipo_via
					{
						width: 175px;
					}
					.btn_disponibilidad
					{
						width: 94px;
					}


		/*CAPTCHA*/
		#img_captcha
		{
			float: left;
		}
		#btn_captcha
		{
			float: right;
		}

		#texto_aviso
		{
			width: 660px;
			height: 45px;
			border: 1px solid black;
			overflow: auto;
		}






	/*Pie*/
		#pieEnlaces
		{
			font: normal 11px arial;
			color: white;
		}
			#pieEnlaces a, a:active, a:visited
			{
				font: bold 11px arial;
				color: white;
			}
			#pieEnlaces a:hover
			{
				text-decoration: none;
			}
			.copy
			{
				font: normal 11px arial;
				color: white;
			}




/*VALIDACION*/
	#validacion
	{
		display: none;
		position: absolute;
		top: 20%;
		left: 35%;
		height: 200px;
		width: 300px;
		background-color: white;
		border: 1px dashed #C0C0C0;
		padding: 10px;
		overflow: auto;
	}

	#validacion_peq
	{
		display: none;
		position: absolute;
		top: 20%;
		left: 40%;
		height: 100px;
		width: 200px;
		background-color: white;
		border: 1px dashed #C0C0C0;
		padding: 10px;
		overflow: auto;
	}

	#validacionMensaje
	{
		text-align: left;
	}

	#cerrar
	{
		float: right;
		width: 12px;
		height: 12px;
	}