nav {
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}
	nav a {
		text-decoration: none;
		font-size: 16px;
		margin-right: 20px;
		color: #828181;
	}
		nav a:hover, nav a.active {
			font-weight: bold;
		}
.seccion_ancho_100 {
	float: left;
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#ficha_area_clientes {
	width: 627px;
	margin: 0 auto;
}
	#ficha_area_clientes #imagen {
		float: left;
	}
	#ficha_area_clientes #titulo {
		float: left;
		height: calc(381px - 120px);
		width: 558px;
		text-align: center;
		background: #93be4e;
		margin-left: 15px;
		margin-bottom: 5px;
		padding: 60px 19px;
		color: #FFFFFF;
		font-weight: 300;
		font-family: 'Open Sans', Light;
		font-size: 24px;
		text-transform: uppercase;
	}
		#ficha_area_clientes #titulo #texto{
			float: left;
			font-family: 'Open Sans', Regular;
			font-size: 18px;
			margin-top: 15px;
			text-transform: none;
		}
			#ficha_area_clientes #titulo #formulario_comunidades .iframe-tucomunidad {
				border: none;
				margin-top: 10px;
			}
		#ficha_area_clientes #titulo #formulario_inmobiliaria{
			width: 381px;
			margin: 0 auto;
			margin-top: 125px;
		}
			#ficha_area_clientes #titulo #formulario_inmobiliaria #f_nombre_usuario {
				float: left;
				width: 180px;
				height: 30px;
				margin-right: 17px;
				text-align: center;
				font-size: 16px;
				padding: 0;
				border: 1px solid #C6C7C8;
			}
			#ficha_area_clientes #titulo #formulario_inmobiliaria #f_password {
				float: left;
				width: 180px;
				height: 30px;
				text-align: center;
				font-size: 16px;
				padding: 0;
				border: 1px solid #C6C7C8;
			}
			#ficha_area_clientes #titulo #formulario_inmobiliaria #f_acceder {
				float: left;
				width: 381px;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
				margin-top: 20px;
				background: #828181;
				border: none;
				color: #FFFFFF;
				cursor: pointer;
			}
			.campo_formulario {
				width: calc(80% - 10px);
				margin-right: 10px;
			}
			.num_idioma {
				float: left;
				width: 20%;
			}
				.num_idioma label {
					margin-left: 5px;
					line-height: 41px;
				}
				.texto_idiomas{
					float: right;
					width: 20%;
					height: 38px;
				}

