@charset "utf-8";
/* CSS Document */
#gcicr-splash {
	padding: 5px 0;
}
#gcicr-content {
	height: 220px;
	padding: 10px;
}
	#gcicr-content select {
		background: #FFFFFF;
		border: 1px solid gold;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		width: 200px;
	}
	#gcicr-content table {width: 100%;}
	#venta-commercial,#venta-residential {
		background: #0E1431 url(../img/sale/300180btn.jpg) no-repeat center center;
		color: white;
		height: 172px;
		position: absolute;
		top: 35px;
		width: 280px;
	}
	#venta-commercial {
		background-image: url(../img/sale/btn_comm.jpg);
		left: 145px;
	}
	#venta-residential {
		background-image: url(../img/sale/btn_res.jpg);
		right: 145px;
	}
	#venta-commercial h3,#venta-residential h3, #venta-commercial strong, #venta-residential strong {
		color: yellow;
		display: none;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
		text-transform: uppercase;
		visibility: hidden;
	}
	#venta-commercial strong, #venta-residential strong {display: block;visibility:visible;}