/* CSS Document */
body, html{
	width:100%;
	height:100%;
	background:#FFF url(../images/bck.gif) top center no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	position:relative;
	vertical-align:baseline;
}
#contenedor{
	position:relative;
	width:960px;
	margin:0 auto;
	height:520px;
	padding:0px;
	text-align:center;
}
#footer{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	height:205px;
	background:url(../images/bck_pie.gif) top left no-repeat;
}
.txtpie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	line-height:20px;
}
.linkpie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-decoration:underline;
}