/* CSS Document */



/* General
------------------------------------------------ */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0;
	padding: 0;
}

/* Links */

a:link, a:visited {
	color: #049;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

/* Images */

img {
	border: none;
}

/* Layout
------------------------------------------------ */

#wrapper {
	background: #fff;
	width: 880px;
	height: 580px;
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -440px;
	padding: 0;
	position: absolute;
}

#content {
	background: #f7f7f7 url(img/bg-main.png) top left repeat-y;
	width: 880px;
	height: 510px;
	margin: 0;
	padding: 0;
}

/* Header
------------------------------------------------ */

#header {
	background: transparent url(img/bg-main-top.png) top left no-repeat;
	width: 880px;
	height: 210px;
	margin: 0;
	padding: 0;
}

#logo {
	background: transparent;
	width: 350px;
	height: 210px;
	margin: 0;
	padding: 0;
	float: left;
}

#logo p {
	background: transparent;
	width: 325px;
	height: 205px;
	margin: 5px 0 0 10px;
	padding: 0;
}

#flags {
	background: transparent;
	width: 530px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: right;
}

#flags ul {
	margin: 10px 10px 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#flags ul li {
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#description {
	background: #9d9ea0 url(img/bg-desc.png) top left repeat-y;
	width: 435px;
	height: 85px;
	margin: 75px 10px 0 0;
	padding: 0;
	float: right;
}

#description-text {
	background: transparent url(img/bg-desc-bottom.png) bottom left no-repeat;
	width: 435px;
	height: 85px;
	margin: 0;
	padding: 0;
	float: right;
}
#description-text p {
	background: transparent url(img/bg-desc-top.png) top left no-repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
	margin: 0;
	padding: 8px;
}


/* Main
------------------------------------------------ */

#main {
  background: transparent url(img/bg-main-bottom.png) bottom left no-repeat;
	width: 880px;
	height: 260px;
	margin: 0;
	padding: 40px 0 0 0; 
}

#cultura {
  background: transparent url(img/bg-cultura.jpg) top left no-repeat;
	width: 420px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 100px 0 0 0; 
	float: left;
}

#destino {
  background: transparent url(img/bg-destino.jpg) top left no-repeat;
	width: 420px;
	height: auto;
	margin: 0 0 0 20px;
	padding: 100px 0 0 0; 
	float: left;
}

#cultura p.text, #destino p.text {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 8px 5px 8px;
}

#cultura p.logo, #destino p.logo {
  margin: 0;
	padding: 0;
}

#cultura p.logo a:link, #cultura p.logo a:visited {
	background: transparent url(img/logo-cultura-link.png) top left no-repeat;
	width: 420px;
	height: 45px;
	display: block;
}

#cultura p.logo a:hover {
	background: transparent url(img/logo-cultura-link.png) 0 -45px no-repeat;
}

#destino p.logo a:link, #destino p.logo a:visited {
  background: transparent url(img/logo-destino-link.png) top left no-repeat;
  width: 420px;
	height: 45px;
	display: block;
}

#destino p.logo a:hover {
	background: transparent url(img/logo-destino-link.png) 0 -45px no-repeat;
}

/* Footer
------------------------------------------------ */

#footer {
  background: transparent;
	width: 880px;
	height: 50px;
	margin: 20px auto;
	padding: 0; 
}

#banner01 {
  width: 50%;
  float: left;
  text-align: left;
}

#banner02 {
  width: 50%;
  float: right;
  text-align: right;
}

