body{
	padding:0;
	background:url(bg-body.png) #F4F4F4;
}
#container{
	padding-top:120px;	
}
#content{
	padding-top:30px;	
}

h1, h2, h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size:28px;
	color:#666;
	margin:20px 0 50px 0;
	text-align:center;
}

body#page-properties-index h1{
	text-align:left;
}

#breadcrumbs, #breadcrumbs a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF3E06;
	font-size:14px;
	text-decoration:none;
}

#breadcrumbs a:hover{
	color:#000;	
}

.paging span{
	font-size:13px;
}

.paging span.disabled{
	color:#777;
}

.paging span.pages-numbers a, .paging span.pages-numbers span{
	display:inline;
	font-size:18px;
	padding:2px;
}

.paging span.pages-numbers span.current{
	background:#FF3300;
	color:#FFF;
}

.paging span a{
	text-decoration:none;
	color:#333;
}

.paging span a:hover{
	text-decoration:none;
	color:#FF3300;
}

/* header */

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background: url(bg-header.png) repeat-x scroll center top;	
}
	#header-inner{
		position:relative;
	}
	#logo{
		position:absolute;
		top:20px;
		width:140px;
		height:70px;
		background:url(logo-gama-inmobiliaria.png) no-repeat;
		text-indent:-5000px;
	}
	#header address{
		position:absolute;
		top:85px;
		right:0;
		width:215px;
		color:#D4D4D4;
		font-style:italic;
	}
	#header #phone{
		position:absolute;
		top:40px;
		right:0;
		font-size:36px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#D4D4D4;
	}
	#header #phone span{
		font-size:14px;
	}	

/* globalnav */

#nav {
	list-style-type:none;
	list-style-image:none;
	width:500px;
	padding:0;
	margin:16px auto 0 auto;
	position:absolute;
	top:56px;
	left:200px;
}
		#nav li {
			float:left;
			padding: 0;
			margin: 0 2px;
		}
		#nav a:link, #nav a:visited {	
			display: block;
			float: left;
			padding: 10px 0 0 0;
			width:160px;
			height:34px;
			text-decoration: none;
			background-image:url(bg-nav-button.png);
			background-repeat:no-repeat;
			background-position:-162px 0;
			color: #CCC;
			text-align:center;
			font-size:18px;
		}
		#nav a:hover{
			background-image:url(bg-nav-button.png);
			background-repeat:no-repeat;
			background-position:-324px 0 ;
			color: #D4D4D4;
		}
		#nav a.selected:link, #nav a.selected:visited {
			background-image:url(bg-nav-button.png);
			background-repeat:no-repeat;
			background-position:0 0;
			color: #fff;
		}
		#nav a.selected:hover {
			color: #fff;
		}

#subnav {
	list-style-type:none;
	list-style-image:none;
	width:720px;
	padding:0;
	margin:12px auto 0 auto;
	position:absolute;
	top:0;
	right:30px;
}
		#subnav li {
			float:left;
			padding: 0;
			margin: 0 0 0 24px;
		}

		#subnav li a{
			color: #FFF;
			font-size:15px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			text-decoration:none;
		}
		
		#subnav li a:hover{
			color: #D4D4D4;
		}
		
.hide{
	display:none;	
}
	
/* secondary-nav */

		.secondary-nav{
			background-color:#CB540C;
			padding:10px 0;
		}
		.secondary-nav.bedrooms-nav {
			background: url(bg-secondary-nav.png) repeat-x #A9450A;
		}		
		
		.secondary-nav #wrapper{
			width:950px;
			margin:0 auto;
		}
			.secondary-nav #fastfind{
				width:190px;
				float:right;
				margin:0;
			}	
			.secondary-nav #fastfind input{
				height:18px;
				padding:3px;
				border:1px solid #FFF;
				margin:0;
				float:left;
			}	
			.secondary-nav #fastfind input.btn{
				background:url(btn-fastfind.png) no-repeat;
				width:26px;
				height:26px;
				border:none;
				padding:0;
			}
		.secondary-nav ul {
			width:700px;
			margin:0 auto;	
			padding:0;
			float:left;
			line-height:3;
		}
		.secondary-nav li {
			margin:0;
			float:left;
			list-style:none;
			height:28px;
			margin:0 4px 0 0;
		}		
		.secondary-nav li a{
			display: block;
			float: left;
			font-size: 13px;
			line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
			height: 28px; /* Height of button background height */
			padding-left: 11px; /* Width of left menu image */
			text-decoration: underline;
			color: #FFF;
		}
		.secondary-nav li a.ovalbutton{
			background: transparent url('bg-button-2.png') no-repeat top left;
			text-decoration: none;
		}	
		.secondary-nav li a span{
			display: block;
			height: 22px;
			color: #FFF;
			padding-top: 6px; /*Set 11px below to match value of 'padding-left' value above*/
			cursor:pointer;
		}
		.secondary-nav li a.ovalbutton span{
			background: transparent url('bg-button.png') no-repeat top right;
			color: #CCC;
			padding: 6px 11px 0 0; /*Set 11px below to match value of 'padding-left' value above*/
		}		
		.secondary-nav li a:hover{ /* Hover state CSS */
			color: #FFF;
			text-decoration:none;
		}
		.secondary-nav li a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
			color: #494949; /*button text color*/
		}
		.secondary-nav li a.ovalbutton:hover{ /* Hover state CSS */
			background-position: bottom left;
		}		
		.secondary-nav li a.ovalbutton:hover span{ /* Hover state CSS */
			background-position: bottom right;
			color: #FFF;
		}

