body {
	margin-top: 6px;
	background-image: url(../imagenes/fondo_main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.banner {
	width:1000px;
	height:100px;
	border:none;
	border-bottom: 1px solid #000000;
	background:url(../imagenes/banner.jpg);
}

.marco{
	border:1px solid #000000;
	width: 1000px;
	height: 830px;
	margin: 0px auto 0px auto;
	background:url(../imagenes/fondo.jpg) bottom right no-repeat;
}
.contenido {
	font-family: Arial;
	padding:0px;
	width:999px;
	height:659px;
	border-top:1px solid #FFFFFF;
	border:1px solid #FFFFFF;
	border-bottom:none;
	border-right:none;
}
		
.pie{
	width:1000px;
	height:34px;
	border:none;
	border-top: 1px solid #000000;
	background:url(../imagenes/pie_bg.png);
}
.logo_pie{
	float:right;
	width:168px;
	height:34px;
	background:url(../imagenes/logo.png) right no-repeat;
}