body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../imagenes/body_fondo.png);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
}
	a:link {
		color: #4C4C4C;
	}
	a:visited {
		color: #4C4C4C;
	}
	a:hover {
		color: #000000;
	}
	a:active {
		color: #000000;
	}

img {
	border: none;
}

h1 {
}

h2 {
}

h3 {
}

b {
	color: #004723;
}

caption {
}

legend {
	color: #FFFFFF;
	background-color: #004723;
	padding: 2px;
}

fieldset {
	border: 1px #004723 solid;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

form {
	margin-top: 5px;
	width: 640px;
}

label {
	font-size: 11px;
	font-weight: bold;
	width: 190px;
	margin-right: 5px;
	float: left;
}

input {
	border: 1px #000000 solid;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

select {
	border: 1px #000000 solid;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

textarea {
	border: 1px #000000 solid;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

button {
}

ul {
}

li {
	margin-left: 20px;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
}

table.inmueble_info {
	width: 400px;
	margin-top: 0;
}

		td {
			margin: 0;
			padding: 5px 5px;
			border: 1px dotted #f5f5f5;
		}
				
		.inmueble_info td {
			padding: 5px;
		}
		
		
		th {
			background-color: #006633;
			color: #FFFFFF;
			padding: .5em;
			text-align: center;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		tr { 
			background-color: #CCCCCC;
		}
		tr.impar {
			background-color: #E5E5E5;
		}
		
		tr:hover {
		}
		
		tr:hover td {
		}
		
		td:hover {
		}
		
		td .imagen {
			width: 40px;
			border: 1px solid #666;
		}
		
		td.centro {
			text-align: center;
		}
		
		td.derecha {
			text-align: right;
		}

		td.campo_def {
			font-weight:bold;
			width: 25%;
		}
		td li {
			margin-left: -27px;
		}

/* Zonas */

#zona_general {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}

#zona_titulo_empresa {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/empresa_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_gabinete_juridico {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/gabinete_juridico_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_servicios_inmobiliarios {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/servicios_inmobiliarios_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_seguros {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/seguros_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_administracion_fincas {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/administracion_fincas_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_enlaces {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/enlaces_header.png);
	background-repeat: no-repeat;
}

#zona_titulo_contacto {
	height: 154px;
	width: 984px;
	background-image:url(../imagenes/contacto_header.png);
	background-repeat: no-repeat;
}

#logotipo {
	height: 103px;
	width: 98px;
	padding-top: 31px;
	padding-left: 21px;
}

#zona_contenidos {
	width: 922px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
	#zona_enlaces_menores {
		width: 922px;
	}
		.enlace_menor a {
			font-size: 11px;
			font-weight: bold;
			float: right;
			margin-left: 20px;
		}		
		.enlace_menor a:hover {
		}

	#zona_enlaces {
		width: 186px;
		padding-top: 10px;
		float: left;
	}
		.categoria_enlaces {
			color: #006633;
			font-weight: bold;
			margin-bottom: 2px;
		}
		.enlace_empresa a, .enlace_gabinete_juridico a, .enlace_servicios_inmobiliarios a, .enlace_seguros a, .enlace_administracion_fincas a, .enlace_enlaces a, .enlace_contacto a {
			display: block;
			width: 174px;
			padding-bottom: 2px;
			padding-top: 2px;
			padding-left: 12px;
			font-weight: bold;
		}		
		.enlace_empresa a {
			background-image: url(../imagenes/enlace_empresa_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_gabinete_juridico a {
			background-image: url(../imagenes/enlace_gabinete_juridico_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_servicios_inmobiliarios a {
			background-image: url(../imagenes/enlace_servicios_inmobiliarios_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_seguros a {
			background-image: url(../imagenes/enlace_seguros_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_administracion_fincas a {
			background-image: url(../imagenes/enlace_administracion_fincas_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_enlaces a {
			background-image: url(../imagenes/enlace_enlaces_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_contacto a {
			background-image: url(../imagenes/enlace_contacto_fondo.png);
			background-repeat: repeat-y;
		}
		.enlace_empresa a, .enlace_gabinete_juridico a, .enlace_servicios_inmobiliarios a, .enlace_seguros a, .enlace_administracion_fincas a, .enlace_enlaces a, .enlace_contacto a {
		}
		.cierre_enlaces {
			height: 25px;
			width: 186px;
			background-image: url(../imagenes/cierre_enlaces_fondo.png);
			background-repeat: no-repeat;
		}

	#contenido {
		width: 716px;
		float: right;
	}

		#rotulo {
			font-size: 13px;
			font-weight: bold;
			color: #006633;
			height: 20px;
			width: 716px;
			float: left;
			margin-bottom: 10px;
			background-image: url(../imagenes/rotulo_fondo.png);
			background-position: bottom left;
			background-repeat: no-repeat;
		}

	#zona_advertencia {
		width: 207px;
		padding-bottom: 5px;
		padding-left: 26px;
		padding-right: 5px;
		padding-top: 5px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		float: right;
		border: 1px #FFFF00 solid;
		background: #FFFF99 url(../imagenes/icono_informacion.png) no-repeat 1% 50%;
		font-size: 10px;
		font-weight: bold;
	}

	.campo {
		margin-top: 5px;
	}
	.campo_explicacion {
		display: table;
	}

#zona_pie {
	width: 958px;
	background-color: #006633;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #7F7F7F;
}
	#zona_pie a {
		color: #FFFF99;
		margin-left: 10px;
		margin-right: 10px;
	}
	#zona_pie a:link {
	}
	#zona_pie a:visited {
	}
	#zona_pie a:hover {
		color: #FFFFFF;
	}
	#zona_pie a:active {
	}
	#zona_pie_izq {
		float: left;
		width: 400px;
	}
	#zona_pie_der {
		float: right;
		width: 400px;
	}


#zona_inmuebles_destacados {
	width: 210px;
	margin-top: -20px;
	margin-left: 20px;
	float: right;
	color: #333333;
}
	#zona_inmuebles_destacados_titulo {
		color: #000000;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #000000;
	}
	.inmueble_destacado_par, .inmueble_destacado_impar {
		background-color: #CCCCCC;
		font-size: 11px;
		padding: 10px;
		margin-top: 20px;
		height: 115px;
		position: relative;
	}
	.inmueble_destacado_par {
		background-color: #FFFF7B;
		border: solid 1px #E6E66F;
	}
	.inmueble_destacado_impar {
		background-color: #FFDE7B;
		border: solid 1px #E6C96F;
	}
	.foto {
		float: left;
		margin-right: 5px;
	}
	
	.inmueble_destacado_par img, .inmueble_destacado_impar img {
		border: 1px solid #FFFFFF;
	}
	
	.inmueble_destacado_par .titulo, .inmueble_destacado_impar .titulo {
		margin-bottom: 5px;
		font-weight: bold;
		color: #006633;
		display: block;
	}
	.inmueble_destacado p {
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.ver_mas {
		position: absolute;
		top: 85%;
		left: 70%;
	}
	.ver_mas a {
		color: #006633;
		font-weight: bold;
	}
	.ver_mas a:hover {
		color: #000000;		
	}

#inmobiliaria_izquierda {
	float:left;
}

#inmobiliaria_derecha {
	width: 298px;
	float: right;
}

#inmueble_fotos_navegacion, #inmueble_fotos {
	width: 95%;
	margin: 0 auto;
	text-align:center;
}		

/* Clases */

.error {
	color: red;
}
.input-error {
	border: 1px solid red;
}
.clear {
	clear: both;
}

.fontSize1 {
	font-size: 8pt;
}
.fontSize2 {
	font-size: 9pt;
}
.fontSize3 {
	font-size: 10pt;
}
.fontSize4 {
	font-size: 11pt;
}
.fontSize5 {
	font-size: 12pt;
}
.fontSize6 {
	font-size: 13pt;
}
.fontSize7 {
	font-size: 14pt;
}

/* Galeria */

#titulo {
	font-size: 1.5em;
	font-weight: bold;
}
.navegacion-galeria {
	float: right;
}
a.seleccionado, a:link.seleccionado, a:active.seleccionado, a:hover.seleccionado, a:visited.seleccionado {
	background-color: #333333;
	color: #FFF;
}
#fotos {
	width: 660px;
	margin: 0 auto;
}
.foto-galeria {
	padding: 1px;
	border: 1px solid #666;
}

p {
margin-top: 5px;
margin-bottom: 5px;
}