body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px 0 0 20px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #CCCCCC;
}

h2{
 font-size: 120%;
 color: #FFFFCC;
}

h3{
 font-size: 110%;
 color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
}

h5{
 font-size: 100%;
 color: #FFFF00;
 font-weight: bold; 
}
p {
	text-align: left;
}
ul{
 list-style-type: square;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li {
	vertical-align: text-top;
	width: 80%;
	padding: 5px 0px 5px 0px;
}
label{
 font: bold 100% Arial,sans-serif;
 color: #FFFFCC;
}
/*
hr {
	margin:1px;
	padding:0;
	text-align:center;
}
***********************************************/


.conten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 5px 180px;
	padding: 2px 0 0 10px;
	color: #FFF;
	vertical-align:top;
/*	border: thin solid #CCCCCC; */
}
.conten p {
	margin: 6px 5px 10px 5px ;
	color: #FFF;
	text-align: left;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#globalNav a:hover {
	color: #FFCC00;
}

/***********************************************/
.footprint {
	font-size: 70%;
	padding: 10px 8px 10px 0px;
	margin: 5px 10px;
}
.footprint a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
	text-decoration: none;
}
.footprint a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/***********************************************/
.historia {
	overflow: auto;
	height: 450px;
	width: 580px;
	scrollbar-track-color: #131313;
	scrollbar-base-color: #FFFFD4;
	scrollbar-arrow-color: #566672;
	scrollbar-face-color: #A0A0A0;
	}
.historia h2{
	background-color: #4A4A4A;
	width: auto;
	color: #FFFF00;
	padding-left: 10px;
	font-size: 180%;
}
