#search{
	float:left;
	background-color: #FFF;
	width:190px;
	height:400px;
}

#title-busqueda{
	margin:0 auto;
	margin-top:30px;
	background: url('../images/busqueda.png');
	width:88px;
	height:16px;
}

#title-busqueda span{
	display:none;
}

#search fieldset{
	color:#000;
	margin:18px;
}

#search fieldset legend{
	margin-bottom:5px;
}

#search fieldset select{
	width:120px;
}

#search form p{
	display:inline;
	margin-left:30px;
}

.bg-inmobiliaria{
	overflow:hidden;
	background-color: #FFF;
	color:#000;
	width:830px;
	min-height:400px;
	padding:10px;
	
}


#menu-categories{
	margin-left:10px;
	float:left;
	border: 1px solid #999;
	background-color: #FFF;
	width:650px;
	height:400px;
}

#menu-categories span{
	display:block;
	color:#000;
	width:500px;
	margin-top:40px;
	margin-left:30px;
}

#menu-categories ul{
	overflow:hidden;
	position: static;
	margin:20px;
}

#menu-categories ul li{
	float:left;
	text-align: center;
	display:block;
	width:150px;
	height:140px;
}

#menu-categories ul li div{
	color:#505050;
}

#menu-categories ul li a{
	text-decoration: none;
	font-variant: small-caps;
}

/* ======================= */
/* = Tabla de resultados = */
/* ======================= */

#table-inventory{
	background-color: #FFF;
	color:#000;
	width:auto;
}

#table-inventory a{
	color:#737373;
}

#table-inventory thead th{
	font: 75% Verdana, sans-serif;
	border-left: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;	
	font-weight: bold;
	padding:10px;
	text-align: center;
	background-color: #FFF;
}

#table-inventory tbody td{
	vertical-align: middle;
	text-align: center;
	padding:10px;
}

#table-inventory tbody .d1{
	background-color: #f0f3e6;
}

.thumb-inventory{
	width:100px;
	height:75px;
}


.description{
	margin-top:10px;
	width:400px;
	height:100px;
}

.title a{
	color:#D7C300;
	font-weight: bold;
}

.pagination{
	background-color: #FFF;
	border: 1px solid #999;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
	padding:2px;
	color:#000;
}

/* ============ */
/* = Category = */
/* ============ */

#nav-results {
	width:400px;
	height:25px;
}

#nav-results li{
	float:left;
	width:111px;
	display:inline;
	margin-right:5px;
}

#nav-results li a{
	font: 80% Verdana, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: center;
	padding-top:8px;
	width:111px;
	height:17px;
	float:left;
	display:block;
	overflow:hidden;
}

.inactive a{
	background-image: url('../images/nav-results-inactive.png');
	background-repeat: no-repeat;
}

.active a{
	background-image: url('../images/nav-results-active.png');
	background-repeat: no-repeat;
}

/* ======== */
/* = show = */
/* ======== */

#title{
	text-transform: capitalize;
	margin:10px;
	font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#show-table{
	clear:right;
	border: 1px solid #999;
	width:250px;
	background-color: #DDD;
	float:right;
}

#show-table tbody td{
	padding:5px;
}

#grid-description{
	padding:10px;
	margin-bottom:30px;
	background-color: #DDD;
	border: 1px solid #999;
	width:230px;
	min-height:200px;
	float:right;
}

#grid-description h2{
	text-transform: uppercase;
}

#img-selected{
	display:table;
	padding:20px;
	float:left;
	width:490px;
}