body {
	height:100%;
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8B7659;
	overflow: hidden;
}

html {
	height:100%;
	width:100%;
}

#general {

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 420px;
}

#lateral {
	position: absolute;
	background-image: url(imagenes/ventanaizq.gif);
	left: -128px;
	width: 130px;
	height: 420px;
	top: 0px;
	
}
	
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #443322;
	
}

A, A:visited, A:active  {
	font-size : 8pt;
	font-family : Arial,Geneva,sans-serif;
	font-weight : normal;
	text-decoration : none;
	color: #B08D6A;
}

A:hover  {
	font-size : 8pt;
	font-family : Arial,Geneva,sans-serif;
	font-weight : normal;
	color : #7D5F42;
	text-decoration : none;
	
}
.boton  {
	font-size : 9pt;
	font-family : Arial,Geneva,sans-serif;
	color : #ffffff;
	background-color: #937D65;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
}
TABLE.main {
	postion: relative;
	width: 900px;
	height: 420px;
	
}
