
.body{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-family: arial,helvetica,sans-serif;
	font-size:9px;
}

a{
	text-decoration:none;
}

#contenedor{
	position:relative;
	top:0px;
	width:832px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:67px;
	text-align:left;
	background-image:url('/img/bkghome.jpg');
	background-repeat:no-repeat;
	background-color:#cccc66;
}

#banda{
	background-color:white;
	position:absolute;
	top:243px;
	left:0px;
	height:10px;
	width:832px;
}

#pie{
	position:relative;
	clear:both;
	height:32px;
}



