/* global reset */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	background-color: #FFF;
	color:#333;
}

a, ol, ul, p, img, h1, h2, h3, h4, h5, h6, form, td, dd, dl {
	margin: 0;
	padding: 0;
	border: 0;
}

a, object:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}
		
/* end global reset */


body {
	background: #f2f2f2 url(../images/background.gif) repeat-x top left; 
}

#wrapper {
	width: 925px;
	margin: 0 auto;

}

/* header general styles */

#header {
	height: 55px;
	*height: 54px;
	margin-top: 50px;	
}

#header h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 0 15px;
	background: url(../images/h1_bariloche.gif)	top left no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	color: #666666;
	text-decoration: none;
	display: block;
}

#header h1 span {
	color: #FFFFFF;	
}

#header ul {
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 15px;
}

#header ul li {
	float: left;
	margin-right: 3px;
	/*width: 90px;*/
	height: 20px;
	background-color:#000000;
	list-style: none;
	text-align: center;
	padding: 7px 6px 0 6px;
}

#header ul li.selected {
	background-color:#FFFFFF;
}

#header ul li.selected a {
	color:#000000;
}

#header ul li a {	
	text-decoration: none;
	color: #FFFFFF;
}

#header ul li a:none {	
	text-decoration: underline;
}

#header ul#lang {
	background: url(../images/header_bar.gif) 0 0 no-repeat;
	float: right;
	width: 140px;
	padding-left: 50px;
	font-size: 13px;
}

#header ul#lang a {
	color: #666666;
	text-transform: none;
}

#header ul#lang a:hover {
	text-decoration: underline;
}

#header ul#lang li {
	background: none;
}

/* end header styles */

#main {
	background: #FFFFFF url(../images/content_left_deco.gif) 0 0 no-repeat;
	width: 883px;
	padding: 28px 21px 0 21px;
	float: left;
	/*border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;*/
	margin-bottom: 100px;
}

#main #landingSlide {
	width: 880px;
	height: 260px;
	padding: 1px;
	border: 1px solid #e5e5e5;
}

#main #contentMenu {
	font-size: 11px;
	float: left;
	width:180px;
	margin-top: 24px;
	display: inline;
}

#main #contentMenu h2{
	font-size: 22px;
	margin-bottom: 7px;
	font-weight: normal;
}

*html #main #contentMenu h2 {
	width: 20px;
}

#main #contentMenu ul {
	list-style: none;
}

#main #contentMenu ul li {
	height: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
}

#main #contentMenu ul li a {
	color: #333;
	text-decoration: none;
}

#main #contentMenu ul li a:hover {
	text-decoration: underline;
}


#content {
	float: right;
	width: 680px;
	margin-top: 30px;
	font-size: 12px;
	display: inline;
}

#content h1 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: normal;
}

#content h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 7px;
}

#content p {
	margin-bottom: 15px;
}

#content ul {
	margin: 10px 16px;
}

#content ol {
	margin: 10px 16px;
	list-style: lower-alpha;
}

#content li {
	margin: 5px 0;
}

#content a {
	color: #333;
	font-size: 11px;
}


.clearBottom {
	background: url(../images/clearbottom_bg.gif) left bottom no-repeat;
	width: 925px;
	height: 9px;
	margin: 50px 0 0 -21px; 
	clear: both;
}