@charset "utf-8";
/* CSS Document */
#gcicr-splash {
	padding: 5px 0;
}
#gcicr-content {
	height: 185px;
}
	#gcicr-content form {
		text-align: center;
	}
	#gcicr-content select {
		background: #FFFFFF;
		border: 1px solid gold;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		width: 200px;
	}
	#gcicr-content h3 {
		color: yellow;
		font-size: 18px;
		font-weight: bold;
		margin: 3px 0 0 0;
		text-align: center;
		text-transform: uppercase;
	}
	#home-sale,#home-rent {
		height: 172px;
		position: absolute;
		top: 0px;
		width: 310px;
	}
	#home-sale {
		background: transparent url(../img/home/venta.jpg) no-repeat center center;
		left: 550px;
	}
	#home-rent {
		background: transparent url(../img/home/alquiler.jpg) no-repeat center center;
		left: 262px;
	}
	#home-sale h2,#home-rent h2 {
		display: none;
		visibility: hidden;
	}
	#home-sale a,#home-rent a {
		background: transparent url(../img/home/btn_search.png) no-repeat center center;
		color: black;
		display: block;
		font-size: 18px;
		height: 51px;
		line-height: 51px;
		margin: 100px auto 0 auto;
		text-align: center;
		text-decoration: none;
		width: 138px;
	}

	#home-link {
		background: none;
		height: 180px;
		left: 70px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		width: 200px;
	}
		#home-link ul,#home-link li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		#home-link a {
			background: transparent url(../img/home/20080btn.png) no-repeat center center;
			color: #DDD;
			display: block;
			font-size: 24px;
			height: 80px;
			line-height: 80px;
			margin-bottom: 13px;
			text-align: center;
			text-decoration: none;
		}
		#home-link a:hover {
			color: white;
		}