/* CONTENIDO GENERAL */
body {
	background-color:#000;
	margin:0px 0px 0px 0px;
	font-family:helvetica,arial,verdana; 
	color: #fff;
	font-size:11px;
	text-align:center;
}

#cabecera {
	width:795px;
	margin: 0px auto;
}

#cab1 { 
	float:left;
	display:block;
}
#cab2 {
	background-image: url('../img/cab2.gif');
	background-repeat: no-repeat;
	width:481px;
	height:208px;
	float:right;
	display:block;
	position:relative
}

#cab2 div {
	position:absolute;
	bottom:0;
	left:0;
}

#contenido {
	width:795px;
	margin: 0px auto;
}


/* PIE */
#pie {
  clear: both;
  height:50px;
}