html {
	height: 100%;
}

body {

	cursor: default;
	background: #FFF url(img/fondo.gif) 0% 0% repeat-x;
}

a, a:link, a:active, a:visited {
	font: bold 1.0em Helvetica, "Trebuchet MS", Tahoma, Helvetica;
	color: #494949;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #000000;
}

p {
	font: normal 0.9em Calibri, "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	text-align: justify;
	margin: 0 15px 15px 2px;
	line-height: 14pt;
}

h1 {
	font-family: Calibri, "Trebuchet MS", cursive;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #0e548a;
	text-align: left;
	margin: 0 0 15px 0;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 1.1em;
	font-weight: bold;
	color: #4c4c4c;
	text-align: left;
	letter-spacing: 2px;
	margin: 20px 0 5px 5px;
}

input[type=text], textarea {
	font: normal 0.9em "Trebuchet MS", Verdana, sans-serif;
	color: #474747;
	border: 3px solid #bebebe;
	height: 20px;
	padding: 3px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
}

.mapa {
	border: 3px solid #bebebe;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.enviar {
	width: 260px;
	background-color: #658fb0;
	padding: 2px 0 2px 0;
	margin: 0;
	color: #cbdfef;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	border: 0;
	font-size: 1.1em;
}

form p {
	width: auto !important;
}

/* Capas */

#contenedor {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#cabecera {
	width: 100%;
	height: 110px;
	padding-top: 13px;
}

	#logo {
		width: 180px;
		height: 110px;
		float: left;
	}
	
	#menu {
		width: 700px;
		height: 80px;
		float: right;
	}
	
		#menu ul {
			width: 100%;
			height: 40px;
			list-style-type: none;
			margin-top: 20px;
		}
		
		#menu ul li a {
			display: block;
			font: bold 1.0em "Calibri", Verdana, sans-serif;
			color: #FFF;
			text-transform: uppercase;
			float: right;
			padding: 4px 17px 4px 18px;
			letter-spacing: 0.1em;
			margin-left: 7px;
		}

		#menu li a span {
			display: block;
			position: relative;
		}

		#menu ul li a:hover {
			color: #FFF;
			background-color: #3788c7;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}
		
		#menu ul li a.activo {
			color: #FFF;
			background-color: #003d6d;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
			border-radius: 6px;
		}

		#menu li a.activo span {
			display: block;
			position: relative;
			top: 0 !important;
			left: 0 !important;
		}
		
#fondo-slider {
	width: 1000px;
	height: 340px;
	background: transparent url(img/fondo-slider.png) 50% 98% no-repeat;
}

#slider {
	border: 1px solid #CCC;
	width: 930px;
	height: 312px;
	background: #FFF url(img/cargando.gif) 50% 50% no-repeat;
}

#contenido {
	width: 930px;
	height: auto;
	min-height: 300px;
	margin: 30px auto 0 auto;
	padding-bottom: 90px;
}

	#contenido ul {
		list-style-type: disc;
		margin: 0 0 30px 30px;
	}
	
	#contenido li {
		font: normal 0.9em Calibri, "Trebuchet MS", Verdana, sans-serif;
		color: #000;
		padding-bottom: 5px;
	}

	#columna-izq {
		width: 260px;
		height: auto;
		float: left;
		padding: 0 38px 0 0;
		background: transparent url(img/puntos.gif) 100% 0% repeat-y;
	}
	
	#columna-centro {
		width: 260px;
		height: auto;
		float: left;
		padding: 0 36px 0 36px;
		background: transparent url(img/puntos.gif) 100% 0% repeat-y;
	}

	#columna-drc {
		width: 260px;
		height: auto;
		float: left;
		padding: 0 0 0 35px;
	}
		
		#columna-izq h2, #columna-centro h2, #columna-drc h2 {
			color: #004478;
			margin: 3px 0 5px 0;
			letter-spacing: 3px;
			font-size: 1.2em;
		}

		#columna-izq p, #columna-centro p, #columna-drc p {
			font-size: 0.8em;
			margin: 0;
			padding: 0;
		}
		
		a.boton {
			display: block;
			width: 260px;
			background-color: #658fb0;
			padding: 6px 0 3px 0;
			margin: 5px 0 0 0;
			color: #cbdfef;
			font-weight: normal;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			text-align: center;
		}
		
		a.boton:hover {
			color: #FFF;
			background-color: #316792;
		}

#fondo-pie {
	width: 100%;
	height: 65px;
	background-color: #c6d6e3;
	border-top: 5px solid #a6bdcf;
}

#pie {
	width: 930px;
	height: 50px;
	margin: 0 auto;
}

	#pie p {
		color: #316792;
		margin-top: 13px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
	
	#pie p a {
		color: #316792;
		font-weight: normal;
		font-size: 0.7em;
		margin: 0 1px 0 1px;
	}
	
	#pie p a:hover {
		text-decoration: underline;
	}
	
.acceso {
	margin: 0 20px 0 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	display: block;
	float: left;
}

.acceso img {
	background-color: #f7f7f7;
	padding: 4px;
	border: 1px solid #CCC;
	display: block;
	position: relative;
}

.inmueble {
	width: 210px;
	height: 295px;
	border-right: 1px dotted #CCC;
	float: left;
	padding: 0 8px 0 1px;
	margin: 0 10px 10px 0;
}

	.inmueble a {
		color: #004a83;
		font-size: 0.9em;
	}
	
	.inmueble a:hover {
		color: #000;
	}
	
	.thumb {
		width: 202px;
		height: 110px;
		padding: 1px;
		border: 1px solid #CCC;
		margin-top: 5px;
	}
	
	.inmueble p {
		font-size: 0.8em;
		line-height: 15px;
		color: #666667;
		margin: 5px 4px 0 0;
	}

p.cats {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

p.cats a {
	font-size: 1.0em;
	padding: 3px 9px 1px 9px;
	margin-right: 5px;
	background-color: #919190;
	color: #FFF;
	behavior: url(media/PIE.htc);
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

p.cats a:hover, p.cats a.activo {
	text-decoration: none;
	background-color: #004a83;
}

.paginador a {
	font-size: 1.0em;
	border: 1px solid #d3d3d3;
	padding: 4px 3px 3px 3px;
	background-color: #f0f0f0;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}

.paginador span {
	font-size: 1.0em;
	border: 1px solid #d3d3d3;
	padding: 1px 3px 2px 3px;
	background-color: #f0f0f0;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
	color: #bebebe;
}

.paginador a:hover {
	boder: 1px solid #ababab;
}

.linea {
	width: 97%;
	height: 2px;
	margin: 3px 0 10px 0;
	border-bottom: 2px dotted #CCC;
}