body {
	background-attachment: fixed;
	font-family: helvetica,sans-serif;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(fondo.jpg);
	background-color: rgb(242, 237, 217);
}

  
  .mbar {
	position: fixed;
	padding: 40px 25% 40px 20px;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 75%;
        background-position: left top;
        background-repeat: no-repeat;
        background-image: url(fondo.jpg);
        background-color: rgb(242, 237, 217);

  }
  
.rcolumn {
	position: fixed;
	padding-left: 10px;
	top: 0px;
	right: 0px;
	width: 20%;
	z-index: 2; 
}


.tbox {
	position: absolute;
	text-align: justify;
	padding: 2em 25% 2em 5em;
	margin-top: 150px;
}

  table { background: none repeat scroll 0%;
    font-size: 80%;
    }
    
   a {
   color: #FA7500;
	}
a.title {
	font-weight: bold;
	text-decoration: none;
}

a.section {
	text-decoration: none;
}

  a:hover {
	color: #097500;
  }

  tr.menu { background: #cdbe7c;
    }

  td.menu { background: rgb(242, 237, 217) none repeat scroll 0%;
    }

  table.menu { font-size: 100%;
    position: absolute;
    visibility: hidden;
    }

h1 {
	font-weight: bold;
	text-align: left;
	font-family: impact,helvetica,sans-serif;
	font-size: large;
	color: #097500;
}

h2 {
	font-weight: bold;
	text-align: right;
	font-family: impact,helvetica,sans-serif;
	font-size:0 large;
	color: #097500;
}

h3 {
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

h4 {
	padding-right: 1em;
	padding-left: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #097500;
}

h5 {
	font-weight: bold;
	text-align: right;
	font-family: helvetica,sans-serif;
	color: #097500;
}