/* ------------------------  */
	
#main{
	position:relative;
}

#main .slideshow{
	z-index:0;
}

#main .slide-top{
	position:absolute;
	display:block;
	top:0;
	background:url(top.png) no-repeat top left;
	width:950px;
	height:5px;
	z-index:10;
}

#main .slide-left{
	position:absolute;
	display:block;
	left:0;
	top:5px;
	background:url(left.png) no-repeat top left;
	width:5px;
	height:270px;
	z-index:10;	
}

#main .slide-right{
	position:absolute;
	display:block;
	right:0;
	top:5px;
	background:url(right.png) no-repeat top left;
	width:5px;
	height:270px;
	z-index:10;	
}

#main .slide-bottom{
	position:absolute;
	display:block;
	bottom:0;
	background:url(bottom.png) no-repeat top left;
	width:950px;
	height:5px;
	z-index:10;	
}

/* home */

.feature-title{
	display:block;
	color: #666;
	font-size:22px;
	line-height:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:30px 0 15px 0;
}

.feature-subtitle{
	display:block;
	color: #999;
	font-size:14px;
	line-height:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:-12px 0 15px 0;
}

/* dev */

.dev-list{
	width:300px;
	float:left;
	text-decoration:none;
	margin:0px 10px 20px 2px;
}

.dev-list span{
	display:block;
	text-align:center;
	cursor:pointer;
}

div#properties-list .property{
	background-image: url(bg-item.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:420px;
	padding:40px 10px 10px 10px;
	width:290px;
	margin-bottom:10px;
	position:relative;
}


div#properties-list .property.hover{
	background-position:-310px 0;
}



div#properties-list .property .property-image{
	/*float:left;
	width:170px;*/
}

div#properties-list .property .property-title{
	margin-top:45px;
	line-height:1.2em;
	height:2.5em;
	overflow:hidden;
	margin-bottom:0px;
}

div#properties-list .property .property-title a{
	color:#FF3E06;
	text-decoration:none;

	font-size:16px;
}
	div#properties-list .property .property-title a:hover{
	color:#333;
	}


div#properties-list .property .property-description{
	/*float:right;
	width:400px;*/
	height:55px;
	margin-bottom:10px;
	padding-right:20px;
	overflow:hidden;
}

div#properties-list .property .property-id{
	position:absolute;
	top:17px;
	left:10px;
}

div#properties-list .property .property-id:before {
	content: "# "
}

div#properties-list .property .property-rooms{
	font-size:12px;
	font-weight:bold;
	color:#333;
}

div#properties-list .property .property-price{
	position:absolute;
	top:12px;
	right:10px;
}

div#properties-list .property .property-price span{
	color:#DF2C00;
	font-size:18px;
	font-weight:bold;
}

div#properties-list .property .property-surface{
	display:none;
}

div#properties-list .property .btn-next{
	position:absolute;
	top:270px;
	right:10px;
	display:block;
	text-indent:-5000px;
	width:16px;
	height:16px;
	background:url(prev-next.png) no-repeat top right;
}

div#properties-list .property .btn-prev{
	position:absolute;
	top:270px;
	left:10px;
	display:block;
	text-indent:-5000px;
	width:16px;
	height:16px;
	background:url(prev-next.png) no-repeat top left;
}

div#properties-list .property .imagenav{
	position:absolute;
	width:64px;
	top:270px;
	left:120px;
}

