@charset "utf-8";
/* CSS Document */


  
.view-Listings .views-row-odd .views-field-title, .view-Listings .views-row-even .views-field-title {
    margin: 0 0 5px;
    text-align: center;
}

.view-Listings .views-row-odd .views-field-title a, .view-Listings .views-row-even .views-field-title a { /** cambio letra de titulos propiedades**/
color:#6699CC;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
line-height:14px;
text-transform:capitalize;
font-weight:bold;
}
  
.view-Listings .views-row-odd .views-field-title a:hover, .view-Listings .views-row-even .views-field-title a:hover
  {
	text-decoration:none;
	color:#4f84b6;  
  }
  
#block-views-Listings-block_1 .views-row-odd .views-field-nothing, #block-views-Listings-block_1 .views-row-even .views-field-nothing
  {
	margin-top:0;  
  }
  
#block-views-Listings-block_1 .views-row-odd .views-field-nothing a, #block-views-Listings-block_1 .views-row-even .views-field-nothing a
  {
	display:block;
	width:69px;
	height:19px;
	background:url(images/bg-button-more-featured-properties.png) no-repeat left;
	float:right;
	text-align:center;
	color:#fff;
	margin:0 3px 0 0;
	padding:0;
	clear:both;
  }
  
#block-views-Listings-block_1 .views-row-odd .views-field-nothing a:hover, #block-views-Listings-block_1 .views-row-even .views-field-nothing a:hover
  {
	background-position:right;
	text-decoration:none;
	color:#c4d9ed;
  }
