body
{
	background-color:#EEEEEE;
	height: 100%;
	margin: 0px;

	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: rgb(64,64,64);
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

table
{
	background-image: url("imagenes/fondo.gif");
	background-position: center;
	background-repeat: no-repeat;
    border: 1px;
    border-style: solid;
    border-color: #999999;


/*	width: 760px; */
}

table td
{
    font-family: Verdana, Arial;
    font-size: 12px;
	background-image: url("imagenes/fondo.gif");
	background-position: center;
	background-repeat: repeat-x;
	padding: 0px;
	text-align: left;
}

table.noborder
{
    border: 0px;
    border-style: solid;
    border-color: #999999;


/*	width: 760px; */
}

.noborderleft
{
    border: 0px;
    border-style: solid;
    border-color: #999999;
	text-align: left;
/*	width: 760px; */
}

img
{
	border-width: 0px;
}

/*
iframe
{
	height: 430px;
	width: 760px;
}

*/
p {
    font-family: Verdana, Arial;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.scroll_contents {
  width:730px;
  height:500px;
  margin-left:20px;
  overflow: auto;
}

.credits {
    font-family: Verdana, Arial;
    font-size: 9px;
    color:#FFFFFF;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.label {
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 30px;
    border-bottom-width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid ;
    border-bottom-color: #CC6600;
    padding-bottom: 6px;
}

ul {
    font-family: Verdana, Arial;
    font-size: 14px;
    line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

li {
    font-family: Verdana, Arial;
    font-size: 14px;
    line-height: 16px;
    margin-left: 20px;
    list-style: square;

}

.confondo table {
    width: 760px;
	padding: 0px;
    margin: 0px;
    border: 0px;
}

.confondo td {
    height: 35px;
    padding: 4px;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight:  normal;
    color: #000000;
	background-image: url("imagenes/fongris.gif");
	background-position: center;
	background-repeat: repeat;
	padding: 0px;
	text-align: center;
}

.mimenu table {
    width: 760px;
	padding: 0px;
    margin: 0px;
    border: 0px;
}

.mimenu td {
    height: 30px;
    padding: 2px;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight:  normal;
    color: #000000;
	background-image: url("imagenes/fongris.gif");
	background-position: center;
	background-repeat: repeat;
	padding: 0px;
	text-align: center;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

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

  .langs {
    font-family: Verdana, Arial;
    font-size: 10px;
    color:#FFFFFF;
    text-align: right;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
    margin-bottom: 2px;
  }

  a.langs
  {
  	color: #FFFFFF;
  	text-decoration: none;
    text-align: right;
  }

  a.langs:hover
  {
  	color: #00FFFF;
  	text-decoration: none;
  }


