div#container
{
	width:990px;
	/*background-color: rgb(255,255,255);
	opacity: 0.5;*/
	/*background-color:#FFFFFF;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

div#content
{
	float:right;
	width:790px;
	/*background-color:#FFFFFF;*/
	padding-top: 0px;
	/*background-color: rgb(255,255,255);
	opacity: 0.5;*/
}

div#navigation
{
	float:left;
	width:198px;
/*	padding-bottom: 89px;*/
	height:inherit;
	margin-left: 1px;
	margin-top: 0px;
}

div#footer
{
	clear:both;
	width:990px;
	margin:0 auto;
	/*background-image:url(../imagenes/varias/prueba.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}