body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.jpg);
	background-color: #A59C73;
	background-repeat: repeat-x;
	text-align: center;
}

#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 800;
     text-align: left;
     }

/* capas del index */
.one { 
	position: absolute;
	left: 0;
	top: 0;
  	height: 660px;
 	width: 766px;
	background-image: url(fondo.jpg) repeat-x;
	background-color: #A59C73;
	z-index: 5;
	visibility: visible;
}

.two {
	position: absolute;
	left: 0;
	top: 0;
	height: 600px;
	width: 700px;
	background-image: url(fondo.jpg);
	background-color: #A59C73;
	z-index: 0;
	visibility: visible;
	overflow: hidden;
}

.link { 
	position: absolute;
	left: 0;
	top: 680px;
  	height: 50px;
 	width: 766px;
	background-color: #A59C73;
	z-index: 5;
	visibility: visible;
	text-align:left;
}


/* documentos internos */
.onedocs { 
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}

.twodocs {
	position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 9px;
}

a:link, a:visited, a:active {
	color: #DCE2C6;
	text-decoration: none;
	font-size: 9px;
}

a:hover {
	color: #666666;
	font-size: 9px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DBE1C7;
	font-size: 9px;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.Estilo1 {color: #636563}
.Estilo2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo3 {color: #000000}
