UL.inmuebles-portada {
	list-style-type: none;
}

	UL.inmuebles-portada LI {
		background-image: url(imgs/img-bg.png);
		background-repeat: no-repeat;
		width: 153px;
		height: 180px;
		padding: 5px 0px 15px 0px;
	/*	margin: 0px 1%; */
		margin: 5px 5px 15px 10px;
		float: left;
		display: block;
		overflow: hidden;
		text-align: center;
	/*	border: 1px solid #2F7AC6;*/
	}
		
		*:first-child + html #content UL.inmuebles-portada LI {
			width: 200px;
			border: 1px solid blue;
		}
		
		* html body UL.inmuebles-portada LI {
			width: 170px;
			height: 220px;
			padding: 22px 10px 30px 12px;
		}
		
		UL.inmuebles-portada LI IMG {
			width: 120px;
			height: 172px;
			border: 1px solid #2F7AC6;
		}
		UL.inmuebles-portada LI STRONG {
			font-size: .8em;
			color: #2F7AC6;
			display: block;
			/*Reseto de valores de h1 principal*/
			background-image: none !important;
			padding-top: 1px;
			margin: 0px;
			width: auto;
			height: auto;
			text-align: center;
			margin-top: -1px;
			margin-left: 0px !important;
			margin-left: 12px;
		}
		UL.inmuebles-portada LI EM {
			font-size: .7em;
			color: #00a2b9;
			margin-top: -5px;
			text-align: center;
			margin-left: 0px !important;
			margin-left: 12px;
			font-style: normal;
			line-height: .7em;
		}
		



#content LI.img-content {
	background-image: url(imgs/img-bg.png);
	background-repeat: no-repeat;
	padding: 22px 10px 30px 12px;
	margin: 0px 1%;
	width: 153px;
	height: 157px; /* real y-size: 210px */
	text-align: center;
	float: left;
}
	#content LI.img-content img {
		width: 148px;
		height: 117px;
	}
	* html body #content LI.img-content img {
		margin-left: 0px;
	}
	#content LI.img-content h1 {
		font-size: .8em;
		color: #8f9092;
		
		/*Reseto de valores de h1 principal*/
		background-image: none;
		padding-top: 1px;
		margin: 0px;
		width: auto;
		height: auto;
		text-align: center;
		margin-top: -1px;
		margin-left: 0px !important;
		margin-left: 12px;
	}
	#content LI.img-content h2 {
		font-size: .7em;
		color: #00a2b9;
		margin-top: -5px;
		text-align: center;
		margin-left: 0px !important;
		margin-left: 12px;
	}
	
/* PAGINACIÓN */
.paginacion{
	font-size:13px;
	margin:10px 0px;
	float:left;
	clear:left;
	padding-bottom:15px;
	}
		
.redSquare{
	background:url(img/css/redSquare.gif) no-repeat center;
	width:20px;
	height:20px;
	padding:10px 10px;
	}
	
.greySquare{
	background:url(img/css/greySquare.gif) no-repeat center;
	width:20px;
	height:20px;
	padding:10px 10px;
	}