div#properties-list .property .imagenav a{
	display:block;
	float:left;
	width:16px;
	height:16px;
	text-indent:-5000px;
	background-image:url(image-bullet.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

div#properties-list .property .imagenav a.activeSlide{
	background-position:-16px 0;
}

body#page-properties-view .property-price{
	color:#FF3E06;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
}

div#properties-list .property a.view-more{
	position:absolute;
	display:block;
	width:60px;
	height:16px;
	top: 385px;
	right:35px;
	background:#EFEFEE;
	color:#333;
	font-size:11px;
	text-decoration:underline;
	text-align: right;
}


.property-socialmedia{
	padding:5px 0 0 0;	
}


.property-id{
	font-weight:bold;
}

.property-id:before{
	content: "Referencia #";	
}

/* services */

#servicios-ofrecidos li{
	padding-left:100px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#servicios-ofrecidos li#ubicacion{
	background:url(ubicacion.jpg) no-repeat top left;
	height:120px;
}
#servicios-ofrecidos li#desarrollo-producto{
	background:url(desarrollo-producto.jpg) no-repeat top left;
	height:120px;
}
#servicios-ofrecidos li#estrategia{
	background:url(desarrollo-estrategia.jpg) no-repeat top left;
	height:120px;
}
#servicios-ofrecidos li#asesoramiento{
	background:url(asesoramiento.jpg) no-repeat top left;
	height:120px;
}
#servicios-ofrecidos li#estudios-mercadeo{
	background:url(estudio.jpg) no-repeat top left;
	height:120px;
}

.featured{
	text-align:center;
	margin-bottom:60px;
}

/* sell */

#razones li{
	padding-left:150px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#razones li#profesionalismo{
	background:url(profesionalismo.jpg) no-repeat top left;
}
#razones li#seguridad{
	background:url(seguridad.jpg) no-repeat top left;

}
#razones li#precio{
	background:url(precio.jpg) no-repeat top left;

}
#razones li#difusion{
	background:url(difusion.jpg) no-repeat top left;
	
}
/* contact */

#contact h4, #location h4{
	margin:30px 0 10px 0;
	font-size:18px;
}


#contact p{
	padding:0 60px 0 0;
}

#contact form label{
	display:block;
	margin:0 0 3px 0;
}

#contact form input.text{
	display:block;
	margin:0 0 3px 0;
	width:220px;
}


/* orderby */

a.orderby{
background: transparent url('bg-button2.png') no-repeat top left;
display: block;
float: left;
font-size: 13px;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding: 0 0 0 11px; /* Width of left menu image */
text-decoration: none;
width:170px;
}

a:link.orderby, a:visited.orderby, a:active.orderby{
color: #494949; /*button text color*/
}

a.orderby span{
background: transparent url('bg-button2-2.png') no-repeat top right;
display: block;
height: 20px;
color: #333;
padding: 4px 11px 0 5px; /*Set 11px below to match value of 'padding-left' value above*/
}

/* newsletter */

#newsletter{
	padding:20px 0;
	margin-top:30px;
	text-align:center;
	border-top:1px solid #B7B7B7;
}

#newsletter label{
	color:#333;
	font-size:14px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#newsletter input.text{
	width:170px;
	margin:0 4px;
}

#newsletter input.submit{
	color:#FF3A04;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:underline;
	border:none;
	background:inherit;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* footer */

#footer{
	color:#999;
	font-size:12px;
	padding:0 0 20px 0;
	background:url(bg-footer.gif) top repeat-x #1B1B1B;
}

#footer h4{
	color:#FFF;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 40px 0;
	padding:15px 10px;
}

#footer .featured{
	background:url(bg-footer-wrapper.png) top left no-repeat;
}


#footer .featured h4{
	color:#FF6A1D;
	background-color:#161616;
}
	
#footer ul{
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
}

	#footer ul.dotted{
		padding-top:10px;
		margin-top:10px;
		background:url(bg-dotted.png) top left no-repeat;
	}

	#footer ul a{
		color:#CCC;
		text-decoration:none;
		font-size:13px;
		line-height:25px;
	}
	
		#footer ul a:hover{
			text-decoration:underline;
		}

	#footer .new-developments h4,
	#footer .new-developments ul a{
		color:#FF6A1D;
	}
	
	
	#footer .copyright{
		margin-top:60px;
		float:left;
		width:500px;
	}
	
	#footer .credits{
		margin-top:60px;
		float:right;
		display:block;
		width:60px;
		height:20px;
		background:url(izus.png) no-repeat top left;
		text-indent:-5000px;
	}
