html, body
{
	background-color: white;
	font-size: 12px;
	font-family: Arial;
	color: black;
	margin: 0 0 10 0;
	padding: 0;
}
table
{
	background-color: whitesmoke;
	font-size: 14px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: black;
}
tr
{
	background-color: whitesmoke;
	font-size: 14px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: black;
}
td
{
	background-color: whitesmoke;
	font-size: 16px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: black;
}

h1
{
	font-family: arial;
	font-size: 40px;
}
h2
{
	font-family: arial;
	font-size: 30px;
}
h3
{
	font-family: arial;
        font-style: italic;
	font-size: 25px;
        color: teal;
}
h4
{
	font-family: arial;
	font-size: 18px;
}
hr
{
	color:black
}

a:Link, A:Visited, A:Active 
{
	text-decoration : none;
	color : teal;
}

a:Hover  
{
	text-decoration : none;
	color : darkgray;
}

table.top
{
	background-color: white;
	font-size: 12px;
	font-family: arial;
	color: black;
}
tr.top
{
	background-color: white;
	font-size: 12px;
	font-family: arial;
	color: black;
}
td.top
{
	background-color: white;
	font-size: 12px;
	font-family: arial;
	color: black;
	border: 0px solid whitesmoke;
}

table.nav1
{
	background-color: darkgray;
}
td.nav1
{
	background-color: darkgray;
	font-size: 12px;
	font-family: arial;
	color: black;
}
td.nav1 a:Link, td.nav1 a:Visited, td.nav1 a:Active
{	
	text decoration : none;
	color : darkgray;
}
td.nav1 a:Hover
{
	text decoration : none;
	color : darkgray;
}

td.nav1_x
{
	background-color: teal;
	font-size: 14px;
	font-family: arial;
	font-style: italic;
	color: darkgray;
}
td.nav1_x a:Link, td.nav1_x a:Visited, td.nav1_x a:Active
{	
	text decoration : none;
	color : darkgray;
}
td.nav1_x a:Hover 
{
	text decoration : none;
	color : rgb(255,200,0);
}

td.nav1_xx
{
	background-color: teal;
	font-size: 14px;
	font-family: arial;
	font-style: italic;
	color: darkgray;
}
td.nav1_xx a:Hover, td.nav1_xx a:Active 
{
	text decoration : none;
	color : rgb(255,200,0);
}
td.nav1_xx a:Link
{	
	text decoration : none;
	color : darkgray;
}
body
{
	background-color: white;
	font-size: 12px;
	font-family: Arial;
	color: black;
}
table.forum
{
	background-color: rgb(255,200,0);
	font-size: 14px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: white;
}
tr.forum
{
	background-color: orange;
	font-size: 14px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: white;
}
td.forum
{
	background-color: darkorange;
	font-size: 16px;
	font-family: arial;
        border: 0px solid whitesmoke;
	color: white;
}
td.forumbold
{
	background-color: darkorange;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
        border: 0px solid whitesmoke;
	color: white;
}
td.forumhead
{
	background-color: orange;
	font-size: 16px;
	font-family: arial;
        font-style: italic;
 	font-weight: bold;
        border: 0px solid whitesmoke;
	color: white;
}
td.forummessage
{
	background-color: rgb(255,200,0);
	font-size: 16px;
	font-family: arial;
        border: 1px solid orange;
	color: black;
}
td.forummessageinside
{
	background-color: rgb(255,200,0);
	font-size: 14px;
	font-family: arial;
        border: 0px solid orange;
	color: black;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: darkgray;
}

div.menuBar a.menuButton {
  background-color: teal;
  border-right: 1px solid darkgray;
  border-top: 0px solid darkgray;
  border-bottom: 0px solid darkgray;
  left: 0px;
  padding: 2px 24px 2px 24px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  color: darkgray;
}

div.menuBar a.menuButtonLast {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: darkgray;
  background-color: teal;
  border-right: 0px solid darkgray;
  border-top: 0px solid darkgray;
  border-bottom: 0px solid darkgray;
  left: 0px;
  padding: 2px 24px 2px 24px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButtonCurrent {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: rgb(255,200,0);
  background-color: teal;
  border-right: 1px solid darkgray;
  border-top: 0px solid darkgray;
  border-bottom: 0px solid darkgray;
  left: 0px;
  padding: 2px 24px 2px 24px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButtonCurrentLast {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: rgb(255,200,0);
  background-color: teal;
  border-right: 0px solid darkgray;
  border-top: 0px solid darkgray;
  border-bottom: 0px solid darkgray;
  left: 0px;
  padding: 2px 24px 2px 24px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar {
  background-color: teal;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

div.menuBar a.menuButton:hover,
div.menuBar a.menuButtonLast:hover,
div.menuBar a.menuButtonCurrent:hover,
div.menuBar a.menuButtonCurrentLast:hover,
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: teal;
  border: 1px inset darkgray;
  color: rgb(255,200,0);
  left: 0px;
  top: 1px;
  padding: 2px 24px 2px 23px;
}

div.menu {
  background-color: darkgray;
  left: 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  border-right: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  background-color: teal;
  color: darkgray;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, 
div.menu a.menuItemHighlight {
  background-color: rgb(185,70,50);
  color: rgb(255,200,0);
}

div.menu a.subMenuItem {
  font-family: arial;
  font-size: 14px;
  font-style: italic;
  color: teal;
}

div.menu a.subMenuItem {
  border-right: 1px solid teal;
  border-bottom: 1px solid teal;
  background-color: darkgray;
  color: teal;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.subMenuItem:hover, 
div.menu a.subMenuItemHighlight {
  background-color: rgb(185,70,50);
  color: rgb(255,200,0);
}

div.swfactividades {
  height: 145px;
  width: 1000px;
}
