body{
	background-color: #ffffff;
	background-image:url(../img/tramafondo.gif);
	margin-top: 0px;
	margin-left: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.titulo{
	font-size: 11px;
}

#contenedor{
	z-index:1;
	margin: 0 auto 0 auto;
	margin-left: -480px;
	/*margin-top: -300px;deb ser la mitad del with*/ 
	position: absolute;
	width:960px;
	/*height:620px;*/
	top: -1px;
	left: 50%;
	overflow: hidden;
}

#menu{
	z-index:2;
	width:960px;
	height:109px;
	/*top: 0;
	left: 0;*/
	position:relative;
}

#conenido{
	z-index:2;
	width:960px;
	height:511px;
	/*top: 0;
	left: 0;*/
	position:relative;
	overflow:auto;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

#fons{
	z-index:2;
	margin: 0 auto 0 auto;
	margin-left: 0px;
	margin-top: -0px;
	position: absolute;
	width:960px;
	height:600px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#pie{
	z-index:2;
	margin: 0 auto 0 auto;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	width:960px;
	height:20px;
	top: 610px;
	left: 0px;
	overflow: hidden;
	font-size: 10px;
	color: #999999;
}