.menu {
	width: calc(100% - 240px);
	margin: 20px auto;
	max-height: calc(1072px - 358px);
	overflow-y: auto;
}
	.linea{
		background: #828181;
		height: 2px;
	}
	.opcion_menu {
		background: #e2b603;
		width: 250px;
		height: 250px;
		text-align: center;
		line-height: 250px;
	}
		.columna_usuarios {
			float: left;
			width: 50%;
			height: 28px;
			border-bottom: 1px solid;
			line-height: 28px;
			cursor: pointer;
		}
		.columna_listado {
			float: left;
			height: 28px;
			border-bottom: 1px solid;
			line-height: 28px;
			cursor: pointer;
		}
		.cabecera_listado {
			height: 28px;
			width: 100%;
			background: #93be4b;
			color: white;
			float: left;
		}
		#registros_usuarios .registro_editar {
			width: 100%;
			height: 28px;
			display: none;
		}
		.registro_nuevo {
			width: 100%;
			float: left;
		}
		#bt_nuevo {
			float: left;
			margin-top: 2px;
			margin-bottom: 10px;
			margin-left: 0px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		.registro_nuevo #f_nombre_nuevo {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(50% - 15px);
			margin-right: 10px;
		}
		.registro_nuevo #f_pass_nuevo {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(50% - 64px);
			margin-right: 5px;
		}
		.registro_nuevo #bt_nuevo {
			float: left;
			margin-top: 2px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		#registros_usuarios .registro_editar #bt_guardar, #registros_usuarios .registro_editar #bt_eliminar {
			float: left;
			margin-top: 2px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			padding-right: 6px;
			padding-left: 6px;
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		#registros_usuarios .registro_editar .f_nombre {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(50% - 15px);
			margin-right: 10px;
		}
		#registros_usuarios .registro_editar .f_pass {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(50% - 160px);
			margin-right: 5px;
		}
		#registros_carrusel {
			float: left;
			width: 100%;
			height: fit-content;
			margin-top: 10px;
		}
		#registros_carrusel .carrusel_bloque {
			float: left;
			width: calc(50% - 32px);
			height: fit-content;
			border: 1px solid;
			margin-right: 10px;
			padding: 10px;
		}
		#registros_carrusel .carrusel_registro {
			cursor: pointer;
			width: calc(100% - 20px);
			padding: 0 10px;
			margin-top:10px;
		}
		#registros_carrusel .carrusel_registro .carrusel_referencia {
			float:left;
			width: 100px;
		}
		.carrusel_registro:hover{
			font-weight: bold;
		}
		#f_carrusel_referencia, #f_carrusel_texto, #f_texto_titulo, #f_texto_descripcion {
			margin-top: 24px;
			width: 500px;
			height: 21px;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #828181;
			font-size: 16px;
			text-align: center;
		}
		#cuadro_fotos{
			float: left;
			height: 250px;
			border: 1px solid;
			width: 100%; 
			overflow-y: scroll;
			display: none;
		} 
		#bt_guardar, #bt_logotipo {
			float: right;
			margin-top: 2px;
			margin-bottom: 8px;
			margin-left: 10px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			padding-right: 6px;
			padding-left: 6px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		#bt_cargar_fotos {
			float: left;
		}
		#bt_guardar_carrusel, #bt_eliminar_carrusel {
			float: right;
			margin-top: 2px;
			margin-bottom: 8px;
			margin-left: 8px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			padding-right: 6px;
			padding-left: 6px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
			display: none;
		}
	.tabla_url{
		width: 33%; 
		cursor: pointer;
		margin-right: 15px;
		margin-top: 15px;
		border-bottom: 1px solid;
	}
	.cuadro_editar{
		float:left;
		width: calc(100% - 35px);
		display:none;
		border: 1px solid #e2b603;
		padding: 15px;
	}
		.texto_descripcion {
			width: calc(100% - 6px);
			margin-bottom: 10px;
			margin-top: 2px;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #828181;
			font-size: 16px;
			resize: none;
		}
	.columna_palabras {
			width: 33.3%;
			height: 28px;
			border-bottom: 1px solid;
			line-height: 28px;
			margin-right: 4px;
			cursor: pointer;
		}
		#registros_palabras {
			float:left;
			width: 100%;
			min-height: 28px;
		}
		#registros_palabras .registro_editar {
			width: 33.3%;
			height: 32px;
			display: none;
		}
		.registro_nuevo {
			width: 100%;
			float: left;
		}
		#bt_nuevo {
			float: left;
			margin-top: 2px;
			margin-bottom: 10px;
			margin-left: 0px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			padding-top: 2px;
			padding-right: 6px;
			padding-bottom: 3px;
			padding-left: 6px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		.registro_nuevo #f_palabra_nuevo {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(50% - 15px);
			margin-right: 10px;
		}
		.registro_nuevo #bt_nuevo {
			float: left;
			margin-top: 2px;
			height: 18px;
			padding-top: 0px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
		}
		#registros_palabras .registro_editar #bt_guardar, #registros_palabras .registro_editar #bt_eliminar {
			float: left;
			margin-top: 2px;
			height: 24px;
			background: #828181;
			border: 1px solid #C6C7C8;
			border-radius: 0px;
			color: #FFFFFF;
			font-size: 16px;
			text-align: center;
			cursor: pointer;
			margin-bottom: 0px;
			margin-left: 8px;
		}
		#registros_palabras .registro_editar .f_nombre {
			float: left;
			margin-top: 2px;
			height: 20px;
			border-width: 1px;
			width: calc(100% - 165px);
			margin-right: 5px;
		}
		.categoria {
			width:33%; 
			float: left; 
			position: relative;
		}
	#noticia_formulario p {
		width: calc(100% - 10px);
	}
	.textos_legales {
		max-width: 800px;
		margin: auto;
		margin-bottom: 20px;
	}
	input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
}
.registro_foto {
	float: left;
	width: calc(100%/4);
	margin-bottom: 10px;
}
	.registro_foto img {
		width: 100%;
	}
#contenedor_consulta {
	float:left;
	width: 100%;
	margin-bottom: 10px;
}
.campo_texto_dinero {
	float: left;
	height: 34px;
	line-height: 34px;
	width: 139px;
	border: 1px solid #BEB28A;
	margin: 0;
	margin-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 3px;
	background: #FFF;
	text-align: right;
}
.campo_transparente_dinero {
	float: left;
	height: 34px;
	width: 110px;
	border: 0;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	background: transparent;
	font-family: 'Playfair Display',regular;
	font-size: 16px;
}
.campo_select {
	float: left;
	width: 220px;
	height: 34px;
	border: 1px solid #93be4b;
	margin-right: 5px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url(../img/bt_desplegar.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	padding-right: 5px;
	padding-left: 10px;
	border-radius: 0;
	font-family: 'Open Sans', Sans-serif;
	font-size: 16px;
	width: 100%;
	height: 100%;
	border: none;
	font-weight: normal;
}
#campo_seleccion {
	float: left;
	width: calc(50% - 2px);
	height: 34px;
	line-height: 34px;
	background: #FFF;
	border: 1px solid #BEB28A;
	margin: auto;
	margin-bottom: 10px;
}
.opcion_seleccion {
	float: left;
	width: calc(25% - 12px);
	padding: 0 6px;
}
.opcion_seleccion_1 {
	text-align: left;
}
.opcion_seleccion_2 {
	text-align: center;
}
.opcion_seleccion_3 {
	text-align: right;
}
.select_admin {
	width: calc(100% - 2px);
	height: 22px;
}

#estadistica_ficha {
	display: none;
	position: fixed;
	width: 70%;
	height: 70%;
	left: 15%;
	top: 15%;
	background-color: #fff;
	border: 1px solid #e2b603;
	z-index: 100;
}
	.cerrar_ventana {
		position: absolute;
		top: 5px;
		right: 3px;
		cursor: pointer;
		font-size: 12px;
	}
	#estadistica_ficha_listado {
		width: 90%;
		height: 90%;
		left: 5%;
		top: 5%;
		overflow-y: auto;
	}
#overlay_container {
	top: 0;
}
	.ventana_formulario_emergente {
		height: auto;
	}
		#imagen_ejemplo {
			width: calc(100% - 40px);
			margin: 20px;
		}	