body, html {
	padding: 0px;
	margin: 0px;
	background: #ffffd2;
	text-align: center;
	font-family: arial;
}

.background {
	padding: 0px;
	margin: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

.page_container {
	width: 912px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.page_container_left {
	width: 6px;
	vertical-align: top;
	background-image: url(images/background.left.png);
	background-repeat: repeat-y;
	background-position: top right;
}

.page_container_center {
	width: 900px;
	background: #e0e9eb;
	vertical-align: top;
}

.page_container_right {
	width: 6px;
	vertical-align: top;
	background-image: url(images/background.right.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.sponsors {
	height: 32px;
}

.sponsors_inner {
	background: url(images/pais_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
}

.banner_campaign {
	background:none;
	width:100%;
	height:262px;
	vertical-align:top;
}

.banner1 {
	background-image: url(images/banner1.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 127px;
}

.banner2 {
	background-image: url(images/banner2.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 127px;
}
.banner1eng {
	background-image: url(images/ban1en.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 135px;
}

.banner2eng {
	background-image: url(images/ban2en.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 127px;
}
.banner1eng #link1 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.banner2eng #link2 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.banner1 #link1 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.banner2 #link2 {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.menu {
 	width: 602px;
	height: 36px;
	background-image: url(images/menuitem.idle.png);
}

.menu #item {
	height: 100%;
	float: left;
}

.menu #item_sel {
	height: 100%;
	float: left;
	background-image: url(images/menuitem.hook.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.langbar {
	background-image: url(images/menuitem.idle.png);
	height: 36px;
	text-align: right;
	padding-right: 5px;
}

.langbar #lang {
	height: 100%;
	/*display: inline-block;*/
	float: right;
}

.langbar #side_hook {
	height: 100%;
	width: 100%;
	background-image: url(images/sidebar.hook.top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.menuitem:link, .menuitem:visited {
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}

.menuitem:hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline;
}

.content_container {
	width: 900px;
	background-image: url(images/background.content.png);
	background-repeat: repeat-x;
}

.content_body {
	width: 100%;
	vertical-align: top;
}

.content_body #background {
	width: 100%;
	height: 100%;
	background-image: url(images/element.content.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.content_body #text {
	padding: 32px;
	text-align: justify;
	font-size: 11px;
	line-height: 1.8;
	display: block;
}

.content_body #text #map_search {
	padding: 5px;
	background: #ffffff;
	width: 100%;
}

.carousel {
	height:140px;
	vertical-align: middle;
	background-image: url(images/background.carousel.png);
	background-repeat: repeat-x;
	text-align: center;
}

.sidebar {
	height: 100%;
	background: #7f9da9;
	vertical-align: top;
}

.sidebar #bg {
	width: 100%;
	height: 100%;
	background-image: url(images/background.sidebar.png);
	background-repeat: repeat-x;
}

.sidebar #bg_element {
	width: 100%;
	height: 100%;
	background-image: url(images/element.sidebar.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.sidebar #bg_hook {
	width: 100%;
	height: 100%;
	background-image: url(images/sidebar.hook.bottom.png);
	background-repeat: no-repeat;
}

.map {
	width: 100%;
	height: 225px;
	border: solid 5px #ffffff;
	font-size: 11px;
	color: #000;
	font-weight: 100;
}

.footer {
	font-size: 11px;
	height: 30px;
}

.lv2menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.lv2menu li {
	font-weight: 600;
	color: #ffffff;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.lv2menu li a:link, .lv2menu li a:visited {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

.lv2menu li a:hover, .lv2menu li #sel {
	font-weight: 600;
	color: #ffffff;
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: 100;
	color: #00445e;
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
}

table {
	font-size: 11px;
}

a:link, a:visited {
	color: #7f9da9;
	text-decoration: none;
}

a:hover {
	color: #7f9da9;
	text-decoration: underline;
}

.thumb img {
	/*float: left;*/
	margin: 3px;
	border: solid 5px #ffffff;
}

.mile_list {
 	width: 620px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mile_list #bought {
	padding: 4px;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 11px;
	border: solid 1px #990000;
	background: #ffb3b3;
	list-style: none;
	margin-bottom: 4px;
}

.mile_list #mile {
	padding: 4px;
	font-size: 11px;
	padding-left: 8px;
	border: solid 1px #408c00;
	background: #d3fbb3;
	list-style: none;
	margin-bottom: 4px;
}

.mile_list #heading {
	font-size: 13px;
	font-weight: 600;
	padding: 6px;
}

.message {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.message #success {
	padding: 4px;
	font-size: 11px;
	padding-left: 8px;
	border: solid 1px #408c00;
	background: #d3fbb3;
	list-style: none;
	margin-bottom: 4px;
}

.message #error {
	padding: 4px;
	padding-left: 8px;
	vertical-align: middle;
	font-size: 11px;
	border: solid 1px #990000;
	background: #ffb3b3;
	list-style: none;
	margin-bottom: 4px;
}

select, textarea, file, input {
	border:1px solid #888888;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
}

/* buy helper */
div.helper {width:100%; position:absolute; top:0; left:0; background-color:#000; clear:both; padding: 0 0 325px}
div.helper img {width:1000px; margin:0 auto; border:none}