/* CSS Document */

.textbox,.textbox_bottom,.textbox_title,.textbox_text{display:block;cursor:pointer}
.textbox{
  background:url(images/box/textbox_top.gif) no-repeat left top;padding-top:10px;
  width:200px;margin:10px 10px 10px 260px;zoom:1;
  filter:alpha(opacity = 70);-moz-opacity : 0.70; opacity:0.70;
}
.textbox_bottom{background:url(images/box/textbox_bottom.gif) no-repeat left bottom;padding-bottom:10px;}
.textbox_title,.textbox_text{background:#fff;padding:0 5px;}
.textbox_title{font-size:23px;line-height:23px;}
.textbox_text{font-size:14px;font-weight:bold}
#home_buy,#home_sell,#home_developments,#home_opportunities{color:#000066;display:block;width:477px;height:180px}
#home_buy{float:left;background: url(images/comprar3.jpg) no-repeat left top;}
#home_sell{float:left;background: url(images/vender.jpg) no-repeat left top;width:477px;height:180px}
#home_buy:hover .textbox,#home_sell:hover .textbox,#home_developments:hover .textbox,#home_opportunities:hover .textbox{filter:alpha(opacity = 100);-moz-opacity : 1; opacity:1;}
#home_developments{float:right;background: url(images/desarrollos.jpg) no-repeat left top;}
#home_opportunities{float:right;background: url(images/oportunidades.jpg) no-repeat left top;}

