/* ============================================================ */
#contenedorPrincipal {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* ============================================================ */
.encabezado {
	width: 1006px;
}

/* ============================================================ */
#contenedor {
	clear: both;
	}
/* ============================================================ */
#contenido {
	width: 1006px;
	height: auto;
	}
.contenido table {
}
	
/* ============================================================ */
#pie {
	width: 1006px;
	height: 62px;
	clear: both;
	text-align:center;
	}
