@charset "UTF-8";
/* CSS Document */

/*@import*/
@import url('reset.css');

/* =Global
----------------------------------------------- */
html, body { background: #FFFFFF }
h3 { font-family: 'Arial', Helvetica, sans-serif; font-size: 20pt; }
h4 { font-family: 'Arial', Helvetica, sans-serif; font-size: 17pt; }
h5 { font-family: 'Arial', Helvetica, sans-serif; font-size: 11pt; }
p { font-family: 'Arial', Helvetica, sans-serif; font-size: 9pt; }
p span { font-weight: bold; }



/* =Structure
----------------------------------------------- */
header { display: none !important; }
nav.headerNav { display: none !important; }
section.content {
	width: 90%;
	float: left;
	height: auto;
	margin: 5%;
	background: #FFFFFF;
}
section.litoral,
section.norte,
section.cuyo,
section.centro,
section.patagonia { display: none !important; }
footer { display: none !important; }



/* =Wrapper
----------------------------------------------- */
/*destination*/
.wrapperDestination {
	width: 100%;
	height: auto;
	margin: 0;
}
	.wrapperLitoral,
	.wrapperCentro,
	.wrapperCuyo,
	.wrapperPatagonia,
	.wrapperNorte { display: none !important; }
	.title { display: none !important; }
	/*aside*/
	aside.map_image { display: none !important; }
	
	/*itinerario*/
	article.destination {
		width: 100%;
		height: auto;
		float: left;
	}
		article.destination h3 {
			color: #00A9BF;
			line-height: 24pt;
			padding-bottom: 15pt;
			display: inline-block;
		}
		article.destination h4 {
			color: #5BA827;
			line-height: 22pt;
			text-transform: uppercase;
			margin: 30pt 0 5pt 0;
		}
		article.destination h5 {
			color: #00A9BF;
			line-height: 16pt;
			display: inline-block;
			text-transform: uppercase;
			margin: 20pt 0 5pt 0;
		}
		article.destination p { line-height: 15pt; }
		article.destination ul { list-style: none; padding: 0 0 12pt 12pt; }
		article.destination li { 
			font-size: 9pt;
			font-family: 'Arial', Helvetica, sans-serif;
			line-height: 14pt;
		}

		article.destination a { display: none !important; }
