

body {
        margin:0;
        padding:0;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: 400; 	
		color: #486822;
}
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
		background-image: url(images/yogaAquiAhoraBg03.jpg);
		background-repeat: repeat-y;
		background-position:center top; 
		background-color: #ffffff;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	font-size: small;
	margin: 10px 10px 20px 20px;
	padding: 10px 20px 10px 10px;
	float: right;
	background-color: #F5f8dd;
	border: 1px dashed #486822;
}


#content {
	margin-left: 100px;
	margin-right: 20px;
	margin-top: 30px;
	padding: 10px 55px 0px 10px;
} 
#langbar {
	margin: 0px 30px 0px 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}
#langbar a:link,#langbar  a:visited,#langbar  a:hover,#langbar  a:active {
	color: #FFFFFF;
	font-size: 75%;/*display: block;*/
	background-color: #62AF56;
	border: 1px solid #ffff99;
	text-decoration: none;
	padding: 2px;
}
h1 { 
font-family: Century gothic, Arial, Helvetica, sans-serif;
color: #88c649;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
width: 700px;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Century Gothic, Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #D0E2B5;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #333; }
ul.tabbernav li a:visited { color: #333; }

ul.tabbernav li a:hover
{
	background: #EAF0AA;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #C2D5C4;
 border-bottom: 1px solid #C2D5C4;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: C2D5C4;
 border-bottom: 1px solid C2D5C4;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 background: #ffffff;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* form  */
input,textarea {
	font-size:18px Verdana; 
	font-weight: bold;
	color: #ffffff; }
	
#content td,th {
 	border-left: 1px solid #8EC93D;
	border-right: 1px solid #8EC93D;
	border-bottom: 1px solid #8EC93D;
	border-top: 1px solid #8EC93D;
	text-align: center;
	}
#content th {
	background-color:#8EC93D;
	color:#FFFFFF;
	text-align: center;
	}	