@charset "utf-8";
/***********SOMBRAS DE LOS HEADINGS BLANCOS***********/
.heading1 {padding: 20px; float:right; font-style: italic}
.heading2 {padding: 20px; float:left; margin-top: 560px; font-style: italic}
			
			/*index.php*/
			#enjoy {
				font-size: 3em; /* optional. just to increase the font size. */
				display: block;
				line-height: 1em;
				color: #272727; /* shadow color */
				background-color: transparent;
				white-space: nowrap; /* wrapping breaks the effect */
			}
			
			#enjoy:after {
				content: "Enjoy the wellness..."; /* generated text */
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff; /* text color */
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*overview.php*/
			#wellness {
				font-size: 3em; /* optional. just to increase the font size. */
				display: block;
				line-height: 1em;
				color: #272727; /* shadow color */
				background-color: transparent;
				white-space: nowrap; /* wrapping breaks the effect */
			}
			
			#wellness:after {
				content: "Wonderful wellness"; /* generated text */
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff; /* text color */
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*thalasso.php*/
			#thalasso {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#thalasso:after {
				content: "Thalasso";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			
			#unique {
				font-size: 2.5em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#unique:after {
				content: "Unique in the Americas";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.08em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*spa.php*/
			#spa {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#spa:after {
				content: "Spa";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			
			#good {
				font-size: 2.5em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#good:after {
				content: "You're in good hands";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.08em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*suites.php*/
			#spacious {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#spacious:after {
				content: "Spacious and upscale";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*rates.php*/
			#sweet {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#sweet:after {
				content: "Sweet Values";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			
			#theraphy {
				font-size: 2.5em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#theraphy:after {
				content: "Thalasso Theraphy";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.08em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*luna_de_shiva.php*/
			#shiva {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#shiva:after {
				content: "Luna de Shiva";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			
			#main_rest {
				font-size: 2.5em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#main_rest:after {
				content: "Loma del Mar's main restaurant";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.08em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*la_pampa.php*/
			#pampa {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#pampa:before, #pampa:after {
				content: "La Pampa";
				display: block;
			}
		
			#pampa:before {
				margin-bottom: -0.95em;
				margin-left: -0.05em;
				color: #ccc;
				background-color: transparent;
			}
			
			#pampa:after {
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			
			#high {
				font-size: 2.5em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
						
			#high:before, #high:after {
				content: "High cuisine, daily romantic sunsets";
				display: block;
			}
			
			#high:before {				
				margin-bottom: -0.95em;
				margin-left: -0.1em;
				color: #ccc;
				background-color: transparent;	
			}
			
			#high:after {				
				margin-top: -1.05em;
				margin-left: -0.08em;
				color: #fff;
				background-color: transparent;	
			}
			/*--------------------------------------------------*/
			/*book_now.php, hotdeals.php*/
			#glad {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#glad:after {
				content: "You will be glad...";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*packages.php*/
			#pleasure {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#pleasure:after {
				content: "Pleasure and wellness...";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*description.php*/
			#release {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#release:after {
				content: "For immediate release";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*facts.php*/
			#resort {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#resort:after {
				content: "Loma del Mar Thalasso Resort";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*experiences.php*/
			#yours {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#yours:after {
				content: "It's all yours...";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*guestbook.php*/
			#thankyou {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#thankyou:after {
				content: "Thank you...";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*bar_iguanas.php*/
			#iguanas {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#iguanas:after {
				content: "Bar Iguanas & Lounge";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*beach_club.php*/
			#beach {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#beach:after {
				content: "Beach Club";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*media_coverage.php*/
			#weinspire {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#weinspire:after {
				content: "We inspire writers and photographers";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
			/*--------------------------------------------------*/
			/*our_story.php*/
			#loma {
				font-size: 3em;
				display: block;
				line-height: 1em;
				color: #272727;
				background-color: transparent;
				white-space: nowrap;
			}
			
			#loma:after {
				content: "Loma del Mar";
				display: block;
				margin-top: -1.05em;
				margin-left: -0.03em;
				color: #fff;
				background-color: transparent;
			}
