/* CSS Document *//* Colocación de banners para info y reservas */	#banner-estancia {	width: 300px;	height: 120px;	background: url(../imagenes/banners/estancia-medida.gif) no-repeat;	display: block;	z-index: 1;}#banner-reservas {	width: 300px; 	height: 120px;    background: url(../imagenes/banners/reserva-estancias.gif) no-repeat; 	display: block; 	z-index: 1;}#txtstancias {	height: 120px;}#form-datos {	text-align: left;}.txt-ajuda {	font-size: 12px;	color: #666666;	font-weight: bold;}.txt-form {	font-size: 11px;	color: #000000;	font-weight: bold;}/* Botó enviar */	 input,button,textarea,select { 	font:11px tahoma, arial;	border: 1px solid #CCCCCC; } input.enviar {	font-weight: bold;	background-color: #660000;	color: #FFFFFF;	font-size: 12px; }  /* REEMPLAZAR TEXTO POR IMAGENES */.txtreplace { position: absolute; z-index: -1; }