body{
	background-color:#151515;
	margin:0;
}
#contenedor{
	background-image:url(../images/FONDO.jpg);
	width:1000px;
	margin:auto;
}
#stage,
#pie{
	width:960px;
	margin:auto;
}
#stage{
	background:url(../images/barra_01.gif) no-repeat;
	background-position:bottom;
	padding-bottom:12px;
	margin-bottom:10px;
}
#pie{
	height:115px;
	font-family:Arial;
	font-size:11px;
}
#pie div{
	height:72px;
	background:url(../images/faldon.gif) no-repeat;
	background-position:0 4px;
	border-top:1px solid #373737;
	border-bottom:1px solid #373737;
	margin-top:5px;
}
#pie p{
	color:#484848;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
#pie ul{
	float:right;
	margin-top:5px;
	margin-bottom:5px;
}
#pie li{
	display:inline;
	margin-left:8px;
}
#pie a{
	color:#1c5b47;
	text-decoration:none;
}
#pie img{
	border:none;
}